Update everythung
This commit is contained in:
		@@ -8,7 +8,7 @@ option go_package = "git.badhouseplants.net/softplayer/softplayer-go-proto/pkg/e
 | 
			
		||||
 * Service for handling environments
 | 
			
		||||
 */
 | 
			
		||||
service Environments {  
 | 
			
		||||
  rpc Create(EnvironmentData) returns (EnvironmentFull) {}
 | 
			
		||||
  rpc Create(EnvironmentFull) returns (EnvironmentFull) {}
 | 
			
		||||
  rpc Update(EnvironmentFull) returns (EnvironmentFull) {}
 | 
			
		||||
  rpc Delete(EnvironmentFull) returns (google.protobuf.Empty) {}
 | 
			
		||||
  rpc Get(EnvironmentName) returns (EnvironmentFull) {}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user