Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ValidAssetDomains = []string{"avatars.githubusercontent.com"}
)
Functions ¶
This section is empty.
Types ¶
type GitHub ¶ added in v0.1.16
type GitHub struct {
// contains filtered or unexported fields
}
func (*GitHub) ResourceSyncers ¶ added in v0.1.16
func (gh *GitHub) ResourceSyncers(ctx context.Context) []connectorbuilder.ResourceSyncer
func (*GitHub) Validate ¶ added in v0.1.16
func (gh *GitHub) Validate(ctx context.Context) (annotations.Annotations, error)
Validate hits the GitHub API to validate that the configured credentials are still valid.
type OrganizationRole ¶ added in v0.1.30
type OrganizationRoleResponse ¶ added in v0.1.30
type OrganizationRoleResponse struct {
TotalCount int `json:"total_count"`
Roles []OrganizationRole `json:"roles"`
}
type OrganizationRoleTeam ¶ added in v0.1.30
Click to show internal directories.
Click to hide internal directories.