Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Runtime ¶
type Runtime struct {
Name string
Exec string
Args []string
WatchFiles []string
Envs []string
Port string
// DeployFiles is the patterns for source code to deploy to the remote server
DeployFiles filesPattern
// Errors is the channel that receives the command's error result
Errors chan error
// contains filtered or unexported fields
}
Runtime stands for a language runtime
func DetectRuntime ¶
DetectRuntime returns the project's runtime
Click to show internal directories.
Click to hide internal directories.