Versions in this module Expand all Collapse all v0 v0.0.1 Sep 26, 2022 Changes in this version + type FlowMetaInsight struct + Desc string + ID string + Name string + Source string + Total int + func (f FlowMetaInsight) JsonWrite(w io.Writer) error + type FlowRunningInsight struct + Begin time.Time + Done int + Duration int64 + ID string + LastError error + Name string + Nodes []NodeRunningInsight + Running int + Status string + Total int + func (f FlowRunningInsight) JsonWrite(w io.Writer) error + type InspectStdFunction manifest.Manifest + func (i InspectStdFunction) JsonWrite(w io.Writer) error + type ListStdFunctions struct + Category string + Desc string + Name string + func (l ListStdFunctions) JsonWrite(w io.Writer) error + type NodeRunningInsight struct + Driver string + Duration int64 + Function string + LastError error + Name string + Runs int + Seq int + Status string + Step int + type SimpleError struct + Desc []string + Error string + func (s SimpleError) JsonWrite(w io.Writer) error + type SimpleSucceed struct + Desc []string + Message string + func (s SimpleSucceed) JsonWrite(w io.Writer) error