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

Struct vlist

plugin/klala/net.go:178–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176 Vlist []vlist `json:"vlist"`
177}
178type vlist struct {
179 Name string `json:"valname"`
180 Value string `json:"value"`
181 Adds int `json:"adds"`
182}
183type lightmap map[string]struct {
184 ID string `json:"id"`
185 Name string `json:"name"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected