Documentation
¶
Index ¶
- Variables
- func ValidateLength(ctx context.Context, obj any, next graphql.Resolver, min, max int, ...) (res any, err error)
- func ValidateNotEmpty(ctx context.Context, obj any, next graphql.Resolver, trim, ornil bool) (res any, err error)
- func ValidateRange(ctx context.Context, obj any, next graphql.Resolver, min, max float64, ...) (res any, err error)
- func ValidateRegex(ctx context.Context, obj any, next graphql.Resolver, pattern string, ...) (res any, err error)
- type RequireAgreementsFunc
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func ValidateLength ¶
func ValidateNotEmpty ¶
func ValidateRange ¶
Types ¶
type RequireAgreementsFunc ¶ added in v0.2.0
func RequireAgreements ¶ added in v0.2.0
func RequireAgreements(uc *agreement.UsecaseImpl) RequireAgreementsFunc
Click to show internal directories.
Click to hide internal directories.