Documentation
¶
Index ¶
Constants ¶
View Source
const Kind artifactstore.SourceKind = "embedded-directory"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Adapter ¶
type Adapter struct {
// contains filtered or unexported fields
}
func (*Adapter) Kind ¶
func (*Adapter) Kind() artifactstore.SourceKind
func (*Adapter) NormalizeConfig ¶
func (a *Adapter) NormalizeConfig( ctx context.Context, raw json.RawMessage, ) (json.RawMessage, error)
type Config ¶
type Config struct {
ProviderKey string `json:"providerKey"`
Root artifactstore.Locator `json:"root"`
}
Click to show internal directories.
Click to hide internal directories.