Versions in this module Expand all Collapse all v0 v0.4.15 May 14, 2020 Changes in this version + type Loader struct + BiDirectional bool + FS afero.Fs + ImportPaths []string + Protoc string + func (l Loader) LoadFDSet(t T, path string) (ast pgs.AST) + func (l Loader) LoadFDSetReader(t T, r io.Reader) (ast pgs.AST) + func (l Loader) LoadProtos(t T, files ...string) (ast pgs.AST) + type T interface + Fatal func(args ...interface{}) + Fatalf func(format string, args ...interface{}) + Logf func(format string, args ...interface{})