Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServerOpts ¶
type ServerOpts struct {
ConfigFile string
}
type ServerStruct ¶
type ServerStruct struct { Engine *gin.Engine Config *config.Config TrackedPrefixes map[string]bool }
var Server *ServerStruct
func NewServer ¶
func NewServer(o *ServerOpts) (*ServerStruct, error)
Click to show internal directories.
Click to hide internal directories.