github

package
v0.0.0-...-bd7f934 Latest Latest
Warning

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

Go to latest
Published: Mar 8, 2026 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client interface {
	GetAuthURL(state string) string
	GetToken(ctx context.Context, code string) (*oauth2.Token, error)
	GetUser(ctx context.Context, token *oauth2.Token) (*go_github.User, error)
}

Client -.

func Setup

func Setup(opts ...Option) Client

Setup -.

type Option

type Option func(*clientImpl)

Option -.

func ClientID

func ClientID(clientID string) Option

ClientID -.

func ClientSecret

func ClientSecret(clientSecret string) Option

ClientSecret -.

func RedirectURL

func RedirectURL(redirectURL string) Option

RedirectURL -.

Jump to

Keyboard shortcuts

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