package
0.0.0-20230625222648-4a61b4dc3db9
Repository: https://github.com/technofab11/powerproto.git
Documentation: pkg.go.dev

# Functions

NewBasicCompiler is used to create a basic compiler.
NewBasicCompilerManager is used to create basic CompilerManager.
NewCompiler is used to create a compiler.
NewCompilerManager is used to create CompilerManager.

# Structs

BasicCompiler is the basic implement of Compiler.
BasicCompilerManager is the basic implement of CompilerManager.
ErrCompile defines the compile error.

# Interfaces

Compiler is used to compile proto file.
CompilerManager is to manage compiler.