goGithub

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Apr 26, 2021 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GithubLogin

func GithubLogin(token string) (message string)

Types

type GithubUserInfos

type GithubUserInfos struct {
	PersonalAccessToken string
	User                string
	Repositories        []repository
	Forks               []repository

	GithubClient    *github.Client
	HttpClient      *http.Client
	RepositoriesRaw []*github.Repository
}

*********************************************************************

Get ropositories information. https acces via personal token.
you need to generate personal access token at:
https://github.com/settings/applications#personal-access-tokens
or https://github.com/settings/tokens

****************************************************************

func (*GithubUserInfos) GithubUserReposList

func (gui *GithubUserInfos) GithubUserReposList() (err error)

GithubUserReposList: Get information on user's repositories.

type TokenSource

type TokenSource struct {
	AccessToken string
}

*********************

Token login github

*******************

func (*TokenSource) Token

func (t *TokenSource) Token() (*oauth2.Token, error)

Jump to

Keyboard shortcuts

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