Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Some SomeService Validation ValidationService Processing ProcessingService )
Functions ¶
This section is empty.
Types ¶
type ProcessingService ¶
type SomeService ¶
type ValidationService ¶
type ValidationService interface { GetErrors(err error, model validation.HasErrorsMessage) []validation.ApiError ValidateIdParam(value string, paramName string) (int, error) }
Click to show internal directories.
Click to hide internal directories.