Documentation ¶
Index ¶
- type Config
- func (h *Config) AddFlags(set *pflag.FlagSet)
- func (h *Config) Check(fileHandler platform.Configer) error
- func (h *Config) FromMap(m map[string]string) error
- func (h *Config) GetFrom() time.Time
- func (h *Config) GetNotifier(ncfg *notify.Config, ctx context.Context) (platform.Notifier, error)
- func (h *Config) GetSource(fh platform.Configer, ctx context.Context, tailMode bool) (source.Reader, error)
- func (h *Config) Retrieve(ctx context.Context) (aws.Credentials, error)
- func (h *Config) ToMap() map[string]string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { aws.Credentials Dest string // contains filtered or unexported fields }
func (*Config) GetNotifier ¶
Click to show internal directories.
Click to hide internal directories.