Documentation ¶
Index ¶
- type App
- type Feature
- type FeatureTemplateModel
- type GoBackendPluginApp
- func (plugin *GoBackendPluginApp) Build(pm productmap.ProductMap, product specification.Product, app specification.App) error
- func (plugin *GoBackendPluginApp) GetNextCerbosPort() int
- func (plugin *GoBackendPluginApp) GetNextDBPort() int
- func (plugin *GoBackendPluginApp) GetNextPortNumber() int
- func (GoBackendPluginApp) Name() string
- func (GoBackendPluginApp) Type() string
- type Plugin
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct { specification.App DbPort int CerbosPort int }
func (App) AppNameCapital ¶
func (App) AppNameToPackageName ¶
type Feature ¶
type Feature struct { specification.Feature Fields []models.Field }
func (Feature) FeatureTableName ¶
func (Feature) GoTypeName ¶
func (Feature) PackageName ¶
type FeatureTemplateModel ¶
type GoBackendPluginApp ¶
type GoBackendPluginApp struct {
// contains filtered or unexported fields
}
func (*GoBackendPluginApp) Build ¶
func (plugin *GoBackendPluginApp) Build(pm productmap.ProductMap, product specification.Product, app specification.App) error
func (*GoBackendPluginApp) GetNextCerbosPort ¶
func (plugin *GoBackendPluginApp) GetNextCerbosPort() int
func (*GoBackendPluginApp) GetNextDBPort ¶
func (plugin *GoBackendPluginApp) GetNextDBPort() int
func (*GoBackendPluginApp) GetNextPortNumber ¶
func (plugin *GoBackendPluginApp) GetNextPortNumber() int
func (GoBackendPluginApp) Name ¶
func (GoBackendPluginApp) Name() string
func (GoBackendPluginApp) Type ¶
func (GoBackendPluginApp) Type() string
Click to show internal directories.
Click to hide internal directories.