package
Version:
v1.3.4-beta
Opens a new window with list of versions in this module.
Published: Dec 18, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type LogSource struct {
ID string `json:"id"`
Config map[string]interface{} `json:"config"`
Creator auto.Label `json:"creator" aolabel:"user"`
Updater auto.Label `json:"updater" aolabel:"user"`
CreateAt auto.TimeLabel `json:"create_time"`
UpdateAt auto.TimeLabel `json:"update_time"`
}
type Save struct {
ID string `json:"id"`
Cluster string `json:"cluster"`
Config map[string]interface{} `json:"config"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.