Documentation ¶
Index ¶
- type ArtifactoryStorage
- func (this ArtifactoryStorage) Cat(path string) (io.ReadCloser, error)
- func (this ArtifactoryStorage) Init(params map[string]string, app *App) (IBackend, error)
- func (this ArtifactoryStorage) LoginForm() Form
- func (this ArtifactoryStorage) Ls(path string) ([]os.FileInfo, error)
- func (this ArtifactoryStorage) Meta(path string) Metadata
- func (this ArtifactoryStorage) Mkdir(path string) error
- func (this ArtifactoryStorage) Mv(from, to string) error
- func (this ArtifactoryStorage) Rm(path string) error
- func (this ArtifactoryStorage) Save(path string, content io.Reader) error
- func (this ArtifactoryStorage) Touch(path string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArtifactoryStorage ¶
type ArtifactoryStorage struct {
// contains filtered or unexported fields
}
func (ArtifactoryStorage) Cat ¶
func (this ArtifactoryStorage) Cat(path string) (io.ReadCloser, error)
func (ArtifactoryStorage) Init ¶
func (this ArtifactoryStorage) Init(params map[string]string, app *App) (IBackend, error)
func (ArtifactoryStorage) LoginForm ¶
func (this ArtifactoryStorage) LoginForm() Form
func (ArtifactoryStorage) Ls ¶
func (this ArtifactoryStorage) Ls(path string) ([]os.FileInfo, error)
func (ArtifactoryStorage) Meta ¶
func (this ArtifactoryStorage) Meta(path string) Metadata
func (ArtifactoryStorage) Mkdir ¶
func (this ArtifactoryStorage) Mkdir(path string) error
func (ArtifactoryStorage) Mv ¶
func (this ArtifactoryStorage) Mv(from, to string) error
func (ArtifactoryStorage) Rm ¶
func (this ArtifactoryStorage) Rm(path string) error
func (ArtifactoryStorage) Save ¶
func (this ArtifactoryStorage) Save(path string, content io.Reader) error
func (ArtifactoryStorage) Touch ¶
func (this ArtifactoryStorage) Touch(path string) error
Click to show internal directories.
Click to hide internal directories.