Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IssueSyncer ¶
type IssueSyncer struct {
// contains filtered or unexported fields
}
func NewIssueSyncer ¶
func NewIssueSyncer(db *sql.DB, c *github.Client) *IssueSyncer
type OrganizationSyncer ¶
type OrganizationSyncer struct {
// contains filtered or unexported fields
}
func NewOrganizationSyncer ¶
func (*OrganizationSyncer) Sync ¶
func (s *OrganizationSyncer) Sync(login string) error
type PullRequestSyncer ¶
type PullRequestSyncer struct {
// contains filtered or unexported fields
}
func NewPullRequestSyncer ¶
func NewPullRequestSyncer(db *sql.DB, c *github.Client) *PullRequestSyncer
type RepositorySyncer ¶
type RepositorySyncer struct {
// contains filtered or unexported fields
}
func NewRepositorySyncer ¶
type UserSyncer ¶
type UserSyncer struct {
// contains filtered or unexported fields
}
func NewUserSyncer ¶
Click to show internal directories.
Click to hide internal directories.