Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
func (Config) APIEnvVars ¶
func (c Config) APIEnvVars() []api.SharedEnvVar
type EnvVarSharer ¶
type EnvVarSharer struct {
// contains filtered or unexported fields
}
func NewEnvVarSharer ¶
func NewEnvVarSharer(logger log.Logger, inputParser stepconf.InputParser, envRepository env.Repository, secretKeysProvider secretkeys.Manager) EnvVarSharer
func (EnvVarSharer) ProcessConfig ¶
func (e EnvVarSharer) ProcessConfig() (*Config, error)
func (EnvVarSharer) Run ¶
func (e EnvVarSharer) Run(config Config) error
Click to show internal directories.
Click to hide internal directories.