package
0.2.5-alpha
Repository: https://github.com/thcompiler/go_game_constractor.git
Documentation: pkg.go.dev

# Functions

FUsage prints configuration help into the custom output.
GetDescription returns a description of environment variables.
ReadConfig reads configuration file and parses it depending on tags in structure provided.
No description provided by the author
ReadEnv reads environment variables into the structure.
UpdateEnv rereads (updates) environment variables in the structure.
Usage returns a configuration usage help.

# Constants

DefaultSeparator is a default list and map separator character.
No description provided by the author
No description provided by the author
No description provided by the author
TagEnv - name of the environment variable or a list of names.
TagEnvDefault - default value.
TagEnvDescription - environment variable description.
TagEnvLayout -value parsing layout (for types like time.Time).
TagEnvPrefix - flag to specify prefix for structure fields.
TagEnvRequired - flag to mark a field as required.
TagEnvSeparator - custom list and map separator.
TagEnvUpd - flag to mark a field as updatable.
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

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

# Interfaces

Setter is an interface for a custom value setter.
Updater gives an ability to implement custom update function for a field or a whole structure.

# Type aliases

No description provided by the author