style: 系统信息any类型声明

This commit is contained in:
TsMask
2023-10-25 17:06:48 +08:00
parent f566dd0170
commit 840b754d37
2 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ type ISystemInfo interface {
SystemInfo() map[string]any
// TimeInfo 系统时间信息
TimeInfo() map[string]any
TimeInfo() map[string]string
// MemoryInfo 内存信息
MemoryInfo() map[string]any