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

Struct Comment

controller/common.go:18–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18type Comment struct {
19 Id int64 `json:"id,omitempty"`
20 User User `json:"user"`
21 Content string `json:"content,omitempty"`
22 CreateDate string `json:"create_date,omitempty"`
23}
24
25type User struct {
26 Id int64 `json:"id,omitempty"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected