(remote *HelloKite)
| 182 | } |
| 183 | |
| 184 | func (hk *HelloKite) Hello(remote *HelloKite) (string, error) { |
| 185 | return hk.hello(remote, false) |
| 186 | } |
| 187 | |
| 188 | func (hk *HelloKite) hello(remote *HelloKite, force bool) (string, error) { |
| 189 | const timeout = 10 * time.Second |