mirror of
				https://github.com/optim-enterprises-bv/vault.git
				synced 2025-10-31 02:28:09 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			220 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			220 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| //go:build !enterprise
 | |
| 
 | |
| package server
 | |
| 
 | |
| func addExpectedEntConfig(c *Config, sentinelModules []string)                         {}
 | |
| func addExpectedEntSanitizedConfig(c map[string]interface{}, sentinelModules []string) {}
 | 
