package
Version:
v0.0.0-...-1037047
Opens a new window with list of versions in this module.
Published: Apr 21, 2023
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type GetUserOptions struct {
GitHubToken string
}
type ListPullRequestsOptions struct {
GitHubToken string
Username string
PullRequestCursor string
}
type ListRepositoriesDetailedOptions struct {
GitHubToken string
Username string
Id string
}
type ListRepositoriesSummaryOptions struct {
GitHubToken string
Id string
Username string
}
type PageInfo struct {
StartCursor string
EndCursor string
}
type Paginator[RES interface{}, OPTIONS interface{}] struct {
LastPage func(res RES) bool
NextPageOptions func(res RES, options *OPTIONS) *OPTIONS
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.