Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrBadRequest = &SHandlerError{"bad request"} ErrBuildRequest = &SHandlerError{"build request"} ErrUndefinedService = &SHandlerError{"undefined service"} ErrLoadRequest = &SHandlerError{"load request"} ErrInvalidResponseMode = &SHandlerError{"invalid response mode"} )
Functions ¶
func RequestHandler ¶
Types ¶
type SHandlerError ¶
type SHandlerError struct {
// contains filtered or unexported fields
}
func (*SHandlerError) Error ¶
func (err *SHandlerError) Error() string
Click to show internal directories.
Click to hide internal directories.