Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
package
log_dto
2
3
type
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