mirror of
https://github.com/status-im/consul.git
synced 2025-01-10 05:45:46 +00:00
59ab57f350
* Added placeholder structs for JWT functionality * Added watches for CE vs ENT * Add license header * Undo plumbing work * Add context arg
14 lines
227 B
Go
14 lines
227 B
Go
// Copyright (c) HashiCorp, Inc.
|
|
// SPDX-License-Identifier: BUSL-1.1
|
|
|
|
//go:build !consulent
|
|
// +build !consulent
|
|
|
|
package xds
|
|
|
|
import "testing"
|
|
|
|
func getEnterpriseGoldenTestCases(t *testing.T) []goldenTestCase {
|
|
return nil
|
|
}
|