Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Version string `yaml:"version"`
Name string `yaml:"name"`
Registry struct {
Addr string `yaml:"addr"`
Insecure bool `yaml:"insecure"`
} `yaml:"registry"`
Export struct {
Paths []string `yaml:"paths"`
} `yaml:"export"`
Modules []*Module `yaml:"modules"`
}
func (*Config) HasRegistry ¶
Click to show internal directories.
Click to hide internal directories.