Documentation
¶
Index ¶
- func ProtoCall[TResponse, TRequest any, TProtoRequest TProto[TRequest], ...](ctx context.Context, client chttp.Client, url string, request TProtoRequest) (TProtoResponse, error)
- func ProtoHandler[TRequest, TResponse any, TProtoRequest TProto[TRequest], ...](handler func(fCtx *fiber.Ctx, request TProtoRequest) (TProtoResponse, error)) func(fCtx *fiber.Ctx) error
- type ErrorMessage
- type TProto
- type TProtoErr
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ErrorMessage ¶
type ErrorMessage struct {
// contains filtered or unexported fields
}
func (*ErrorMessage) Error ¶
func (e *ErrorMessage) Error() string
Click to show internal directories.
Click to hide internal directories.