exported

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Sep 26, 2022 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FlowMetaInsight

type FlowMetaInsight struct {
	Name   string `json:"name"`
	ID     string `json:"id"`
	Total  int    `json:"total"`
	Source string `json:"source"`
	Desc   string `json:"desc"`
}

func (FlowMetaInsight) JsonWrite

func (f FlowMetaInsight) JsonWrite(w io.Writer) error

type FlowRunningInsight

type FlowRunningInsight struct {
	Name      string               `json:"name"`
	ID        string               `json:"id"`
	Status    string               `json:"status"`
	LastError error                `json:"last_error"`
	Begin     time.Time            `json:"begin_time"`
	Duration  int64                `json:"duration"`
	Total     int                  `json:"total"`
	Running   int                  `json:"running"`
	Done      int                  `json:"done"`
	Nodes     []NodeRunningInsight `json:"nodes"`
}

func (FlowRunningInsight) JsonWrite

func (f FlowRunningInsight) JsonWrite(w io.Writer) error

type InspectStdFunction

type InspectStdFunction manifest.Manifest

func (InspectStdFunction) JsonWrite

func (i InspectStdFunction) JsonWrite(w io.Writer) error

type ListStdFunctions

type ListStdFunctions struct {
	Category string `json:"category"`
	Name     string `json:"name"`
	Desc     string `json:"desc"`
}

func (ListStdFunctions) JsonWrite

func (l ListStdFunctions) JsonWrite(w io.Writer) error

type NodeRunningInsight

type NodeRunningInsight struct {
	Seq       int    `json:"seq"`
	Step      int    `json:"step"`
	Name      string `json:"name"`
	Function  string `json:"function"`
	Driver    string `json:"driver"`
	LastError error  `json:"last_error"`
	Status    string `json:"status"`
	Runs      int    `json:"runs"`
	Duration  int64  `json:"duration"`
}

type SimpleError

type SimpleError struct {
	Error string   `json:"error"`
	Desc  []string `json:"desc"`
}

func (SimpleError) JsonWrite

func (s SimpleError) JsonWrite(w io.Writer) error

type SimpleSucceed

type SimpleSucceed struct {
	Message string   `json:"message"`
	Desc    []string `json:"desc"`
}

func (SimpleSucceed) JsonWrite

func (s SimpleSucceed) JsonWrite(w io.Writer) error

Jump to

Keyboard shortcuts

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