Documentation
¶
Index ¶
Constants ¶
View Source
const ( // Name template Name Name = "Name" // Path template Path Path = "Path" // AppbootConfig appboot configuration items AppbootConfig = "appboot" // AppbootPreSH appboot pre script AppbootPreSH = "pre.sh" // AppbootPostSH appboot post script AppbootPostSH = "post.sh" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Application ¶
Application data struct
func (*Application) Description ¶
func (app *Application) Description() string
Description application description
func (*Application) GetParameters ¶ added in v0.2.0
func (app *Application) GetParameters() (map[string]string, error)
GetParameters get application parameters
func (*Application) GetPostScript ¶
func (app *Application) GetPostScript() string
GetPostScript post script
func (*Application) GetPreScript ¶
func (app *Application) GetPreScript() string
GetPreScript pre script
func (*Application) TemplatePath ¶
func (app *Application) TemplatePath() string
TemplatePath application template path
Click to show internal directories.
Click to hide internal directories.