Versions in this module Expand all Collapse all v3 v3.3.4 Sep 30, 2024 Changes in this version + func NewAzureProviders(options *types.Options) ([]*customTemplateAzureBlob, error) + func NewGitHubProviders(options *types.Options) ([]*customTemplateGitHubRepo, error) + func NewGitLabProviders(options *types.Options) ([]*customTemplateGitLabRepo, error) + func NewS3Providers(options *types.Options) ([]*customTemplateS3Bucket, error) + type CustomTemplatesManager struct + func NewCustomTemplatesManager(options *types.Options) (*CustomTemplatesManager, error) + func (c *CustomTemplatesManager) Download(ctx context.Context) + func (c *CustomTemplatesManager) Update(ctx context.Context) + type Provider interface + Download func(ctx context.Context) + Update func(ctx context.Context)