Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Configurer ¶
type Configurer struct {
// contains filtered or unexported fields
}
Configurer to fetch configuration from a s3 object
func NewWith ¶
func NewWith(dl downloader, log logging.Logger) *Configurer
NewWith creates a new S3 configurer.
func (*Configurer) Configure ¶
func (s *Configurer) Configure(c *config.Config) error
Configure fetches a yaml config file from a s3 path and populate the config object
func (*Configurer) SetLogger ¶
func (s *Configurer) SetLogger(lo logging.Logger)
SetLogger to set the logger after initialization
Click to show internal directories.
Click to hide internal directories.