| 120 | } |
| 121 | |
| 122 | type Auth struct { |
| 123 | // Type can be "kiteKey", "token" or "sessionID" for now. |
| 124 | Type string `json:"type"` |
| 125 | Key string `json:"key"` |
| 126 | } |
| 127 | |
| 128 | // RegisterResult is a response to Register request from Kite to Kontrol. |
| 129 | type RegisterResult struct { |
nothing calls this directly
no outgoing calls
no test coverage detected