table

package
v1.3.0 Latest Latest
Warning

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

Go to latest
Published: Oct 11, 2021 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const (
	OrderAscend  string = "ascend"
	OrderDescend string = "descend"
)

Variables

This section is empty.

Functions

func RenderCreator

func RenderCreator() protocol.CompRender

Types

type Operate

type Operate struct {
	Operations map[string]interface{} `json:"operations"`
	RenderType string                 `json:"renderType"`
}

type OperationData

type OperationData struct {
	Meta struct {
		ID         uint64 `json:"id"`
		IsArchived bool   `json:"isArchived"`
	} `json:"meta"`
}

OperationData 解析OperationData

type PassRate added in v1.3.0

type PassRate struct {
	RenderType string `json:"renderType"`
	Value      string `json:"value"`
}

type SortData added in v1.3.0

type SortData struct {
	Field string `json:"field"`
	Order string `json:"order"`
}

type TableItem

type TableItem struct {
	//Assignee    map[string]string `json:"assignee"`
	Id            uint64                 `json:"id"`
	Name          string                 `json:"name"`
	Owners        map[string]interface{} `json:"owners"`
	TestSpace     string                 `json:"testSpace"`
	Operate       Operate                `json:"operate"`
	ExecuteApiNum string                 `json:"executeApiNum"`
	PassRate      PassRate               `json:"passRate"`
	ExecuteTime   string                 `json:"executeTime"`
}

type TestPlanManageTable

type TestPlanManageTable struct{}

Jump to

Keyboard shortcuts

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