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

Struct thisdata

plugin/klala/net.go:108–113  ·  view source on GitHub ↗

本地数据

Source from the content-addressed store, hash-verified

106
107// 本地数据
108type thisdata struct {
109 UID string `json:"uid"`
110 Nickname string `json:"nickname"`
111 Level int `json:"level"`
112 RoleData []ro `json:"data"`
113}
114type ro struct {
115 ID int `json:"id"`
116 Name string `json:"name"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected