Documentation
¶
Index ¶
- func Annotated(d generators.Driver) generators.Driver
- func Cached(d generators.Driver) generators.Driver
- type Action
- type Driver
- func (d Driver) Imports() []string
- func (d Driver) Last() *generators.Parameter
- func (d Driver) Parameters() []generators.Parameter
- func (d *Driver) Reset() error
- func (d Driver) Template() string
- func (d *Driver) VisitArgument(a gofire.Argument) error
- func (d *Driver) VisitFlag(f gofire.Flag, g *gofire.Group) error
- func (d *Driver) VisitPlaceholder(p gofire.Placeholder) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Annotated ¶
func Annotated(d generators.Driver) generators.Driver
func Cached ¶
func Cached(d generators.Driver) generators.Driver
Types ¶
type Action ¶
func (Action) RunOnTest ¶
func (a Action) RunOnTest(ctx context.Context, name generators.DriverName, dir, pckg, function string) (string, error)
type Driver ¶
type Driver struct {
// contains filtered or unexported fields
}
func (Driver) Last ¶
func (d Driver) Last() *generators.Parameter
func (Driver) Parameters ¶
func (d Driver) Parameters() []generators.Parameter
func (*Driver) VisitPlaceholder ¶
func (d *Driver) VisitPlaceholder(p gofire.Placeholder) error
Click to show internal directories.
Click to hide internal directories.