package
Version:
v0.2.0
Opens a new window with list of versions in this module.
Published: May 15, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Artifactory struct {
User string `json:"user"`
AccessToken string `json:"token"`
BaseURL URL `json:"url"`
Timeout int `json:"timeout"`
BodyLimit int64 `json:"bodyLimit"`
}
type BitBucketRepo struct {
Repo Repo `json:"repo"`
User string `json:"user"`
AccessToken string `json:"token"`
BaseURL URL `json:"url"`
Timeout int `json:"timeout"`
BodyLimit int64 `json:"bodyLimit"`
}
type CacheLocal struct {
Dir string `json:"directory"`
}
type GithubRepo struct {
Repo Repo `json:"repo"`
AccessToken string `json:"token"`
Timeout int `json:"timeout"`
BodyLimit int64 `json:"bodyLimit"`
}
type LocalGit struct {
Storage string `json:"storage"`
Repos []Repo `json:"repo"`
}
type LogConfig struct {
Level string `json:"level"`
}
type Repo struct {
Owner string `json:"owner"`
Name string `json:"name"`
Prefixes []string `json:"prefix"`
Paths []string `json:"path"`
}
type TLSConfig struct {
CertFile string `json:"cert"`
KeyFile string `json:"key"`
CACertFile string `json:"ca"`
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.