filter

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: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Filter

type Filter struct {
	base.DefaultProvider

	State State `json:"state,omitempty"`
}

func (*Filter) Render

type FilterStateValues

type FilterStateValues struct {
	MtPlanIDs    []uint64                        `json:"mtPlanIDs,omitempty"`
	CaseStatuses []apistructs.TestCaseExecStatus `json:"caseStatuses,omitempty"`
}

type State

type State struct {
	Conditions []filter.PropCondition `json:"conditions,omitempty"`
	Values     FilterStateValues      `json:"values,omitempty"`
}

Jump to

Keyboard shortcuts

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