Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { FileStorage struct { Location string `toml:"location"` } `toml:"file_storage"` Repository struct { Golangs []GoRepoConf `toml:"golang"` Mavens []MavenRepoConf `toml:"maven"` Dockers []DockerRepoConf `toml:"docker"` } `toml:"repository"` Debug bool `toml:"debug"` Listen string `toml:"listen"` Listeners []ListenerElemConf `toml:"listeners"` } `toml:"mxartifact"` }
type DockerRepoConf ¶
type DockerRepoConf struct { Name string `toml:"name"` Type string `toml:"type"` BaseUrl string `toml:"base_url"` HttpProxy string `toml:"http_proxy"` UpstreamRepository string `toml:"upstream_repository"` BindListeners []struct { Name string `toml:"name"` Options map[string]string `toml:"options"` } `toml:"bind_listeners"` ParentRepository string `toml:"parent_repository"` }
type GoRepoConf ¶
type ListenerElemConf ¶
Click to show internal directories.
Click to hide internal directories.