Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BatchRequest ¶ added in v1.6.6
type BatchRequest struct {
Path string `json:"path"`
Method string `json:"method"`
Body json.RawMessage `json:"body,omitempty"`
}
type BatchResponse ¶ added in v1.6.6
type BatchResponse struct {
Path string `json:"path"`
Method string `json:"method"`
Body json.RawMessage `json:"body,omitempty"`
Status int `json:"status"`
}
type HttpManagerCtx ¶
type HttpManagerCtx struct {
// contains filtered or unexported fields
}
func New ¶
func New(WebSocketManager types.WebSocketManager, ApiManager types.ApiManager, config *config.Server) *HttpManagerCtx
func (*HttpManagerCtx) Shutdown ¶
func (manager *HttpManagerCtx) Shutdown() error
func (*HttpManagerCtx) Start ¶
func (manager *HttpManagerCtx) Start()
Click to show internal directories.
Click to hide internal directories.