Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func JoinErrFields ¶
func JoinErrFields(vErrs validator.ValidationErrors) string
Types ¶
type RequestValidator ¶
type RequestValidator struct {
// contains filtered or unexported fields
}
func NewRequestValidator ¶
func NewRequestValidator(logger *zap.Logger) *RequestValidator
func (*RequestValidator) Validate ¶
func (cv *RequestValidator) Validate(i any) error
type Service ¶
Service is a user service that provides user registration in authentication.
func NewService ¶
func NewService(cfg *ServiceConfig) (*Service, error)
type ServiceConfig ¶
Click to show internal directories.
Click to hide internal directories.