Documentation
¶
Index ¶
- type DB
- func (s *DB) Begin() error
- func (s *DB) Cleanup(ctx context.Context, currentVersion int) error
- func (s *DB) Commit() error
- func (s *DB) Rollback() error
- func (s *DB) SaveIssue(ctx context.Context, repositoryOwner, repositoryName string, ...) error
- func (s *DB) SaveIssueComment(ctx context.Context, repositoryOwner, repositoryName string, issueNumber int, ...) error
- func (s *DB) SaveOrganization(ctx context.Context, organization *graphql.Organization) error
- func (s *DB) SavePullRequest(ctx context.Context, repositoryOwner, repositoryName string, ...) error
- func (s *DB) SavePullRequestComment(ctx context.Context, repositoryOwner, repositoryName string, ...) error
- func (s *DB) SavePullRequestReview(ctx context.Context, repositoryOwner, repositoryName string, ...) error
- func (s *DB) SavePullRequestReviewComment(ctx context.Context, repositoryOwner, repositoryName string, ...) error
- func (s *DB) SaveRepository(ctx context.Context, repository *graphql.RepositoryFields, topics []string) error
- func (s *DB) SaveUser(ctx context.Context, orgID int, orgLogin string, user *graphql.UserExtended) error
- func (s *DB) SetActiveVersion(ctx context.Context, v int) error
- func (s *DB) Version(v int)
- type Stdout
- func (s *Stdout) Begin() error
- func (s *Stdout) Cleanup(ctx context.Context, currentVersion int) error
- func (s *Stdout) Commit() error
- func (s *Stdout) Rollback() error
- func (s *Stdout) SaveIssue(ctx context.Context, repositoryOwner, repositoryName string, ...) error
- func (s *Stdout) SaveIssueComment(ctx context.Context, repositoryOwner, repositoryName string, issueNumber int, ...) error
- func (s *Stdout) SaveOrganization(ctx context.Context, organization *graphql.Organization) error
- func (s *Stdout) SavePullRequest(ctx context.Context, repositoryOwner, repositoryName string, ...) error
- func (s *Stdout) SavePullRequestComment(ctx context.Context, repositoryOwner, repositoryName string, ...) error
- func (s *Stdout) SavePullRequestReview(ctx context.Context, repositoryOwner, repositoryName string, ...) error
- func (s *Stdout) SavePullRequestReviewComment(ctx context.Context, repositoryOwner, repositoryName string, ...) error
- func (s *Stdout) SaveRepository(ctx context.Context, repository *graphql.RepositoryFields, topics []string) error
- func (s *Stdout) SaveUser(ctx context.Context, orgID int, orgLogin string, user *graphql.UserExtended) error
- func (s *Stdout) SetActiveVersion(ctx context.Context, v int) error
- func (s *Stdout) Version(v int)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DB ¶
func (*DB) SaveIssueComment ¶
func (*DB) SaveOrganization ¶
func (*DB) SavePullRequest ¶
func (*DB) SavePullRequestComment ¶
func (*DB) SavePullRequestReview ¶
func (*DB) SavePullRequestReviewComment ¶
func (*DB) SaveRepository ¶
type Stdout ¶
type Stdout struct{}
func (*Stdout) SaveIssueComment ¶
func (*Stdout) SaveOrganization ¶
func (*Stdout) SavePullRequest ¶
func (*Stdout) SavePullRequestComment ¶
func (*Stdout) SavePullRequestReview ¶
func (*Stdout) SavePullRequestReviewComment ¶
func (*Stdout) SaveRepository ¶
func (*Stdout) SetActiveVersion ¶
Click to show internal directories.
Click to hide internal directories.