Documentation
¶
Index ¶
- type App
- func (app *App) Copy(srcBlob string, dstBlob string) error
- func (app *App) Delete(object string) error
- func (app *App) DeleteRecursive(prefix string) error
- func (app *App) EnsureStorageExists() error
- func (app *App) Exists(object string) (bool, error)
- func (app *App) Get(sourceObject string, dest string) error
- func (app *App) List(prefix string) ([]string, error)
- func (app *App) Properties(dest string) error
- func (app *App) Put(sourceFilePath string, destinationObject string) error
- func (app *App) Sign(object string, action string, expiration time.Duration) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct {
// contains filtered or unexported fields
}
func (*App) DeleteRecursive ¶
func (*App) EnsureStorageExists ¶
func (*App) Properties ¶
Click to show internal directories.
Click to hide internal directories.