83bf7ab3ff
This should let freshly recompiled golangci-lint binaries using Go 1.17 pass 'make lint'
10 lines
231 B
Go
10 lines
231 B
Go
//go:build !consulent
|
|
// +build !consulent
|
|
|
|
package config
|
|
|
|
type EnterpriseRuntimeConfig struct{}
|
|
|
|
func (c *RuntimeConfig) PartitionOrEmpty() string { return "" }
|
|
func (c *RuntimeConfig) PartitionOrDefault() string { return "" }
|