mirror of
				https://github.com/optim-enterprises-bv/vault.git
				synced 2025-11-04 04:28:08 +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;
 | 
						|
}
 |