filesystem

package
v0.89.1 Latest Latest
Warning

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

Go to latest
Published: May 30, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Filesystem

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

func New

func New(statePath string) (*Filesystem, error)

Filesystem crafter does not require passing a stateID as it only supports a single state file This also allow us to not to require users to provide a stateID when using the filesystem crafter and keep the current UX

func (*Filesystem) Info

func (l *Filesystem) Info(_ context.Context, _ string) string

func (*Filesystem) Initialized

func (l *Filesystem) Initialized(_ context.Context, _ string) (bool, error)

func (*Filesystem) Read

func (l *Filesystem) Read(_ context.Context, _ string, state *v1.CraftingState) error

func (*Filesystem) Reset

func (l *Filesystem) Reset(_ context.Context, _ string) error

func (*Filesystem) Write

func (l *Filesystem) Write(_ context.Context, _ string, state *v1.CraftingState) error

Jump to

Keyboard shortcuts

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