From 1ee96fbfd5a3c7fbea2eb114cfc40acecf83bf92 Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Fri, 19 Apr 2024 17:39:34 +0200 Subject: [PATCH] Update everythung --- proto/environments/environments_v1.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proto/environments/environments_v1.proto b/proto/environments/environments_v1.proto index 6b8ce47..b56b418 100644 --- a/proto/environments/environments_v1.proto +++ b/proto/environments/environments_v1.proto @@ -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) {}