package
0.2.6
Repository: https://github.com/cloudway/platform.git
Documentation: pkg.go.dev

# Functions

NewListOpts creates a new ListOpts with the specified validator.
NewListOptsRef creates a new ListOpts with the specified values and validator.
NewMapOpts creates a new MapOpts with the specified map of values and a validator.
NewMapOptsRef creates a new MapOpts with the specified values and validator.
ValidateEnv validates an environment variable and returns it.

# Structs

ListOpts holds a list of values and a validation function.
MapOpts holds a map of values and validation function.

# Type aliases

ValidatorFunc defines a validator function that returns a validated string and/or an error.