mounts

package
v0.0.0-...-2cda34f Latest Latest
Warning

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

Go to latest
Published: Dec 23, 2022 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MountInfo

type MountInfo struct {
	Name    string
	Batch   string
	Encrypt bool
	Pin     bool
	Created int64
}

type Mounts

type Mounts struct {
	Mnts []MountInfo
}

type UserMounts

type UserMounts interface {
	Get(ctx context.Context) (Mounts, error)
	Put(ctx context.Context, mnts Mounts) error
}

Jump to

Keyboard shortcuts

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