11 lines
296 B
Go
11 lines
296 B
Go
package tests
|
|
|
|
const (
|
|
DefaultEnvironmentIdAsInteger = 0
|
|
AnotherEnvironmentIdAsInteger = 42
|
|
DefaultJobId = "s0m3-j0b-1d"
|
|
AnotherJobId = "4n0th3r-j0b-1d"
|
|
DefaultRunnerId = "s0m3-r4nd0m-1d"
|
|
AnotherRunnerId = "4n0th3r-runn3r-1d"
|
|
)
|