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

Struct Message

controller/common.go:33–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33type Message struct {
34 Id int64 `json:"id,omitempty"`
35 Content string `json:"content,omitempty"`
36 CreateTime string `json:"create_time,omitempty"`
37}
38
39type MessageSendEvent struct {
40 UserId int64 `json:"user_id,omitempty"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected