| 143 | } |
| 144 | |
| 145 | type light struct { |
| 146 | ID int `json:"id"` |
| 147 | Name string `json:"name"` |
| 148 | Star int `json:"star"` |
| 149 | Level int `json:"level"` |
| 150 | Promotion int `json:"promotion"` |
| 151 | Rank int `json:"rank"` |
| 152 | } |
| 153 | |
| 154 | type skill struct { |
| 155 | A int `json:"a"` |
nothing calls this directly
no outgoing calls
no test coverage detected