Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SourceRepo ¶
SourceRepo is the struct for the Source Repository
func New ¶
func New(url string, directory string) (sr *SourceRepo, err error)
New returns initialized and cloned *SourceRepo
func (*SourceRepo) Checkout ¶
func (sr *SourceRepo) Checkout(commitID string) error
Checkout checks out the commitID of the current repository
Click to show internal directories.
Click to hide internal directories.