Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server interface {
Start()
Stop() error
List(echo.Context) error
ExposePort(echo.Context) error
ExposePipe(echo.Context) error
UnexposePort(echo.Context) error
UnexposePipe(echo.Context) error
DumpState(echo.Context) error
Echo() *echo.Echo
}
Server exposes port control over HTTP.
Click to show internal directories.
Click to hide internal directories.