Documentation
¶
Index ¶
Constants ¶
View Source
const ProgramName = "go389"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthHandler ¶
type BaseBackend ¶
type BaseServer ¶
type BaseServer struct {
Base
}
type CfgHandler ¶
type LogHandler ¶
type LogHandler interface {
Error(data ...interface{})
Warn(data ...interface{})
Info(data ...interface{})
Debug(data ...interface{})
}
type ServerArgs ¶
type ServerArgs struct {
Config string `arg:"-c,--config,required"`
}
type ServerHandler ¶
Click to show internal directories.
Click to hide internal directories.