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 HandlerErrorGRPC(context.Context, error) *pb.Error HandlerErrorMessage(context.Context, error) utils.IPMCError GetErrorEncoder() }
func NewErrorEncoderService ¶
func NewErrorEncoderService(localize localize.ILocalizeService) IErrorEncoderService
Click to show internal directories.
Click to hide internal directories.