# Functions
GetCredentialsFunc returns the current credentials function.
getCreds gets the credentials for a HTTP request and sets the given request's Authorization header with them using Basic Authentication.
GetOperationForRequest determines the operation type for a http.Request.
No description provided by the author
SetCredentialsFunc overrides the default credentials function (which is to call git) Returns the previous credentials func.
No description provided by the author
# Structs
No description provided by the author
# Type aliases
Credentials function which will be called whenever credentials are requested.
No description provided by the author