Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Module ¶ added in v0.8.5
type Module struct{}
Module of application
func (Module) AppCommands ¶ added in v0.8.16
func (m Module) AppCommands(c *typcore.AppContext) []*cli.Command
AppCommands return comamnd
func (Module) Configure ¶ added in v0.8.16
func (m Module) Configure(loader typcore.ConfigLoader) (prefix string, spec, loadFn interface{})
Configure application
func (Module) EntryPoint ¶ added in v0.8.16
func (m Module) EntryPoint() interface{}
EntryPoint of application
Click to show internal directories.
Click to hide internal directories.