Documentation ¶
Index ¶
- type App
- type Feature
- type GoBackendPluginApp
- func (plugin *GoBackendPluginApp) Build(pm productmap.ProductMap, 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 ¶
type Feature ¶
type Feature struct {
specification.Feature
}
type GoBackendPluginApp ¶
type GoBackendPluginApp struct {
// contains filtered or unexported fields
}
func NewApp ¶ added in v0.0.3
func NewApp() *GoBackendPluginApp
func (*GoBackendPluginApp) Build ¶
func (plugin *GoBackendPluginApp) Build(pm productmap.ProductMap, 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.