mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 03:27:54 +00:00
Port some changes back to OSS (#8359)
This commit is contained in:
@@ -1,13 +1,18 @@
|
||||
// +build !enterprise
|
||||
|
||||
package server
|
||||
|
||||
import (
|
||||
"github.com/hashicorp/hcl/hcl/ast"
|
||||
)
|
||||
|
||||
var (
|
||||
parseEntropy = parseEntropyOSS
|
||||
)
|
||||
type entConfig struct {
|
||||
}
|
||||
|
||||
func parseEntropyOSS(result *Config, list *ast.ObjectList, blockName string) error {
|
||||
func (ec *entConfig) parseConfig(list *ast.ObjectList) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func parseEntropy(result *Config, list *ast.ObjectList, blockName string) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user