10 lines
167 B
Go
10 lines
167 B
Go
// +build !enterprise
|
|
|
|
package vault
|
|
|
|
import "github.com/mitchellh/go-testing-interface"
|
|
|
|
func NewTestSeal(testing.T, *TestSealOpts) Seal {
|
|
return NewDefaultSeal()
|
|
}
|