Documentation ¶
Index ¶
Constants ¶
View Source
const ( CommandPing = 100 CommandPong = 101 )
command of message
Variables ¶
This section is empty.
Functions ¶
func NewServerStartCmd ¶
NewServerStartCmd creates a new http server command
func RunServerStart ¶
func RunServerStart(ctx context.Context, opts *ServerStartOptions, version string) error
RunServerStart run http server
Types ¶
type ServerOptions ¶
type ServerOptions struct {
// contains filtered or unexported fields
}
ServerOptions ServerOptions
type ServerStartOptions ¶
type ServerStartOptions struct {
// contains filtered or unexported fields
}
ServerStartOptions ServerStartOptions
Click to show internal directories.
Click to hide internal directories.