Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewControlMiddleware ¶
func NewControlMiddleware(catchAllHandler chevron.Handler) chevron.Middleware
Types ¶
type BaseResource ¶
type CatchAllHandler ¶
type CatchAllHandler struct{ *BaseResource }
type ClearResource ¶
type ClearResource struct{ *BaseResource }
type ControlMiddleware ¶
type ControlMiddleware struct {
// contains filtered or unexported fields
}
type RegisterResource ¶
type RegisterResource struct{ *BaseResource }
type RequestsResource ¶
type RequestsResource struct{ *BaseResource }
type SSEResource ¶
type SSEResource struct { *BaseResource // contains filtered or unexported fields }
func (*SSEResource) PostInject ¶
func (r *SSEResource) PostInject() error
type Server ¶
type Server struct { Services nacelle.ServiceContainer `service:"container"` // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.