loadsave

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: Oct 7, 2021 License: BSD-3-Clause Imports: 9 Imported by: 6

Documentation

Overview

Package loadsave provides lightweight persistence abstraction for manifest operations.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(storer PutGetter, pipelineFn func() pipeline.Interface) file.LoadSaver

New returns a new read-write load-saver.

func NewReadonly added in v1.2.0

func NewReadonly(storer PutGetter) file.LoadSaver

NewReadonly returns a new read-only load-saver which will error on write.

Types

type PutGetter added in v0.6.0

type PutGetter interface {
	storage.Putter
	storage.Getter
}

Jump to

Keyboard shortcuts

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