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
proto-parser takes a protofile, generates a set of tokens using a custom tokenizer and returns a struct with details about the protofile. It returns details like the syntax version, package name, service name and methods under a service.