Documentation ¶ Rendered for linux/amd64 windows/amd64 darwin/amd64 js/wasm Index ¶ type Compiler func NewCompiler(protoconfRoot string, verboseLogging bool) *Compiler func (c *Compiler) CompileFile(filename string) error func (c *Compiler) GetLoader() *starlarkLoader Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Compiler ¶ type Compiler struct { // contains filtered or unexported fields } func NewCompiler ¶ func NewCompiler(protoconfRoot string, verboseLogging bool) *Compiler func (*Compiler) CompileFile ¶ func (c *Compiler) CompileFile(filename string) error func (*Compiler) GetLoader ¶ func (c *Compiler) GetLoader() *starlarkLoader Source Files ¶ View all Source files compiler.goconfig.gofilesystem.gostarlark_functions.gostarlark_loader.go Click to show internal directories. Click to hide internal directories.