Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Retriever ¶
type Retriever struct {
RepositorySlug string
Branch string // default is main
FilePath string
GithubToken string
Timeout time.Duration // default is 10 seconds
// contains filtered or unexported fields
}
Retriever is a configuration struct for a GitHub retriever.
func (*Retriever) SetHTTPClient ¶
func (r *Retriever) SetHTTPClient(client internal.HTTPClient)
SetHTTPClient is here if you want to override the default http.Client we are using. It is also used for the tests.
Click to show internal directories.
Click to hide internal directories.