Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterApiHandleFunc ¶
Types ¶
type ApiServerFunc ¶
type ApiServerFunc struct {
F func(http.ResponseWriter, *http.Request)
MoreUsages []string
}
type HttpServerComponent ¶
type HttpServerComponent struct {
// contains filtered or unexported fields
}
func NewHttpServerComponent ¶
func NewHttpServerComponent() *HttpServerComponent
func (*HttpServerComponent) Start ¶
func (h *HttpServerComponent) Start()
func (*HttpServerComponent) Stop ¶
func (h *HttpServerComponent) Stop()
Click to show internal directories.
Click to hide internal directories.