| 165 | } |
| 166 | |
| 167 | type KiteWithToken struct { |
| 168 | Kite Kite `json:"kite"` |
| 169 | URL string `json:"url"` |
| 170 | KeyID string `json:"keyId,omitempty"` |
| 171 | Token string `json:"token"` |
| 172 | } |
| 173 | |
| 174 | // KiteEvent is the struct that is sent as an argument in watchCallback of |
| 175 | // getKites method of Kontrol. |
nothing calls this directly
no outgoing calls
no test coverage detected