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

Struct model

plugin/chatgpt/model.go:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14)
15
16type model struct {
17 sync.RWMutex
18 sql.Sqlite
19}
20
21type mode struct {
22 Mode string `db:"mode"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected