Update everythung
Some checks failed
ci/woodpecker/push/documentation Pipeline failed
ci/woodpecker/push/golang Pipeline failed
ci/woodpecker/push/lint Pipeline was successful

This commit is contained in:
Nikolai Rodionov 2024-04-19 17:39:34 +02:00
parent a71f2b7cb5
commit 1ee96fbfd5
Signed by: allanger
GPG Key ID: 0AA46A90E25592AD

View File

@ -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) {}