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
func (*IssueSyncer) Sync ¶
func (s *IssueSyncer) Sync(owner, repo string, logger log.Logger) error
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
func (*PullRequestSyncer) Sync ¶
func (s *PullRequestSyncer) Sync(owner, repo string, logger log.Logger) error
type RepositorySyncer ¶
type RepositorySyncer struct {
// contains filtered or unexported fields
}
func NewRepositorySyncer ¶
func (*RepositorySyncer) Sync ¶
func (s *RepositorySyncer) Sync(owner string, logger log.Logger) error
type UserSyncer ¶
type UserSyncer struct {
// contains filtered or unexported fields
}
func NewUserSyncer ¶
func (*UserSyncer) Sync ¶
func (s *UserSyncer) Sync(org string, logger log.Logger) error
Click to show internal directories.
Click to hide internal directories.