Ben grpc eklenti ve golangnasıl golang
Protoc ile google/protobuf/timestamp.proto kullanmaya çalışıyorum içinde grpc ile predifined protobuf tipini (yani "google/protobuf/timestamp.proto") kullanmak için - I ./ ./*.proto --go_out = plugins = grpc :.
#domain.proto
syntax = "proto3";
option java_multiple_files = true;
option java_package = "com.viant.xyz";
option java_outer_classname = "domain";
import "google/protobuf/timestamp.proto";
message Foo {
Timestamp modifiedTime = 1;
...
}
Ben şu hataları görüyorum: Bu henüz desteklenmiyor
domain.proto: Import "google/protobuf/timestamp.proto" was not found or had errors.
domain.proto:44:5: "Timestamp" is not defined.
Ben bir şey eksik veya muyum, tamamen henüz desteklenmiyor