Commit 4a77a307 authored by vicotor's avatar vicotor

add nullable

parent 324b120f
syntax = "proto3"; syntax = "proto3";
package nodemanager.v1; package nodemanager.v1;
import "base/gogo.proto";
import "base/v1/odysseus.proto"; import "base/v1/odysseus.proto";
import "nodemanager/v1/resource.proto"; import "nodemanager/v1/resource.proto";
...@@ -115,5 +115,5 @@ message ManagerListRequest { ...@@ -115,5 +115,5 @@ message ManagerListRequest {
} }
message ManagerListResponse { message ManagerListResponse {
repeated NodeManagerInfo managers = 1; repeated NodeManagerInfo managers = 1 [(gogoproto.nullable) = false];
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment