Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Artifactory ¶
type Artifactory struct { DryRun bool // contains filtered or unexported fields }
Artifactory client
func (Artifactory) Copy ¶
func (a Artifactory) Copy(args CopyArgs) error
Copy a file inside artifactory
func (Artifactory) Delete ¶
func (a Artifactory) Delete(args DeleteArgs) error
Delete items from Artifactory
func (Artifactory) SetProps ¶
func (a Artifactory) SetProps(args PropsArgs) error
SetProps on items in Artifactory
func (Artifactory) Upload ¶
func (a Artifactory) Upload(args UploadArgs) error
Upload files to artifactory
type Config ¶
type Config struct { APIKey string Debug bool DryRun bool Password string URL string Username string }
Config for Artifactory
type DeleteArgs ¶
DeleteArgs are arguments for Delete
type PropsArgs ¶
PropsArgs are arguments for managing properties on files
func (PropsArgs) PropsString ¶
PropsString a string representation of Props
type SearchArgs ¶
SearchArgs are arguments for searching files
Click to show internal directories.
Click to hide internal directories.