GetTokenArgs is a request value for the "getToken" kontrol method.
| 151 | |
| 152 | // GetTokenArgs is a request value for the "getToken" kontrol method. |
| 153 | type GetTokenArgs struct { |
| 154 | KontrolQuery // kite to generate a token for |
| 155 | |
| 156 | Force bool `json:"force"` // force creation of a new token |
| 157 | } |
| 158 | |
| 159 | type WhoResult struct { |
| 160 | Query *KontrolQuery `json:"query"` |
nothing calls this directly
no outgoing calls
no test coverage detected