Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Organization ¶ added in v0.1.7
type Organization struct {
Name string
Role permissions.OrganizationRole
ID int
}
type RepositoryWithOwner ¶
type RepositoryWithOwner struct {
Name string
Owner string
Role permissions.RepositoryRole
}
func NewRepositoryWithOwner ¶ added in v0.1.7
func NewRepositoryWithOwner(repositoryWithOwner string, perms permissions.RepositoryRole) RepositoryWithOwner
func (RepositoryWithOwner) String ¶ added in v0.1.7
func (r RepositoryWithOwner) String() string
Click to show internal directories.
Click to hide internal directories.