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
FilePath string
Branch string
BitBucketToken string
BaseURL string
Timeout time.Duration
// contains filtered or unexported fields
}
Retriever is the interface to fetch the flags from Bitbucket.
func (*Retriever) SetHTTPClient ¶
func (r *Retriever) SetHTTPClient(client internal.HTTPClient)
SetHTTPClient set the HTTP client to use for the API call if you don't want to use the default one
Click to show internal directories.
Click to hide internal directories.