Documentation ¶
Index ¶
- func NewSolutionRunner(doc *spec.SolutionDoc) *runner
- func ReadSolutionDoc(file string) (*spec.SolutionDoc, error)
- func RunSolutionDocument(doc *spec.SolutionDoc) ([]string, error)
- func RunSolutionFile(file string) ([]string, error)
- func WatchSolutionDocument(doc *spec.SolutionDoc)
- func WatchSolutionFile(solPath string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewSolutionRunner ¶
func NewSolutionRunner(doc *spec.SolutionDoc) *runner
func ReadSolutionDoc ¶
func ReadSolutionDoc(file string) (*spec.SolutionDoc, error)
func RunSolutionDocument ¶
func RunSolutionDocument(doc *spec.SolutionDoc) ([]string, error)
func RunSolutionFile ¶
RunSolutionFile reads the solution file and starts the solution runner returns the dependencies of the solution
func WatchSolutionDocument ¶
func WatchSolutionDocument(doc *spec.SolutionDoc)
WatchSolutionDocument watches the solution document and depending files for changes and runs the solution when a change is detected
func WatchSolutionFile ¶
func WatchSolutionFile(solPath string)
WatchSolutionFile watches the solution file and depending files for changes and runs the solution when a change is detected
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.