Versions in this module Expand all Collapse all v0 v0.7.0 Nov 19, 2024 v0.6.0 Oct 9, 2024 Changes in this version + func Protobuf(w io.Writer, protoPackage string, source string, options map[string]string) error + func RPCConversion(w io.Writer, protoPackage string, source string, formatter string) error + type Field struct + Comment []string + FieldNumber int + GoName string + GoType string + Name string + ProtoName string + Type string + type Message struct + Comment []string + Fields []Field + Name string + func InterpretAST(set *token.FileSet, file *ast.File) ([]Message, error)