Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RegisterValue ¶
type RegisterValue struct { // URL is the Kite's URL that can be accessed URL string `json:"url"` // KeyId specifies the public-private key pair reference the kite is using. // This is currently only used by Kontrol itself internally, however it // might be changed in the future. KeyID string `json:"key_id"` }
RegisterValue is the type of the value that is saved to the storage
Click to show internal directories.
Click to hide internal directories.