airpipelinebuilder2

package module
v0.0.0-...-5f34eba Latest Latest
Warning

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

Go to latest
Published: Aug 11, 2022 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 {
	ProjectFolder                 string                 `md:"ProjectFolder"`
	ApplicationName               string                 `md:"ApplicationName"`
	ApplicationPipelineDescriptor map[string]interface{} `md:"AirDescriptor"`
	ServiceType                   string                 `md:"ServiceType"`
	PropertyPrefix                string                 `md:"PropertyPrefix"`
	Variable                      map[string]interface{} `md:"Variables"`
}

func (*Input) FromMap

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

func (*Input) ToMap

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

type Output

type Output struct {
	Descriptor      map[string]interface{} `md:"Descriptor"`
	PropertyNameDef map[string]interface{} `md:"PropertyNameDef"`
	Runner          string                 `md:"Runner"`
	Variable        map[string]interface{} `md:"Variables"`
}

func (*Output) FromMap

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

func (*Output) ToMap

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

type Settings

type Settings struct {
	TemplateFolder string `md:"TemplateFolder"`
	LeftToken      string `md:"leftToken"`
	RightToken     string `md:"rightToken"`
	VariablesDef   string `md:"variablesDef"`
	Properties     string `md:"Properties"`
}

Jump to

Keyboard shortcuts

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