connector

package
v0.2.1 Latest Latest
Warning

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

Go to latest
Published: Oct 23, 2025 License: Apache-2.0 Imports: 36 Imported by: 0

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 New

func New(ctx context.Context, ghc *cfg.Github, appKey string) (*GitHub, error)

New returns the GitHub connector configured to sync against the instance URL.

func (*GitHub) Metadata added in v0.1.16

func (gh *GitHub) Metadata(ctx context.Context) (*v2.ConnectorMetadata, error)

Metadata returns metadata about the connector.

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 OrganizationRole struct {
	ID          int64  `json:"id"`
	Name        string `json:"name"`
	Description string `json:"description"`
}

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

type OrganizationRoleTeam struct {
	ID   int64  `json:"id"`
	Name string `json:"name"`
}

Jump to

Keyboard shortcuts

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