github

package
v0.75.0-no-limit Latest Latest
Warning

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

Go to latest
Published: Mar 22, 2016 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const ProviderName = "github"

Variables

View Source
var Scopes = []string{"read:org"}

Functions

This section is empty.

Types

type AuthorizationMethod

type AuthorizationMethod struct {
	Organization string
	Team         string

	User string
}

type Client

type Client interface {
	CurrentUser(*http.Client) (string, error)
	Organizations(*http.Client) ([]string, error)
	Teams(*http.Client) (OrganizationTeams, error)
}

func NewClient

func NewClient() Client

type OrganizationTeams

type OrganizationTeams map[string][]string

type OrganizationVerifier

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

func NewOrganizationVerifier

func NewOrganizationVerifier(
	organizations []string,
	gitHubClient Client,
) OrganizationVerifier

func (OrganizationVerifier) Verify

func (verifier OrganizationVerifier) Verify(logger lager.Logger, httpClient *http.Client) (bool, error)

type Provider

type Provider struct {
	*oauth2.Config
	Verifier
}

func NewProvider

func NewProvider(
	gitHubAuth db.GitHubAuth,
	redirectURL string,
) Provider

func (Provider) DisplayName

func (Provider) DisplayName() string

type Team

type Team struct {
	Name         string
	Organization string
}

type TeamVerifier

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

func (TeamVerifier) Verify

func (verifier TeamVerifier) Verify(logger lager.Logger, httpClient *http.Client) (bool, error)

type UserVerifier

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

func (UserVerifier) Verify

func (verifier UserVerifier) Verify(logger lager.Logger, httpClient *http.Client) (bool, error)

type Verifier

type Verifier interface {
	Verify(lager.Logger, *http.Client) (bool, error)
}

func NewTeamVerifier

func NewTeamVerifier(
	teams []Team,
	gitHubClient Client,
) Verifier

func NewUserVerifier

func NewUserVerifier(
	users []string,
	gitHubClient Client,
) Verifier

type VerifierBasket

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

func NewVerifierBasket

func NewVerifierBasket(verifiers ...Verifier) VerifierBasket

func (VerifierBasket) Verify

func (vb VerifierBasket) Verify(logger lager.Logger, client *http.Client) (bool, error)

Directories

Path Synopsis
This file was generated by counterfeiter
This file was generated by counterfeiter

Jump to

Keyboard shortcuts

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