# Constants
For use when overriding Viper config type, e.g.: viper.SetConfigType(ConfigTypeYaml)
goland:noinspection GoUnusedConst.
must match IQConfig.IQServer yaml tag.
must match IQConfig.IQToken yaml tag.
must match IQConfig.IQUsername yaml tag.
must match OSSIndexConfig.Token yaml tag.
must match OSSIndexConfig.Username yaml tag.
# Structs
No description provided by the author
Used when writing/reading IQ Server config to/from yaml files.
Used when writing/reading OSS Index config to/from yaml files.
IQConfig is a struct for holding IQ Configuration, and for writing it to yaml.
OSSIndexConfig is a struct for holding OSS Index Configuration, and for writing it to yaml.