RegisterArgs is used as the function argument to the Kontrol's register method.
| 114 | // RegisterArgs is used as the function argument to the Kontrol's register |
| 115 | // method. |
| 116 | type RegisterArgs struct { |
| 117 | URL string `json:"url"` |
| 118 | Kite *Kite `json:"kite,omitempty"` |
| 119 | Auth *Auth `json:"auth,omitempty"` |
| 120 | } |
| 121 | |
| 122 | type Auth struct { |
| 123 | // Type can be "kiteKey", "token" or "sessionID" for now. |
nothing calls this directly
no outgoing calls
no test coverage detected