Documentation
¶
Index ¶
- func FilterProjects(projects []pmodel.Project, filter string) []pmodel.Project
- func Run(projects []pmodel.Project, cleanFn CleanFunc, refreshFn RefreshFunc) (string, error)
- func RunWithFilter(projects []pmodel.Project, cleanFn CleanFunc, refreshFn RefreshFunc, ...) (string, error)
- type CleanFunc
- type RefreshEvent
- type RefreshFunc
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FilterProjects ¶ added in v0.1.1
func RunWithFilter ¶ added in v0.1.1
Types ¶
type RefreshEvent ¶
type RefreshFunc ¶
type RefreshFunc func(projects []pmodel.Project) <-chan RefreshEvent
Click to show internal directories.
Click to hide internal directories.