fileoptypes

package
v0.5.1 Latest Latest
Warning

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

Go to latest
Published: May 9, 2019 License: Apache-2.0 Imports: 2 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
}

type Ref

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

type RefManager

type RefManager interface {
	Prepare(ctx context.Context, ref Ref, readonly bool) (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