Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultClientLoader = func(token string) Client { return &ClientAdapter{gh.NewClient(nil).WithAuthToken(token)} }
Functions ¶
Types ¶
type Client ¶
type Client interface {
Issues() IssuesClient
Gists() GistClient
}
type ClientAdapter ¶
type ClientAdapter struct {
// contains filtered or unexported fields
}
func (*ClientAdapter) Gists ¶
func (c *ClientAdapter) Gists() GistClient
func (*ClientAdapter) Issues ¶
func (c *ClientAdapter) Issues() IssuesClient
type ClientLoaderFn ¶
type GistClient ¶
Click to show internal directories.
Click to hide internal directories.