models

package
v0.8.4 Latest Latest
Warning

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

Go to latest
Published: Mar 18, 2026 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Passed  = "Passed"
	Failed  = "Failed"
	Skipped = "Skipped"
)

Variables

This section is empty.

Functions

func GetTestStatus

func GetTestStatus(t *testing.T) string

Types

type Link struct {
	Url         string
	Title       string
	Description string
	LinkType    LinkType
}

type LinkType

type LinkType string
const (
	LINKTYPE_RELATED     LinkType = "Related"
	LINKTYPE_BLOCKED_BY  LinkType = "BlockedBy"
	LINKTYPE_DEFECT      LinkType = "Defect"
	LINKTYPE_ISSUE       LinkType = "Issue"
	LINKTYPE_REQUIREMENT LinkType = "Requirement"
	LINKTYPE_REPOSITORY  LinkType = "Repository"
)

Jump to

Keyboard shortcuts

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