fileoptypes

package
v0.9.1 Latest Latest
Warning

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

Go to latest
Published: Oct 4, 2021 License: Apache-2.0 Imports: 3 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Mount

type Mount interface {
	IsFileOpMount()
	Release(context.Context) error
	Readonly() bool
}

type Ref

type Ref interface {
	Release(context.Context) error
}

type RefManager

type RefManager interface {
	Prepare(ctx context.Context, ref Ref, readonly bool, g session.Group) (Mount, error)
	Commit(ctx context.Context, mount Mount) (Ref, error)
}

Jump to

Keyboard shortcuts

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