Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddSSHKeyBody ¶ added in v0.9.0
type AddSSHKeyBody struct {
AuthorizedKey string `json:"authorized_key"`
}
type KernelRouter ¶ added in v0.9.0
func NewKernelRouter ¶ added in v0.9.0
func NewKernelRouter() KernelRouter
func (*KernelRouter) Start ¶ added in v0.9.0
func (r *KernelRouter) Start() error
func (*KernelRouter) Stop ¶ added in v0.9.0
func (r *KernelRouter) Stop() error
Click to show internal directories.
Click to hide internal directories.