Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Collaborator ¶ added in v0.3.0
type Collaborator struct {
Repo string
Owner string
Dest string
PageOptions
}
Collaborator config
type Config ¶
type Config struct {
Organization Organization
Repository Repository
Team Team
IssueLabel IssueLabel
Membership Membership
}
Config struct
type IssueLabel ¶
IssueLabel config
type Membership ¶ added in v0.2.0
Membership config
type Organization ¶ added in v0.3.0
type Organization struct {
Repository OrganizationRepository
}
Organization Config
type OrganizationRepository ¶ added in v0.3.0
type OrganizationRepository struct {
Name string
Org string
Dest string
Type string
PageOptions
}
OrganizationRepository config
type PageOptions ¶ added in v0.3.0
PageOptions pagination options
type Repository ¶
type Repository struct {
Name string
User string
Dest string
Type string
PageOptions
Collaborator
Project
}
Repository config
Click to show internal directories.
Click to hide internal directories.