utils

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 30, 2025 License: Unlicense Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type APIError

type APIError struct {
	StatusCode int
	Message    string
}

APIError represents an error from the GitHub API

func (*APIError) Error

func (e *APIError) Error() string

Error returns the error message

type Logger

type Logger struct {
	// contains filtered or unexported fields
}

Logger represents a structured logger

func NewLogger

func NewLogger(verbose bool) *Logger

NewLogger creates a new logger

func (*Logger) Debug

func (l *Logger) Debug(format string, v ...any)

Debug logs a debug message

func (*Logger) Error

func (l *Logger) Error(format string, v ...any)

Error logs an error message

func (*Logger) Fatal

func (l *Logger) Fatal(format string, v ...any)

Fatal logs a fatal error message and exits

func (*Logger) Info

func (l *Logger) Info(format string, v ...any)

Info logs an informational message

func (*Logger) Warn

func (l *Logger) Warn(format string, v ...any)

Warn logs a warning message

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL