# 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.