Documentation ¶
Index ¶
Constants ¶
View Source
const (
DefaultConfigJsonFile = "configuration.json"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Processor ¶
type Processor struct {
// contains filtered or unexported fields
}
func NewProcessor ¶
func NewProcessor( flags flags.Common, envVars *environment.Variables, startupTimer startup.Timer, ctx context.Context, wg *sync.WaitGroup, dic *di.Container, ) *Processor
NewProcessor creates a new configuration Processor
func (*Processor) Process ¶
func (cp *Processor) Process( serviceType string, serviceConfig interfaces.Configuration, secretProvider interfaces.SecretProviderExt) error
Click to show internal directories.
Click to hide internal directories.