You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 4, 2022. It is now read-only.
// Auth service definition.
service Auth {
.......
`
This would cause:
prototool descriptor-set --json auth.proto {"filename":"auth.proto","line":7,"column":1,"message":"Import "google/api/annotations.proto" was not found or had errors."}
{"filename":"auth.proto","line":9,"column":1,"message":"Import "protoc-gen-swagger/options/annotations.proto" was not found or had errors."}
{"filename":"auth.proto","line":10,"column":1,"message":"Import "validate/validate.proto" was not found or had errors."}
{"filename":"auth.proto","line":173,"column":3,"message":""user.UserSimpleProfile" is not defined."}
{"filename":"auth.proto","line":202,"column":3,"message":""user.UserSimpleProfile" is not defined."}
Hi I try test prototool.yaml examle with my proto and I have this result for this
import "google/api/annotations.proto";
thanks for help Ales
The text was updated successfully, but these errors were encountered: