Versions in this module Expand all Collapse all v0 v0.2.0 Jan 28, 2025 v0.1.0 Jan 20, 2025 Changes in this version + type Destroyer interface + Destroy func() error + type Error struct + Code ErrorCode + Inner error + Message string + func NewError(code protos.ErrorCode, message string) *Error + func NewErrorWith(code protos.ErrorCode, message string, err error) *Error + func (e *Error) Error() string + func (e *Error) StatusCode() int + func (e *Error) Unwrap() error + type ErrorCode protos.ErrorCode + func (e ErrorCode) MarshalJSON() ([]byte, error) + func (e ErrorCode) String() string + type HTTPRequestParser interface + ParseBody func(ctx *fiber.Ctx, out interface{}) *Error + ParseQuery func(ctx *fiber.Ctx, out interface{}) *Error