Documentation ¶ Overview ¶ Package githubapi implements users.Service using GitHub API client. Index ¶ func NewService(client *github.Client) (users.Service, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewService ¶ func NewService(client *github.Client) (users.Service, error) NewService creates a GitHub-backed users.Service using given GitHub client. At this time it infers the current user from the client (its authentication info), and cannot be used to serve multiple users. Types ¶ This section is empty. Source Files ¶ View all Source files githubapi.go Click to show internal directories. Click to hide internal directories.