jobs

package
v0.23.0 Latest Latest
Warning

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

Go to latest
Published: Nov 9, 2018 License: Apache-2.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AssertJob

func AssertJob(assertion *def.Assert) (string, error)

func BuildJob

func BuildJob(build *def.Build, binPath string, resp *compilers.Response) (result string, err error)

func CallJob

func CallJob(call *def.Call, tx *payload.CallTx, do *def.DeployArgs, client *def.Client) (string, []*abi.Variable, error)

func DeployJob

func DeployJob(deploy *def.Deploy, do *def.DeployArgs, client *def.Client, intermediate interface{}) (result string, err error)

func DoJobs added in v0.22.0

func DoJobs(do *def.DeployArgs, client *def.Client) error

func DumpStateJob

func DumpStateJob(dump *def.DumpState) (string, error)

func FormulateCallJob added in v0.23.0

func FormulateCallJob(call *def.Call, do *def.DeployArgs, client *def.Client) (tx *payload.CallTx, err error)

func MetaJob

func MetaJob(meta *def.Meta, do *def.DeployArgs, client *def.Client) (string, error)

func PermissionJob

func PermissionJob(perm *def.Permission, account string, client *def.Client) (string, error)

func ProposalJob added in v0.23.0

func ProposalJob(prop *def.Proposal, do *def.DeployArgs, client *def.Client) (string, error)

func QueryAccountJob

func QueryAccountJob(query *def.QueryAccount, client *def.Client) (string, error)

func QueryContractJob

func QueryContractJob(query *def.QueryContract, do *def.DeployArgs, client *def.Client) (string, []*abi.Variable, error)

func QueryNameJob

func QueryNameJob(query *def.QueryName, client *def.Client) (string, error)

func QueryValsJob

func QueryValsJob(query *def.QueryVals, client *def.Client) (interface{}, error)

func RegisterNameJob

func RegisterNameJob(name *def.RegisterName, do *def.DeployArgs, client *def.Client) (string, error)

func RestoreStateJob

func RestoreStateJob(restore *def.RestoreState) (string, error)

func SendJob

func SendJob(send *def.Send, account string, client *def.Client) (string, error)

func SetAccountJob

func SetAccountJob(account *def.Account, do *def.DeployArgs) (string, error)

func SetValJob

func SetValJob(set *def.Set, do *def.DeployArgs) (string, error)

func UpdateAccountJob

func UpdateAccountJob(gov *def.UpdateAccount, account string, client *def.Client) (interface{}, []*abi.Variable, error)

func WriteJobResultCSV

func WriteJobResultCSV(name, result string) error

[zr] this should go (currently used by the nameReg writer) WriteJobResultCSV takes two strings and writes those to the delineated log file, which is currently deploy.log in the same directory as the deploy.yaml

func WriteJobResultJSON

func WriteJobResultJSON(results map[string]interface{}, logFile string) error

Types

This section is empty.

Jump to

Keyboard shortcuts

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