MCPcopy Create free account
hub / github.com/RaymondCode/simple-demo / Response

Struct Response

controller/common.go:3–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1package controller
2
3type Response struct {
4 StatusCode int32 `json:"status_code"`
5 StatusMsg string `json:"status_msg,omitempty"`
6}
7
8type Video struct {
9 Id int64 `json:"id,omitempty"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected