Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LocalStorage ¶
type LocalStorage struct {
// contains filtered or unexported fields
}
LocalStorage allows saving files to disk
func NewLocalStorage ¶
func NewLocalStorage(logger logger.Logger) *LocalStorage
NewLocalStorage returns a new LocalStorage instance
func (*LocalStorage) Init ¶
func (ls *LocalStorage) Init(metadata bindings.Metadata) error
Init performs metadata parsing
func (*LocalStorage) Invoke ¶
func (ls *LocalStorage) Invoke(req *bindings.InvokeRequest) (*bindings.InvokeResponse, error)
Invoke is called for output bindings
func (*LocalStorage) Operations ¶
func (ls *LocalStorage) Operations() []bindings.OperationKind
Operations enumerates supported binding operations
Click to show internal directories.
Click to hide internal directories.