package
0.24.4-beta
Repository: https://github.com/configmate/configmate.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

Special error to indicate that an optional field is missing.

# Interfaces

No description provided by the author

# Type aliases

The return values of a check must be as follows: Method can be correctly executed, and the condition checked is true: - return &tBool{value: true}, nil Method can be correctly executed, but the condition checked is false: - return &tBool{value: false}, error("message indicating why the check failed") Method cannot be correctly executed (the arguments are invalid): - return nil, error("error message").