Versions in this module Expand all Collapse all v0 v0.2.0 Apr 10, 2020 v0.1.0 Apr 10, 2020 Changes in this version + func ExecuteDefaulting(ctx context.Context, rules []DefaultingRule) + func ExecuteValidation(ctx context.Context, rules []ValidationRule) error + func IsValidation(err error) bool + func ToIntPtr(i int) *int + type DefaultingRule struct + Conditions []func() bool + Defaulting func() + type ValidationRule struct + Conditions []func() bool + Validation func() error