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
}
func (*Client) HasToken ¶ added in v0.2.0
HasToken reports whether the client was configured with a GitHub token.
func (*Client) RateLimitHit ¶ added in v0.2.0
RateLimitHit reports whether any API call encountered a rate limit error.
func (*Client) ResolveTagSHA ¶
ResolveTagSHA resolves a git tag to its underlying commit SHA. For annotated tags, it dereferences the tag object to find the commit. Results are cached to avoid duplicate API calls for the same owner/repo@tag.
Click to show internal directories.
Click to hide internal directories.