Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewV1Application ¶
func NewV1Application( name string, appType string, files []string) version.VersionedApplication
Types ¶
type Additional ¶
type Application ¶
type Application struct {
NameVar string `json:"name"`
TypeVar string `json:"type,omitempty"`
FilesVar []string `json:"files,omitempty"`
VersionVar string `json:"version,omitempty"`
}
func (*Application) LaunchCmd ¶
func (app *Application) LaunchCmd(appRoot string, launchCmds []string) string
func (*Application) Name ¶
func (app *Application) Name() string
func (*Application) Type ¶
func (app *Application) Type() string
func (*Application) Version ¶
func (app *Application) Version() string
type Configurations ¶
Click to show internal directories.
Click to hide internal directories.