package
Version:
v0.4.3
Opens a new window with list of versions in this module.
Published: May 9, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Fetchers []Fetcher `json:"fetchers"`
}
type Fetcher struct {
GitFetcher *GitFetcher `json:"gitfetcher,omitempty"`
ObjFetcher *ObjFetcher `json:"objfetcher,omitempty"`
}
type File struct {
Path string `json:"path"`
Mode int32 `json:"mode"`
}
type GitFetcher struct {
MountPoint string `json:"mountPoint"`
CredentialsPath string `json:"credentialsPath"`
Repository string `json:"repository"`
Ref string `json:"ref"`
}
type ObjFetcher struct {
MountPoint string `json:"mountPoint"`
CredentialsPath string `json:"credentialsPath"`
KeysPath string `json:"keysPath,omitempty"`
Keys map[string]File `json:"keys"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.