Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InfraProvider ¶
type InfraProvider interface {
GetInfraProvider(providerType bean.WorkflowPipelineType) (infraGetters.InfraGetter, error)
}
type InfraProviderImpl ¶
type InfraProviderImpl struct {
// contains filtered or unexported fields
}
func NewInfraProviderImpl ¶
func NewInfraProviderImpl(logger *zap.SugaredLogger, service infraConfig.InfraConfigService) *InfraProviderImpl
func (*InfraProviderImpl) GetInfraProvider ¶
func (infraProvider *InfraProviderImpl) GetInfraProvider(providerType bean.WorkflowPipelineType) (infraGetters.InfraGetter, error)
Click to show internal directories.
Click to hide internal directories.