Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IErrorEncoderService ¶ added in v1.0.7
type IErrorEncoderService interface { GetHttpErrorEncoderHandler() http.EncodeErrorFunc GetGrpcErrorEncoderHandler() middleware.Middleware HandlerGrpcError(context.Context, error) error GetErrorEncoder() }
func NewErrorEncoderService ¶
func NewErrorEncoderService(localize localize.ILocalizeService) IErrorEncoderService
Click to show internal directories.
Click to hide internal directories.