table

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: Aug 13, 2021 License: AGPL-3.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

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"`
	} `json:"meta"`
}

OperationData 解析OperationData

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"`
}

type TestPlanManageTable

type TestPlanManageTable struct{}

Jump to

Keyboard shortcuts

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