Versions in this module Expand all Collapse all v1 v1.0.0 Oct 4, 2019 Changes in this version + type GitScmHandler struct + Logger *log.Logger + func (gitScm GitScmHandler) Fetch(repository model.Repository, path string, auth model.Parameters) error + func (gitScm GitScmHandler) Matches(repository model.Repository, path string) bool + func (gitScm GitScmHandler) Switch(path string, ref string) error + func (gitScm GitScmHandler) Update(path string, auth model.Parameters) error