Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetRepoName ¶
Types ¶
type GitInterface ¶
type GitInterface interface { Clone(ctx context.Context, path string, config *atobv1.GitConfig, file *os.File) error Pull(ctx context.Context, path string, config *atobv1.GitConfig, file *os.File) error PullOrClone(ctx context.Context, path string, config *atobv1.GitConfig, file *os.File) error }
func Default ¶
func Default() GitInterface
Click to show internal directories.
Click to hide internal directories.