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

Struct catdb

plugin/cybercat/catdata.go:53–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 "玩具虎猫": "toyg", "土耳其安哥拉猫": "tang", "土耳其梵猫": "tvvan", "约克巧克力猫": "ycho", "金力克长毛猫": "cymi"}
52
53type catdb struct {
54 sync.RWMutex
55 sql.Sqlite
56}
57
58type breedInfo struct {
59 TypeName string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected