Versions in this module Expand all Collapse all v0 v0.0.1 Feb 25, 2025 Changes in this version + func Run(in *ValidationInput) error + func Validations() []string + type ValidationFunc func(string) (string, error) + func Get(name string) (ValidationFunc, bool) + type ValidationInput struct + Attempts int + Done <-chan bool + Logger logr.Logger + Path string + Send chan<- string + Validations []ValidationFunc