mirror of
				https://github.com/optim-enterprises-bv/vault.git
				synced 2025-10-31 10:37:56 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			210 B
		
	
	
	
		
			Protocol Buffer
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			210 B
		
	
	
	
		
			Protocol Buffer
		
	
	
	
	
	
| syntax = "proto3";
 | |
| 
 | |
| option go_package = "github.com/hashicorp/vault/sdk/logical";
 | |
| 
 | |
| package logical;
 | |
| 
 | |
| message PluginEnvironment {
 | |
| 	// VaultVersion is the version of the Vault server
 | |
| 	string vault_version = 1;
 | |
| }
 | 
