Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServerContext ¶
func New ¶
func New() *ServerContext
func (*ServerContext) Register ¶
func (ctx *ServerContext) Register(path string, handle func(http.ResponseWriter, *http.Request), method string)
func (*ServerContext) StartServer ¶
func (ctx *ServerContext) StartServer(address string)
StartServer starts HTTP server
type StructuredLogger ¶
Click to show internal directories.
Click to hide internal directories.