blob

package module
v0.0.0-...-40ef8b7 Latest Latest
Warning

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

Go to latest
Published: Mar 22, 2019 License: BSD-3-Clause Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

Types

type Activity

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

func (*Activity) Eval

func (a *Activity) Eval(ctx activity.Context) (done bool, err error)

func (*Activity) Metadata

func (a *Activity) Metadata() *activity.Metadata

type Input

type Input struct {
	File string `md:"file"`
	Data string `md:"data"`
}

func (*Input) FromMap

func (o *Input) FromMap(values map[string]interface{}) error

func (*Input) ToMap

func (o *Input) ToMap() map[string]interface{}

type Output

type Output struct {
	Result map[string]interface{} `md:"result"`
}

func (*Output) FromMap

func (r *Output) FromMap(values map[string]interface{}) error

func (*Output) ToMap

func (r *Output) ToMap() map[string]interface{}

type Settings

type Settings struct {
	AZURE_STORAGE_ACCOUNT    string `md:"azure_storage_account,required"`
	AZURE_STORAGE_ACCESS_KEY string `md:"azure_storage_access_key,required"`
	Method                   string `md:"method,required"`
	ContainerName            string `md:"container_name,required"`
}

Jump to

Keyboard shortcuts

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