Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitLogger ¶
func InitLogger(level string)
InitLogger configures and initializes the logger based on the provided log level
Types ¶
type Config ¶
type Config struct {
LogLevel string `yaml:"logLevel"`
Pulsar PulsarConfig `yaml:"pulsar"`
AWS AWSConfig `yaml:"aws"`
Storage StorageConfig `yaml:"storage"`
}
Config holds the application's configuration
func LoadConfig ¶
LoadConfig loads the application configuration from a file
type PulsarConfig ¶
Click to show internal directories.
Click to hide internal directories.