package
0.0.0-20250216052840-474a5a15f83a
Repository: https://github.com/josh-silvas/dmux.git
Documentation: pkg.go.dev

# Functions

NewParser function will initiate and return the parent parser for the dmux app.
Validate : Validates the struct fields based on the tag.

# Constants

AppName is a constant for dmux so that we can be consistent on the naming across all uses of the name.

# Structs

DefaultValidator : does not perform any validations.
No description provided by the author
No description provided by the author
RequiredValidator : Validates that the value is not empty.

# Interfaces

No description provided by the author
Validator : Generic data validator.