Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store interface {
// Get allows getting OAuth2 token for a owner/repo combination.
Get(repoName string) (*oauth2.Token, error)
// Set allows setting OAuth2 token for a owner/repo combination.
Set(repoName string, token *oauth2.Token) error
}
Store is a pluggable credentials backend for the application.
func NewBoltStore ¶
func NewGoogleStore ¶
Click to show internal directories.
Click to hide internal directories.