Versions in this module Expand all Collapse all v0 v0.1.1 Apr 5, 2024 Changes in this version + type Config struct + Settings Settings + func GetConfig(profileName, queueUrl string) (*Config, error) + func (c *Config) EnsureConfigValues() error + func (c *Config) ProfileName() string + func (c *Config) QueueUrl() string + type Settings struct + ProfileName string + QueueUrl string