tag

package
v0.11.0 Latest Latest
Warning

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

Go to latest
Published: May 8, 2026 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Tag

type Tag string

Tag represents a type for categorizing tasks, processes, or features using predefined string identifiers.

const (
	Always      Tag = "always"
	Benchmark   Tag = "benchmark"
	Blocking    Tag = "blocking"
	CI          Tag = "ci"
	CPU         Tag = "cpu"
	Docker      Tag = "docker"
	E2          Tag = "e2e"
	Generate    Tag = "generate"
	Integration Tag = "integration"
	Load        Tag = "load"
	Memory      Tag = "memory"
	MemoryLeak  Tag = "memoryleak"
	Mutex       Tag = "mutex"
	MutexLeak   Tag = "mutexleak"
	Parallel    Tag = "parallel"
	Performance Tag = "performance"
	Profile     Tag = "profile"
	Race        Tag = "race"
	Regression  Tag = "regression"
	Safe        Tag = "safe"
	Security    Tag = "security"
	Sequence    Tag = "sequence"
	Short       Tag = "short"
	Skip        Tag = "skip"
	Suite       Tag = "suite"
	Table       Tag = "table"
	Unsafe      Tag = "unsafe"
	Update      Tag = "update"
)

func (Tag) String

func (t Tag) String() string

String returns the string representation

Jump to

Keyboard shortcuts

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