github

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Feb 15, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewClient

func NewClient(ghToken string) *gh.Client

func NewClientFromEnv added in v0.0.7

func NewClientFromEnv() (*gh.Client, error)

func NewClientGraphQL

func NewClientGraphQL(ghToken string) *githubv4.Client

func NewClientGraphQLFromEnv added in v0.0.7

func NewClientGraphQLFromEnv() (*githubv4.Client, error)

Types

type UpdateTeamReviewAssignmentInput

type UpdateTeamReviewAssignmentInput struct {
	Algorithm config.TeamReviewAssignmentAlgorithm `json:"algorithm,omitempty"`

	ClientMutationID githubv4.String `json:"clientMutationId,omitempty"`

	Enabled githubv4.Boolean `json:"enabled"`

	ExcludedTeamMemberIDs []githubv4.ID `json:"excludedTeamMemberIds,omitempty"`

	IncludeChildTeamMembers *githubv4.Boolean `json:"includeChildTeamMembers,omitempty"`

	ID githubv4.ID `json:"id"`

	NotifyTeam githubv4.Boolean `json:"notifyTeam"`

	TeamMemberCount githubv4.Int `json:"teamMemberCount"`
}

Jump to

Keyboard shortcuts

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