Documentation ¶
Index ¶
- type App
- func (a *App) Connect(s config.S3Settings) error
- func (a *App) DownloadFile(key string) error
- func (a *App) DownloadFolder(prefix string) error
- func (a *App) GetConfig() (config.Config, error)
- func (a *App) List(prefix string) (s3.List, error)
- func (a *App) Startup(ctx context.Context)
- func (a *App) UploadFile(prefix string) error
- func (a *App) UploadFolder(prefix string) error
- type S3Settings
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
}
App struct
func (*App) DownloadFile ¶ added in v0.1.1
func (*App) DownloadFolder ¶ added in v0.1.1
func (*App) Startup ¶
Startup is called when the app starts. The context is saved, so we can call the runtime methods
func (*App) UploadFile ¶
func (*App) UploadFolder ¶
Click to show internal directories.
Click to hide internal directories.