Documentation ¶
Index ¶
- func CreateInitSuitInGroup(group_name string)
- func CreateTemplateGroupsSetupCall(groups_path []string) (arr []string)
- func CreateTemplateGroupsSetupImport(project_name string, groups_path []string) (arr []string)
- func New(name string) (arrPath []string, err error)
- func NewGroup(name, path string) (createPathRoute string, err error)
- func NewModel(name string) (createPathModel string, err error)
- func NewRoute(name string) (createPathRoute string, err error)
- type EnvStruct
- type GroupsLoader
- type MakeTemplate
- type Migrate
- type Template
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateInitSuitInGroup ¶ added in v1.0.2
func CreateInitSuitInGroup(group_name string)
func CreateTemplateGroupsSetupCall ¶ added in v1.0.2
func CreateTemplateGroupsSetupImport ¶ added in v1.0.2
Types ¶
type GroupsLoader ¶ added in v1.0.2
func (*GroupsLoader) NewGroupLoader ¶ added in v1.0.2
func (mr *GroupsLoader) NewGroupLoader() (err error)
type MakeTemplate ¶ added in v1.0.2
func NewMakeTemplate ¶ added in v1.0.2
func NewMakeTemplate(name string) *MakeTemplate
type Template ¶
type Template struct { EnvStruct GroupsLoader ProjectName string }
func (*Template) InitProject ¶
Click to show internal directories.
Click to hide internal directories.