Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client holds Github client with its underlying HTTP client and all its middlewares.
func (*Client) GithubClient ¶
GithubClient provides Github client with underlying HTTP middleware set.
type Option ¶
Option implements options for HTTP client.
func WithMetrics ¶
WithMetrics adds metrics middleware to HTTP client.
func WithRateLimiter ¶
WithRateLimiter adds adaptative rate limiter middleware to HTTP client.
Click to show internal directories.
Click to hide internal directories.