models

package
v0.0.0-...-71a6ac6 Latest Latest
Warning

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

Go to latest
Published: Dec 23, 2020 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RepoSummary

type RepoSummary struct {
	Repository          *github.Repository      `json:"repository,omitempty"`
	NewIssues           *map[int64]github.Issue `json:"new_issues,omitempty"`
	UpdatedIssues       *map[int64]github.Issue `json:"updated_issues,omitempty"`
	ClosedIssues        *map[int64]github.Issue `json:"closed_issues,omitempty"`
	NewPullRequests     *map[int64]github.Issue `json:"new_prs,omitempty"`
	UpdatedPullRequests *map[int64]github.Issue `json:"updated_prs,omitempty"`
	ClosedPullRequests  *map[int64]github.Issue `json:"closed_prs,omitempty"`
}

func NewRepoSummary

func NewRepoSummary(repository *github.Repository) (summary *RepoSummary, err error)

Jump to

Keyboard shortcuts

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