You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							25 lines
						
					
					
						
							501 B
						
					
					
				
			
		
		
		
			
			
			
		
		
	
	
							25 lines
						
					
					
						
							501 B
						
					
					
				
								syntax = "proto3";
							 | 
						|
								
							 | 
						|
								package messaging_pb;
							 | 
						|
								
							 | 
						|
								option go_package = "github.com/seaweedfs/seaweedfs/weed/pb/mount_pb";
							 | 
						|
								option java_package = "seaweedfs.client";
							 | 
						|
								option java_outer_classname = "MountProto";
							 | 
						|
								
							 | 
						|
								//////////////////////////////////////////////////
							 | 
						|
								
							 | 
						|
								service SeaweedMount {
							 | 
						|
								
							 | 
						|
								    rpc Configure (ConfigureRequest) returns (ConfigureResponse) {
							 | 
						|
								    }
							 | 
						|
								
							 | 
						|
								}
							 | 
						|
								
							 | 
						|
								//////////////////////////////////////////////////
							 | 
						|
								
							 | 
						|
								message ConfigureRequest {
							 | 
						|
								    int64 collection_capacity = 1;
							 | 
						|
								}
							 | 
						|
								
							 | 
						|
								message ConfigureResponse {
							 | 
						|
								}
							 |