package
0.0.3
Repository: https://github.com/meikwei/go-tools.git
Documentation: pkg.go.dev

# Functions

NewSimpleValidator creates and returns an instance of SimpleValidator.

# Structs

SimpleValidator is a basic implementation of the Validator interface, which checks if fields in the configuration satisfy basic non-zero value requirements using reflection.

# Interfaces

Validator defines the interface for configuration validators.