Documentation ¶
Overview ¶
Package stencil implements the stencil command, which is essentially a thing wrapper around the codegen package which does most of the heavy lifting.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Command ¶
type Command struct {
// contains filtered or unexported fields
}
Command is a thin wrapper around the codegen package that implements the "stencil" command.
func NewCommand ¶
func NewCommand(log logrus.FieldLogger, s *configuration.ServiceManifest, dryRun bool) *Command
NewCommand creates a new stencil command
Click to show internal directories.
Click to hide internal directories.