MCPcopy Index your code
hub / github.com/APIParkLab/APIPark / Save

Struct Save

module/log/dto/input.go:3–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1package log_dto
2
3type Save struct {
4 ID string `json:"id"`
5 Cluster string `json:"cluster"`
6 Config map[string]interface{} `json:"config"`
7}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected