package
0.0.1
Repository: https://github.com/samgozman/go-bloggy.git
Documentation: pkg.go.dev

# Functions

NewService creates a new GitHub Service instance with the given client ID and client secret.
ProvideConfig is a Wire provider function that creates a Config.
ProvideService is a Wire provider function that creates a Service.

# Variables

ProviderSet is a Wire provider set that includes all the providers from the github package.

# Structs

Config is a struct that holds the configuration for the GitHub service.
Service holds GitHub OAuth configuration.
UserInfo is a struct to hold GitHub user data.

# Interfaces

No description provided by the author