Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Generate ¶
func Generate(ctx context.Context, req *plugin.GenerateRequest) (*plugin.GenerateResponse, error)
TODO - check if the context is actually important for anything
Types ¶
type JavaGenerator ¶ added in v0.0.5
type JavaGenerator struct {
// contains filtered or unexported fields
}
func NewJavaGenerator ¶ added in v0.0.5
func NewJavaGenerator(req *plugin.GenerateRequest) (*JavaGenerator, error)
func (*JavaGenerator) Run ¶ added in v0.0.5
func (gen *JavaGenerator) Run() (*plugin.GenerateResponse, error)
Click to show internal directories.
Click to hide internal directories.