Close stops kontrol and closes all connections
()
| 343 | |
| 344 | // Close stops kontrol and closes all connections |
| 345 | func (k *Kontrol) Close() { |
| 346 | close(k.closed) |
| 347 | k.Kite.Close() |
| 348 | } |
| 349 | |
| 350 | // InitializeSelf registers his host by writing a key to ~/.kite/kite.key |
| 351 | func (k *Kontrol) InitializeSelf() error { |
no outgoing calls