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