mirror of
https://github.com/status-im/consul.git
synced 2025-03-03 14:50:50 +00:00
- remove dep on consul main module - use 'consul tls' subcommands instead of tlsutil - use direct json config construction instead of agent/config structs - merge libcluster and libagent packages together - more widely use BuildContext - get the OSS/ENT runner stuff working properly - reduce some flakiness - fix some correctness related to http/https API
10 lines
136 B
Go
10 lines
136 B
Go
//go:build !consulent
|
|
// +build !consulent
|
|
|
|
package utils
|
|
|
|
const (
|
|
defaultImageName = DefaultImageNameOSS
|
|
ImageVersionSuffix = ""
|
|
)
|