Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ContextKey ¶ added in v1.1.0
type ContextKey string
type ErrBadRequest ¶
type ErrBadRequest struct{}
func (*ErrBadRequest) Error ¶
func (err *ErrBadRequest) Error() string
type ErrConflict ¶
type ErrConflict struct{}
func (*ErrConflict) Error ¶
func (err *ErrConflict) Error() string
type ErrNotFound ¶
type ErrNotFound struct{}
func (*ErrNotFound) Error ¶
func (err *ErrNotFound) Error() string
type ErrTimeOut ¶
type ErrTimeOut struct{}
func (*ErrTimeOut) Error ¶
func (err *ErrTimeOut) Error() string
type ErrTssProcessFailed ¶
type ErrTssProcessFailed struct{}
func (*ErrTssProcessFailed) Error ¶
func (err *ErrTssProcessFailed) Error() string
type ErrUnauthorized ¶
type ErrUnauthorized struct{}
func (*ErrUnauthorized) Error ¶
func (err *ErrUnauthorized) Error() string
Click to show internal directories.
Click to hide internal directories.