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