(reg *protocol.RegisterResult)
| 135 | } |
| 136 | |
| 137 | func (hk *HelloKite) onRegister(reg *protocol.RegisterResult) { |
| 138 | hk.regs <- reg |
| 139 | } |
| 140 | |
| 141 | func (hk *HelloKite) WaitRegister(timeout time.Duration) (*protocol.RegisterResult, error) { |
| 142 | select { |
nothing calls this directly
no outgoing calls
no test coverage detected