Documentation ¶
Index ¶
- type GithubRemote
- func (r *GithubRemote) GetInfo() *info.RemoteInfo
- func (r *GithubRemote) GetNumProjects(opts *remote.RemoteQueryOpts) int
- func (r *GithubRemote) GetRepoLangs(repo *github.Repository) *projects.ProjectLanguages
- func (r *GithubRemote) GetType() string
- func (r *GithubRemote) ReposToProjects(repos []*github.Repository) []*projects.Project
- func (r *GithubRemote) StreamProjects(pi *load.ProgressInfo, opts *remote.RemoteQueryOpts)
- func (r *GithubRemote) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GithubRemote ¶
type GithubRemote struct {
// contains filtered or unexported fields
}
func NewGithubRemote ¶
func NewGithubRemote(remoteInfo *info.RemoteInfo) (*GithubRemote, error)
func (*GithubRemote) GetInfo ¶
func (r *GithubRemote) GetInfo() *info.RemoteInfo
func (*GithubRemote) GetNumProjects ¶
func (r *GithubRemote) GetNumProjects(opts *remote.RemoteQueryOpts) int
func (*GithubRemote) GetRepoLangs ¶
func (r *GithubRemote) GetRepoLangs(repo *github.Repository) *projects.ProjectLanguages
func (*GithubRemote) GetType ¶
func (r *GithubRemote) GetType() string
func (*GithubRemote) ReposToProjects ¶
func (r *GithubRemote) ReposToProjects(repos []*github.Repository) []*projects.Project
func (*GithubRemote) StreamProjects ¶
func (r *GithubRemote) StreamProjects(pi *load.ProgressInfo, opts *remote.RemoteQueryOpts)
func (*GithubRemote) String ¶
func (r *GithubRemote) String() string
Click to show internal directories.
Click to hide internal directories.