externalapi

package
v0.0.7 Latest Latest
Warning

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

Go to latest
Published: Feb 24, 2021 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetMyDotfiles

func GetMyDotfiles(tokenProvider githubAuthTokenProvider, ghProvider githubClientProvider) (repositories []github.Repository, err error)

GetMyDotfiles gets dotfile repos from my github

Types

type GithubAuthTokenProvider

type GithubAuthTokenProvider struct{}

GithubAuthTokenProvider providers a way to get the GH auth token

func (*GithubAuthTokenProvider) GetAuthToken

func (provider *GithubAuthTokenProvider) GetAuthToken() (authToken string, err error)

GetAuthToken gets github auth token

type GithubClient

type GithubClient struct {
	Users  githubUsersService
	Search githubSearchService
}

GithubClient is this program's facade of github API client

type GithubClientProvider

type GithubClientProvider struct{}

GithubClientProvider allows consumer to get a GithubClient

func (*GithubClientProvider) GetGithubClient

func (provider *GithubClientProvider) GetGithubClient(accessToken string) (client GithubClient, err error)

GetGithubClient implements providing GithubClient

Jump to

Keyboard shortcuts

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