MCPcopy Create free account
hub / github.com/FloatTech/ZeroBot-Plugin-Playground / mode

Struct mode

plugin/chatgpt/model.go:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21type mode struct {
22 Mode string `db:"mode"`
23 Content string `db:"content"`
24}
25
26type note struct {
27 GroupID int64 `db:"groupid"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected