Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Module for fx. Module = fx.Options(fx.Provide(NewConfigurator)) )
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Type string `yaml:"type"` Git git.Config `yaml:"git"` Folder folder.Config `yaml:"folder"` }
Config for source.
Click to show internal directories.
Click to hide internal directories.