Documentation
¶
Index ¶
- func New(uri string) (providers.CloudProvider, error)
- type File
- type Provider
- func (p *Provider) Capabilities() providers.Capability
- func (p *Provider) DeleteFile(relativeName string) error
- func (p *Provider) GetChecksumMethod() hash.Hash
- func (p *Provider) GetFile(relativeName string) (providers.File, error)
- func (p *Provider) ListFiles() ([]providers.File, error)
- func (p *Provider) Name() string
- func (p *Provider) PutFile(f providers.File) (providers.File, error)
- func (p *Provider) Share(relativeName string) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Provider ¶
type Provider struct {
// contains filtered or unexported fields
}
func (*Provider) Capabilities ¶
func (p *Provider) Capabilities() providers.Capability
func (*Provider) DeleteFile ¶
func (*Provider) GetChecksumMethod ¶
Click to show internal directories.
Click to hide internal directories.