Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DefaultFormatter ¶
type DefaultFormatter struct{}
type Encoder ¶
type Encoder interface {
Encode(ctx *fasthttp.RequestCtx, statusCode int, payload any) error
}
type JSONEncoder ¶
type JSONEncoder struct{}
func (JSONEncoder) Encode ¶
func (JSONEncoder) Encode(ctx *fasthttp.RequestCtx, statusCode int, payload any) error
Click to show internal directories.
Click to hide internal directories.