Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppController ¶
type AppController interface {
Start(app string, extraParam ...string) error
Stop(app string) error
Build(app string, ref string) error
Install(app string, ref string) error
Run() error
}
func New ¶
func New(baseDir string, options ...Option) AppController
type Option ¶
type Option func(impl *appCtlImpl)
func WithBinOutputDir ¶ added in v0.0.6
func WithPbGRPC ¶ added in v0.0.3
func WithPbOutputDir ¶ added in v0.0.3
func WithPbOutputPackage ¶ added in v0.0.3
func WithPluginOutputDir ¶ added in v0.0.6
func WithPlugins ¶ added in v0.0.6
Click to show internal directories.
Click to hide internal directories.