Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApiServer ¶
func (*ApiServer) AddServersToMux ¶
func (r *ApiServer) AddServersToMux(options *ServerOptions)
type MuxApiServer ¶
type MuxApiServer interface { AddServersToMux(options *ServerOptions) GetMux() cmux.CMux }
func NewApiServer ¶
func NewApiServer(manager manager.Manager, tcpMux cmux.CMux) MuxApiServer
type ServerOptions ¶
type ServerOptions struct {
PortNumber int
}
Click to show internal directories.
Click to hide internal directories.