MCPcopy Create free account
hub / github.com/OpenAtomFoundation/SmartIDE / DefaultResponse

Struct DefaultResponse

cli/internal/model/response/core.go:29–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29type DefaultResponse struct {
30 Code int `json:"code"`
31 Data interface{} `json:"data"`
32 Msg string `json:"msg"`
33}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected