Documentation ¶
Index ¶
- type Context
- type ParsingError
- type Responsip
- func (r *Responsip) CreatedResponse(ctx Context, message string, data interface{}) error
- func (r *Responsip) GetLocalizedString(ctx Context, messageID string) string
- func (r *Responsip) InitLocalizer() error
- func (r *Responsip) NoContentResponse(ctx Context, message string) error
- func (r *Responsip) SuccessResponse(ctx Context, message string, data interface{}) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ParsingError ¶
type ParsingError struct {
// contains filtered or unexported fields
}
func (*ParsingError) Error ¶
func (re *ParsingError) Error() string
type Responsip ¶
type Responsip struct { Lang language.Tag Module string EchoContext context.EchoContext GinContext context.GinContext FiberContext context.FiberContext MuxContext context.MuxContext // contains filtered or unexported fields }
func (*Responsip) CreatedResponse ¶
CreatedResponse returns
func (*Responsip) GetLocalizedString ¶
func (*Responsip) InitLocalizer ¶
func (*Responsip) NoContentResponse ¶
NoContentResponse returns
Click to show internal directories.
Click to hide internal directories.