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

Struct ServerResourceResponse

cli/cmd/server/resource.go:33–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31)
32
33type ServerResourceResponse struct {
34 Code int `json:"code"`
35 Data struct {
36 ResmartideResource ServerResource `json:"resmartideResources"`
37 } `json:"data"`
38 Msg string `json:"msg"`
39}
40
41type ServerResource struct {
42 ID int `json:"ID" gorm:"comment:ID"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected