kong/spec/fixtures/grpc/direct_imports.proto (
5
lines of code) (
raw
):
syntax = "proto3"; import "helloworld.proto"; service Own { rpc Open(hello.HelloRequest) returns (hello.HelloResponse); }