Documentation
¶
Index ¶
- type Config
- func (c *Config) GetDestination(name string) (map[string]string, bool)
- func (c *Config) GetRepository(name string) (map[string]string, error)
- func (c *Config) GetSource(name string) (map[string]string, bool)
- func (c *Config) HasDestination(name string) bool
- func (c *Config) HasRepository(name string) bool
- func (c *Config) HasSource(name string) bool
- type DestinationConfig
- type RepositoryConfig
- type SourceConfig
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
DefaultRepository string
Repositories map[string]RepositoryConfig
Sources map[string]SourceConfig
Destinations map[string]DestinationConfig
}
func (*Config) GetDestination ¶
func (*Config) GetRepository ¶
func (*Config) HasDestination ¶
func (*Config) HasRepository ¶
type DestinationConfig ¶
type RepositoryConfig ¶
type SourceConfig ¶
Click to show internal directories.
Click to hide internal directories.