Documentation ¶
Index ¶
- func Plugins() []plugins.Plugin
- type ActionTester
- type Actioner
- type AfterGenerator
- type BeforeGenerator
- type Flagger
- type Generator
- func (g Generator) CmdAliases() []string
- func (g *Generator) Flags() *pflag.FlagSet
- func (g *Generator) Generate(ctx context.Context, root string, args []string) error
- func (g Generator) PluginName() string
- func (g *Generator) PrintFlags(w io.Writer) error
- func (g *Generator) ScopedPlugins() []plugins.Plugin
- func (g *Generator) WithPlugins(f plugins.Feeder)
- type MigrationTester
- type Migrationer
- type ModelTester
- type Modeler
- type Pflagger
- type ResourceGenerator
- type Stdouter
- type TemplateTester
- type Templater
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ActionTester ¶
type AfterGenerator ¶
type BeforeGenerator ¶
type Generator ¶
type Generator struct { SkipActionTests bool SkipActions bool SkipMigrationTests bool SkipMigrations bool SkipModelTests bool SkipModels bool SkipTemplateTests bool SkipTemplates bool // contains filtered or unexported fields }
func (Generator) CmdAliases ¶
func (*Generator) Generate ¶
Generate implements generate.Generator and is the entry point for `buffalo generate resource`
func (Generator) PluginName ¶
func (*Generator) ScopedPlugins ¶
func (*Generator) WithPlugins ¶
type MigrationTester ¶
type Migrationer ¶
type ModelTester ¶
type ResourceGenerator ¶
type TemplateTester ¶
Click to show internal directories.
Click to hide internal directories.