 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Generator ¶ added in v0.10.1
type Generator struct {
	App          meta.App       `json:"app"`
	Name         inflect.Name   `json:"name"`
	Method       string         `json:"method"`
	SkipTemplate bool           `json:"skip_template"`
	Actions      []inflect.Name `json:"actions"`
	Args         []string       `json:"args"`
}
    Generator for generating new actions
 Click to show internal directories. 
   Click to hide internal directories.