ostore

package
v0.0.0-...-e662cb7 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FsStore

type FsStore struct {
	// contains filtered or unexported fields
}

A FsStore implements Store, for an afero.FS file store.

func NewFS

func NewFS(fs afero.Fs) *FsStore

func (*FsStore) Create

func (fs *FsStore) Create(n ftree.Node) error

Create creates the node structure from the filetree in the underlying fs.

type Store

type Store interface{}

A Store represents an object storage. An object storage has prefixes, but otherwise a flat namespace.

Jump to

Keyboard shortcuts

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