tags

package
v0.4.2 Latest Latest
Warning

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

Go to latest
Published: Jun 17, 2020 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const (
	AgentType    = "agent.type"
	AgentID      = "agent.id"
	AgentVersion = "agent.version"

	PlatformName         = "platform.name"
	PlatformArchitecture = "platform.architecture"
	ProcessArchitecture  = "architecture"

	CurrentFolder = "current.folder"
	Hostname      = "hostname"

	InContainer = "incontainer"
	GoVersion   = "go.version"

	Service    = "service"
	Repository = "repository"
	Commit     = "commit"
	Branch     = "branch"
	SourceRoot = "source.root"
	Diff       = "diff"

	Capabilities               = "capabilities"
	Capabilities_CodePath      = "code.path"
	Capabilities_ProcessEnd    = "process.end"
	Capabilities_RunnerRetries = "runner.retries"
	Capabilities_RunnerCache   = "runner.cache"

	CI            = "ci.in_ci"
	CIProvider    = "ci.provider"
	CIBuildId     = "ci.build_id"
	CIBuildNumber = "ci.build_number"
	CIBuildUrl    = "ci.build_url"

	Dependencies = "dependencies"

	EventType      = "event"
	EventSource    = "source"
	EventMessage   = "message"
	EventStack     = "stack"
	EventException = "exception"

	EventTestFailure = "test_failure"
	EventTestSkip    = "test_skip"

	LogEvent      = "log"
	LogEventLevel = "log.level"

	LogLevel_INFO    = "INFO"
	LogLevel_WARNING = "WARNING"
	LogLevel_ERROR   = "ERROR"
	LogLevel_DEBUG   = "DEBUG"
	LogLevel_VERBOSE = "VERBOSE"

	TestStatus_FAIL  = "FAIL"
	TestStatus_PASS  = "PASS"
	TestStatus_SKIP  = "SKIP"
	TestStatus_CACHE = "CACHE"

	TestingMode = "testing"

	ConfigurationKeys = "configuration.keys"

	Coverage = "test.coverage"
)

Variables

This section is empty.

Functions

func GetValidValue added in v0.4.2

func GetValidValue(value interface{}) (interface{}, bool)

Types

This section is empty.

Jump to

Keyboard shortcuts

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