Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type Logger struct {
// contains filtered or unexported fields
}
Logger represents a structured logger
type RateLimitError ¶
type RateLimitError struct {
ResetTime string
}
RateLimitError represents a rate limit error from the GitHub API
func (*RateLimitError) Error ¶
func (e *RateLimitError) Error() string
Error returns the error message
Click to show internal directories.
Click to hide internal directories.