Documentation
¶
Overview ¶
Package gen contains the code-generator.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Eddie ¶
type Eddie struct { BuildFlags []string Dir string Logger *log.Logger Name string Outfile string Packages []string // For testing only, causes the compiled enforcer to be emitted // as a golang plugin. Plugin bool // contains filtered or unexported fields }
Eddie generates a contract-enforcer binary. See discussion on the public API for details on the patterns that it looks for.
Click to show internal directories.
Click to hide internal directories.