router

package
v0.12.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 13, 2023 License: MIT Imports: 32 Imported by: 0

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

type KernelRouter struct {
	*router.Router
}

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

type Router added in v0.5.0

type Router struct {
	*router.Router
	// contains filtered or unexported fields
}

func NewRouter added in v0.5.0

func NewRouter(about types.About, postMigrationCommands []interface{}) Router

func (*Router) Start added in v0.5.0

func (r *Router) Start(addr string)

func (*Router) Stop added in v0.5.0

func (r *Router) Stop()

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL