Home
last modified time | relevance | path

Searched defs:LocalRepoConfig (Results 1 – 1 of 1) sorted by relevance

/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/lusis/go-artifactory/src/artifactory.v401/
H A Drepos.go39 type LocalRepoConfig struct { struct
40 GenericRepoConfig
42 LayoutRef string `json:"repoLayoutRef,omitempty"`
43 DebianTrivialLayout bool `json:"debianTrivialLayout,omitempty"`
44 ChecksumPolicyType string `json:"checksumPolicyType,omitempty"`
45 SnapshotVersionBehavior string `json:"snapshotVersionBehavior,omitempty"`
46 ArchiveBrowsingEnabled bool `json:"archiveBrowsingEnabled,omitempty"`
47 CalculateYumMetadata bool `json:"calculateYumMetadata,omitempty"`
48 YumRootDepth int `json:"yumRootDepth,omitempty"`
51 func (r LocalRepoConfig) MimeType() string {