RegisterValue is the type of the value that is saved to etcd.
| 292 | |
| 293 | // RegisterValue is the type of the value that is saved to etcd. |
| 294 | type RegisterValue struct { |
| 295 | URL string `json:"url"` |
| 296 | } |
| 297 | |
| 298 | // validateKiteKey returns a string representing the kite uniquely |
| 299 | // that is suitable to use as a key for etcd. |
nothing calls this directly
no outgoing calls
no test coverage detected