mirror of
				https://github.com/optim-enterprises-bv/vault.git
				synced 2025-11-04 04:28:08 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			204 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			204 B
		
	
	
	
		
			Go
		
	
	
	
	
	
package server
 | 
						|
 | 
						|
import (
 | 
						|
	"github.com/hashicorp/hcl/hcl/ast"
 | 
						|
)
 | 
						|
 | 
						|
var (
 | 
						|
	parseEntropy = parseEntropyOSS
 | 
						|
)
 | 
						|
 | 
						|
func parseEntropyOSS(result *Config, list *ast.ObjectList, blockName string) error {
 | 
						|
	return nil
 | 
						|
}
 |