# Functions
DefaultDir returns the default parent directory of the config file.
Checks if config has custom location.
NewFile creates a new config type.
# Constants
No description provided by the author
# Structs
Config is a type which describes the properties which can be in the config.
File is a type which describes a config file.
IConfigMock is a mock implementation of IConfig.
KafkaConfig is the config for the Kafka service.
ServiceConfigMap is a map of configs for the application services.
No description provided by the author
# Interfaces
IConfig is an interface which describes the functions needed to read/write from a config
go:generate moq -out ./config_mock.go .