Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GetHandler ¶
type GetHandler struct {
// contains filtered or unexported fields
}
GetHandler is struct for holding context.LegscContext
func NewGetHandler ¶
func NewGetHandler(ctx *context.LegscContext) *GetHandler
NewGetHandler initialize GetHandler.
type RoutingNotFoundError ¶
type RoutingNotFoundError struct {
// contains filtered or unexported fields
}
RoutingNotFoundError : TODO
func NewRoutingNotFoundError ¶
func NewRoutingNotFoundError(routingName string) *RoutingNotFoundError
NewRoutingNotFoundError : TODO
func (*RoutingNotFoundError) Error ¶
func (e *RoutingNotFoundError) Error() string
type SendHandler ¶
type SendHandler struct {
// contains filtered or unexported fields
}
SendHandler : TODo
func NewSendHandler ¶
func NewSendHandler(ctx *context.LegscContext) *SendHandler
NewSendHandler : TODO
type TimeoutError ¶
type TimeoutError struct {
// contains filtered or unexported fields
}
TimeoutError : TODO
func (*TimeoutError) Error ¶
func (e *TimeoutError) Error() string
Click to show internal directories.
Click to hide internal directories.