Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Artifactory ¶
type BitBucketRepo ¶
type Cache ¶
type Cache struct { Type cachetype.Type `json:"type"` Local CacheLocal `json:"local"` Artifactory Artifactory `json:"artifactory"` }
type CacheLocal ¶
type CacheLocal struct {
Dir string `json:"directory"`
}
type GithubRepo ¶
type Proxy ¶
type Proxy struct { Github []GithubRepo `json:"github"` BitBucket []BitBucketRepo `json:"bitbucket"` }
Click to show internal directories.
Click to hide internal directories.