Documentation
¶
Index ¶
- type ResticBrowserApp
- func (r *ResticBrowserApp) DomReady(ctx context.Context)
- func (r *ResticBrowserApp) DumpFile(snapshotID string, file *restic.File) (string, error)
- func (r *ResticBrowserApp) DumpFileToTemp(snapshotID string, file *restic.File) (string, error)
- func (r *ResticBrowserApp) GetFilesForPath(snapshotID, path string) ([]*restic.File, error)
- func (r *ResticBrowserApp) OpenFileOrUrl(path string) error
- func (r *ResticBrowserApp) OpenRepo(location restic.Location, password string) ([]*restic.Snapshot, error)
- func (r *ResticBrowserApp) RestoreFile(snapshotID string, file *restic.File) (string, error)
- func (r *ResticBrowserApp) SelectLocalRepo() (string, error)
- func (r *ResticBrowserApp) Shutdown(ctx context.Context)
- func (r *ResticBrowserApp) Startup(ctx context.Context)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResticBrowserApp ¶
type ResticBrowserApp struct {
// contains filtered or unexported fields
}
func NewResticBrowser ¶
func NewResticBrowser() *ResticBrowserApp
func (*ResticBrowserApp) DomReady ¶
func (r *ResticBrowserApp) DomReady(ctx context.Context)
func (*ResticBrowserApp) DumpFileToTemp ¶
func (*ResticBrowserApp) GetFilesForPath ¶
func (r *ResticBrowserApp) GetFilesForPath(snapshotID, path string) ([]*restic.File, error)
func (*ResticBrowserApp) OpenFileOrUrl ¶
func (r *ResticBrowserApp) OpenFileOrUrl(path string) error
func (*ResticBrowserApp) RestoreFile ¶
func (*ResticBrowserApp) SelectLocalRepo ¶
func (r *ResticBrowserApp) SelectLocalRepo() (string, error)
func (*ResticBrowserApp) Shutdown ¶
func (r *ResticBrowserApp) Shutdown(ctx context.Context)
func (*ResticBrowserApp) Startup ¶
func (r *ResticBrowserApp) Startup(ctx context.Context)
Click to show internal directories.
Click to hide internal directories.