Versions in this module Expand all Collapse all v1 v1.0.0 Dec 14, 2023 Changes in this version + func GetValidatorCall(options *Options, receiver string) (string, error) + type Kind int + const KindOzzo + type Options struct + Dive bool + Each bool + Format extensionpb.FieldValidationFormat + Kind Kind + Max interface{} + MaxLength interface{} + Min interface{} + Pattern string + Required bool + RequiredCondition *RequiredRuleOptions + type RequiredFieldRuleOptions struct + FieldName string + Type descriptor.FieldDescriptorProto_Type + TypeName string + Value string + type RequiredRuleOptions struct + DefaultConditionOperation string + ErrorMessage string + Negative bool + NegativeConditionOperation string + RuleConditionOperation string + Rules []*RequiredFieldRuleOptions + UsePrefixCondition bool