Documentation ¶
Index ¶
- func AssertJob(assertion *def.Assert, do *def.Packages) (string, error)
- func BuildJob(build *def.Build, do *def.Packages, resp *compilers.Response) (result string, err error)
- func CallJob(call *def.Call, do *def.Packages) (string, []*abi.Variable, error)
- func DeployJob(deploy *def.Deploy, do *def.Packages, resp *compilers.Response) (result string, err error)
- func DoJobs(do *def.Packages) error
- func DumpStateJob(dump *def.DumpState, do *def.Packages) (string, error)
- func MetaJob(meta *def.Meta, do *def.Packages, jobs chan *trackJob) (string, error)
- func PermissionJob(perm *def.Permission, do *def.Packages) (string, error)
- func QueryAccountJob(query *def.QueryAccount, do *def.Packages) (string, error)
- func QueryContractJob(query *def.QueryContract, do *def.Packages) (string, []*abi.Variable, error)
- func QueryNameJob(query *def.QueryName, do *def.Packages) (string, error)
- func QueryValsJob(query *def.QueryVals, do *def.Packages) (interface{}, error)
- func RegisterNameJob(name *def.RegisterName, do *def.Packages) (string, error)
- func RestoreStateJob(restore *def.RestoreState, do *def.Packages) (string, error)
- func RunJobs(do *def.Packages, jobs chan *trackJob) error
- func SendJob(send *def.Send, do *def.Packages) (string, error)
- func SetAccountJob(account *def.Account, do *def.Packages) (string, error)
- func SetValJob(set *def.Set, do *def.Packages) (string, error)
- func UpdateAccountJob(gov *def.UpdateAccount, do *def.Packages) (interface{}, []*abi.Variable, error)
- func WriteJobResultCSV(name, result string) error
- func WriteJobResultJSON(results map[string]interface{}, logFile string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PermissionJob ¶
func QueryAccountJob ¶
func QueryContractJob ¶
func RegisterNameJob ¶
func RestoreStateJob ¶
func UpdateAccountJob ¶
func WriteJobResultCSV ¶
[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 ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.