Versions in this module Expand all Collapse all v1 v1.0.0 Jul 24, 2018 Changes in this version + const EnvironmentHelp + func GetClient() (buildclient.Interface, error) + func GetRepositoryBuildConfigs(c buildclient.Interface, name string, out io.Writer) error + func RepositoryURL(config *Config, name string, r *http.Request) *url.URL + func Start(config *Config) error + type Clone struct + Hooks map[string]string + URL s2igit.URL + type Config struct + AllowHooks bool + AllowLazyCreate bool + AllowPush bool + AuthMessage string + AuthenticatorFn func(http http.Handler) http.Handler + CleanBeforeClone bool + GitBinary string + Home string + HookDirectory string + InitialClones map[string]Clone + InternalURL *url.URL + Listen string + MaxHookBytes int64 + URL *url.URL + func NewDefaultConfig() *Config + func NewEnvironmentConfig() (*Config, error)