Compare commits

...

1 Commits

Author SHA1 Message Date
ning
c1d7b2f267 hostmeta add config 2024-07-25 14:23:38 +08:00

View File

@@ -17,6 +17,7 @@ type HostMeta struct {
EngineName string `json:"engine_name"`
GlobalLabels map[string]string `json:"global_labels"`
ExtendInfo map[string]interface{} `json:"extend_info"`
Config interface{} `json:"config"`
}
type HostUpdteTime struct {