executeTaskTable

package
v1.5.0 Latest Latest
Warning

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

Go to latest
Published: Jan 6, 2022 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AutoTestRunStep

type AutoTestRunStep struct {
	ApiSpec     map[string]interface{} `json:"apiSpec"`
	WaitTime    int64                  `json:"waitTime"`
	Commands    []string               `json:"commands"`
	Image       string                 `json:"image"`
	WaitTimeSec int64                  `json:"waitTimeSec"`
}

type ExecuteTaskTable

type ExecuteTaskTable struct {
	base.DefaultProvider

	Type       string                 `json:"type"`
	Props      map[string]interface{} `json:"props"`
	Operations map[string]interface{} `json:"operations"`
	State      State                  `json:"state"`
	Data       map[string]interface{} `json:"data"`
	// contains filtered or unexported fields
}

func (*ExecuteTaskTable) Export

func (*ExecuteTaskTable) Import

func (a *ExecuteTaskTable) Import(c *cptype.Component) error

func (*ExecuteTaskTable) Render

type Operation

type Operation struct {
	Key           string      `json:"key"`
	Reload        bool        `json:"reload"`
	FillMeta      string      `json:"fillMeta"`
	Meta          interface{} `json:"meta"`
	ClickableKeys interface{} `json:"clickableKeys"`
}

type RowData

type RowData struct {
	Name              string `json:"name"`
	SnippetPipelineID uint64 `json:"snippetPipelineID"`
}

type State

type State struct {
	Total    int64  `json:"total"`
	PageSize int64  `json:"pageSize"`
	PageNo   int64  `json:"pageNo"`
	StepID   uint64 `json:"stepId"`
	Name     string `json:"name"`
	Unfold   bool   `json:"unfold"`
}

Jump to

Keyboard shortcuts

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