(keyType string, fn func(*kite.Request) error)
| 212 | } |
| 213 | |
| 214 | func (k *Kontrol) AddAuthenticator(keyType string, fn func(*kite.Request) error) { |
| 215 | k.Kite.Authenticators[keyType] = fn |
| 216 | } |
| 217 | |
| 218 | // DeleteKeyPair deletes the key with the given id or public key. (One of them |
| 219 | // can be empty) |
nothing calls this directly
no outgoing calls
no test coverage detected