package
0.0.0-20200922164111-e3fd3401e6cd
Repository: https://github.com/rhd-gitops-example/gitops-backend.git
Documentation: pkg.go.dev

# Functions

IsNotFound returns true if the error represents a NotFound response from an upstream service.
New creates and returns a new SCMClient.
NewClientFactory creates and returns an SCMClientFactory.

# Structs

SCMClient is a wrapper for the go-scm scm.Client with a simplified API.
SCMClientFactory is an implementation of the GitClientFactory interface that can create clients based on go-scm.
No description provided by the author

# Interfaces

ClientFactory is an interface for creating SCM clients based on the URL to be fetched.
SCM is a wrapper around go-scm's Client implementation.