Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewServeMux ¶
Types ¶
type Config ¶
type Config struct { UseStub bool Route *controller.Config Core *entity.Config Gateway GatewayType }
Config is surls application configure.
func NewDefaultConfig ¶
func NewDefaultConfig() *Config
type GatewayType ¶
type GatewayType int
const (
Inmem GatewayType = iota + 1
)
func (GatewayType) String ¶
func (i GatewayType) String() string
Click to show internal directories.
Click to hide internal directories.