Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ByteCountSI ¶ added in v0.7.0
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 (*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 (*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 (*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)
Click to show internal directories.
Click to hide internal directories.