mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 11:38:02 +00:00
This reverts commit 502c2830c0.
This commit is contained in:
@@ -1,13 +0,0 @@
|
|||||||
// Copyright (c) HashiCorp, Inc.
|
|
||||||
// SPDX-License-Identifier: MPL-2.0
|
|
||||||
|
|
||||||
package vault
|
|
||||||
|
|
||||||
import (
|
|
||||||
"github.com/hashicorp/vault/vault/cluster"
|
|
||||||
)
|
|
||||||
|
|
||||||
func test() {
|
|
||||||
testStubmaker(cluster.Listener{})
|
|
||||||
testStubmaker2()
|
|
||||||
}
|
|
||||||
@@ -1,16 +0,0 @@
|
|||||||
// Copyright (c) HashiCorp, Inc.
|
|
||||||
// SPDX-License-Identifier: MPL-2.0
|
|
||||||
|
|
||||||
//go:build !enterprise
|
|
||||||
|
|
||||||
package vault
|
|
||||||
|
|
||||||
import (
|
|
||||||
"github.com/hashicorp/vault/vault/cluster"
|
|
||||||
"github.com/hashicorp/vault/vault/seal"
|
|
||||||
)
|
|
||||||
|
|
||||||
//go:generate go run github.com/hashicorp/vault/tools/stubmaker
|
|
||||||
|
|
||||||
func testStubmaker(_ cluster.Listener) {}
|
|
||||||
func testStubmaker2() *seal.Envelope { return nil }
|
|
||||||
Reference in New Issue
Block a user