Versions in this module Expand all Collapse all v0 v0.2.134 Dec 25, 2019 Changes in this version + var Marshaler = &jsonpb.Marshaler + func CheckDAG(tasks map[string]*Task) error + func DoDAG(ctx context.Context, tasks map[string]*Task, out io.Writer, ...) bool + func GetMessageType(s string, conn *grpc.ClientConn) (reflect.Type, reflect.Value, bool) + type ActionResult struct + Err error + Name string + Res proto.Message + type Task struct + Action string + Args interface{} + DependsOn []string + IgnoreError bool + Type string + func (a Task) Do(conn *grpc.ClientConn) (proto.Message, error)