| 144 | } |
| 145 | |
| 146 | type GetKitesArgs struct { |
| 147 | Query *KontrolQuery `json:"query"` |
| 148 | WatchCallback dnode.Function `json:"watchCallback"` |
| 149 | Who json.RawMessage `json:"who"` |
| 150 | } |
| 151 | |
| 152 | // GetTokenArgs is a request value for the "getToken" kontrol method. |
| 153 | type GetTokenArgs struct { |
nothing calls this directly
no outgoing calls
no test coverage detected