shallow

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 8, 2019 License: GPL-3.0 Imports: 7 Imported by: 0

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 NewOrganizationSyncer(db *sql.DB, c *github.Client, statusTableName string, skipForks bool) *OrganizationSyncer

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 NewRepositorySyncer(db *sql.DB, c *github.Client, statusTableName string, skipForks bool) *RepositorySyncer

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 NewUserSyncer(db *sql.DB, c *github.Client, statusTableName string) *UserSyncer

func (*UserSyncer) Sync

func (s *UserSyncer) Sync(org string, logger log.Logger) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL