windows

package
v0.9.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 23, 2025 License: MIT Imports: 28 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ByteCountSI added in v0.7.0

func ByteCountSI(b int64) string

Types

type AppInfo added in v0.5.1

type AppInfo struct {
	Details struct {
		Version string `toml:"version"`
	} `toml:"details"`
}

type BucketManager added in v0.9.1

type BucketManager struct {
	// contains filtered or unexported fields
}

func NewBucketManager added in v0.9.1

func NewBucketManager(a fyne.App, parent fyne.Window, service *s3.Service, onSelect func(string)) *BucketManager

func (*BucketManager) Show added in v0.9.1

func (bm *BucketManager) Show()

type ConnectDialog added in v0.7.0

type ConnectDialog struct {
	// contains filtered or unexported fields
}

func NewConnectDialog added in v0.7.0

func NewConnectDialog(a fyne.App, cfg *config.Config, parent fyne.Window, onConnected func(*s3.Service, string)) *ConnectDialog

func (*ConnectDialog) Show added in v0.7.0

func (cd *ConnectDialog) Show()

type FileManager added in v0.7.0

type FileManager struct {
	Container fyne.CanvasObject
	// contains filtered or unexported fields
}

func NewFileManager added in v0.7.0

func NewFileManager(a fyne.App, s3svc *s3.Service, window fyne.Window, changeConn func()) *FileManager

func (*FileManager) LoadObjects added in v0.7.0

func (fm *FileManager) LoadObjects(ctx context.Context, prefix string)

type MainWindow

type MainWindow struct {
	// contains filtered or unexported fields
}

func NewMainWindow

func NewMainWindow(a fyne.App, cfg *config.Config) *MainWindow

func (*MainWindow) Show

func (mw *MainWindow) Show(ctx context.Context)

type ProgressReader added in v0.7.0

type ProgressReader struct {
	Reader     io.Reader
	Total      int64
	BytesRead  int64
	OnProgress func(int64)
}

ProgressReader wraps an io.Reader to track progress

func (*ProgressReader) Read added in v0.7.0

func (pr *ProgressReader) Read(p []byte) (int, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL