Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BuildScope ¶
type BuildScope struct{}
BuildScope reads repository-local CCG source selection configuration. @intent adapt repository include and exclude configuration parsing to the reposync application port.
func (BuildScope) Load ¶
func (BuildScope) Load(repoDir string) (reposync.BuildScope, error)
Load reads include paths and exclude patterns from a repository-local .ccg.yaml file. @intent own repository build scope configuration I/O for webhook synchronization. @return returns an empty scope when the repository has no .ccg.yaml file.
Click to show internal directories.
Click to hide internal directories.