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

Struct FindMap

plugin/klala/net.go:196–199  ·  view source on GitHub ↗

FindMap 各种简称map查询

Source from the content-addressed store, hash-verified

194
195// FindMap 各种简称map查询
196type FindMap struct {
197 Characters map[string][]string `json:"characters"`
198 LightCones map[string][]string `json:"light_cones"`
199}
200
201// 词条信息
202

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected