Documentation ¶ Index ¶ type Repo func New(fsys virt.FS) *Repo func (r *Repo) Close() error func (r *Repo) Download(ctx context.Context, to virt.FS, paths ...string) error func (r *Repo) Upload(ctx context.Context, from fs.FS) error func (r *Repo) Walk(ctx context.Context, dir string, fn fs.WalkDirFunc) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Repo ¶ type Repo struct { // contains filtered or unexported fields } func New ¶ func New(fsys virt.FS) *Repo func (*Repo) Close ¶ func (r *Repo) Close() error func (*Repo) Download ¶ func (r *Repo) Download(ctx context.Context, to virt.FS, paths ...string) error func (*Repo) Upload ¶ func (r *Repo) Upload(ctx context.Context, from fs.FS) error func (*Repo) Walk ¶ func (r *Repo) Walk(ctx context.Context, dir string, fn fs.WalkDirFunc) error Source Files ¶ View all Source files local.go Click to show internal directories. Click to hide internal directories.