MCPcopy
hub / github.com/link1st/gowebsocket / Response

Struct Response

models/response_model.go:19–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19type Response struct {
20 Code uint32 `json:"code"`
21 CodeMsg string `json:"codeMsg"`
22 Data interface{} `json:"data"` // 数据 json
23}
24
25// push 数据结构体
26type PushMsg struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected