Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Operations ¶
type Operations struct{}
Operations contains the behaviors of the internal git package
func (Operations) Clone ¶
func (g Operations) Clone(appCachePath, app string) error
Clone clones a repo locally, returns an error if it fails
func (Operations) Pull ¶
func (g Operations) Pull(appCachePath string) error
Pull will update the changes for the provided repo or fails
Click to show internal directories.
Click to hide internal directories.