Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArtifactManager ¶
type ArtifactManager interface {
GetFileInfo(repoName string, filePath string) (sdk.FileInfo, error)
SetProperties(repoName string, filePath string, values ...sdk.KeyValues) error
}
func NewClient ¶
func NewClient(managerType, url, token string) (ArtifactManager, error)
type ClientFactoryFunc ¶
type ClientFactoryFunc func(string, string, string) (ArtifactManager, error)
var DefaultClientFactory ClientFactoryFunc = newClient
Directories
¶
| Path | Synopsis |
|---|---|
|
Package mock_artifact_manager is a generated GoMock package.
|
Package mock_artifact_manager is a generated GoMock package. |
Click to show internal directories.
Click to hide internal directories.