Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Base ¶
type Base struct { *ehu.Middleware *Info *ServerConfig ProjectorListener ehu.DelegateEventHandler SetupCallbacks []func() error NewContext func(namespace string) context.Context Router *mux.Router Jwt *net.JwtController Secure bool // contains filtered or unexported fields }
func NewAppBase ¶
func NewAppBase(appInfo *Info, serverConfig *ServerConfig, secure bool, middleware *ehu.Middleware) (ret *Base)
func (*Base) StartServer ¶
type ServerConfig ¶
func (*ServerConfig) Link ¶
func (o *ServerConfig) Link() (ret string)
func (*ServerConfig) Listen ¶
func (o *ServerConfig) Listen() (ret string)
Click to show internal directories.
Click to hide internal directories.