localstorage

package
v0.0.0-...-ebb33e4 Latest Latest
Warning

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

Go to latest
Published: May 18, 2023 License: Apache-2.0 Imports: 16 Imported by: 0

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) GetComponentMetadata

func (ls *LocalStorage) GetComponentMetadata() map[string]string

GetComponentMetadata returns the metadata of the component.

func (*LocalStorage) Init

func (ls *LocalStorage) Init(_ context.Context, 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