mirror of
https://github.com/APIParkLab/APIPark.git
synced 2026-06-14 20:41:15 +08:00
8 lines
179 B
Go
8 lines
179 B
Go
package log_dto
|
|
|
|
type Save struct {
|
|
ID string `json:"id"`
|
|
Cluster string `json:"cluster"`
|
|
Config map[string]interface{} `json:"config"`
|
|
}
|