in proto file...
syntax = "proto3";
import "google/protobuf/duration.proto";
message aaaResponse{
google.protobuf.Duration min = 2;
}
... will auto generate *duration.Duration
how to change the proto file to get time.Duration
in proto file...
syntax = "proto3";
import "google/protobuf/duration.proto";
message aaaResponse{
google.protobuf.Duration min = 2;
}
... will auto generate *duration.Duration
how to change the proto file to get time.Duration
Copyright © 2021 Jogjafile Inc.
Try this :