source

package
v1.41.66 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 27, 2023 License: Unlicense Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrNoConfigurator = errors.New("no configurator")

ErrNoConfigurator is defined in the config.

Functions

func NewConfigurator

func NewConfigurator(params ConfiguratorParams) (configurator.Configurator, error)

NewConfigurator for source.

Types

type Config

type Config struct {
	Kind   string        `yaml:"kind" json:"kind" toml:"kind"`
	Git    git.Config    `yaml:"git" json:"git" toml:"git"`
	Folder folder.Config `yaml:"folder" json:"folder" toml:"folder"`
	S3     s3.Config     `yaml:"s3" json:"s3" toml:"s3"`
}

Config for source.

func (*Config) IsFolder

func (c *Config) IsFolder() bool

IsFolder configured.

func (*Config) IsGit

func (c *Config) IsGit() bool

IsGit configured.

func (*Config) IsS3 added in v1.21.0

func (c *Config) IsS3() bool

IsS3 configured.

type ConfiguratorParams added in v1.16.0

type ConfiguratorParams struct {
	fx.In

	Config     *Config
	HTTPConfig *http.Config
	Logger     *zap.Logger
	HTTPTracer hotel.Tracer
	Metrics    *prometheus.ClientMetrics
	GitTracer  gotel.Tracer
	S3Tracer   sotel.Tracer
}

ConfiguratorParams for source.

Directories

Path Synopsis
git
s3

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL