localstorage

package
v1.10.5 Latest Latest
Warning

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

Go to latest
Published: Mar 30, 2023 License: Apache-2.0 Imports: 15 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewLocalStorage

func NewLocalStorage(logger logger.Logger) bindings.OutputBinding

NewLocalStorage returns a new LocalStorage instance.

Types

type LocalStorage

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

LocalStorage allows saving files to disk.

func (*LocalStorage) Init

func (ls *LocalStorage) Init(metadata bindings.Metadata) error

Init performs metadata parsing.

func (*LocalStorage) Invoke

Invoke is called for output bindings.

func (*LocalStorage) Operations

func (ls *LocalStorage) Operations() []bindings.OperationKind

Operations enumerates supported binding operations.

type Metadata

type Metadata struct {
	RootPath string `json:"rootPath"`
}

Metadata defines the metadata.

Jump to

Keyboard shortcuts

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