github

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: May 8, 2023 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ChangeGHASOrgSettings

func ChangeGHASOrgSettings(organization string, activate bool, token string, url string) error

func GetOrganizationsInEnterprise

func GetOrganizationsInEnterprise(enterprise string, token string, url string) ([]string, error)

Types

type BranchProtectionRule

type BranchProtectionRule struct {
	Nodes []struct {
		Id string
	}
	PageInfo struct {
		EndCursor   githubv4.String
		HasNextPage bool
	}
}

type Organization

type Organization struct {
	Nodes []struct {
		Login string
	}
	PageInfo struct {
		EndCursor   githubv4.String
		HasNextPage bool
	}
}

type structure for the graphql query GetOrganizationsInEnterprise

type Repository

type Repository github.Repository

type Workflow

type Workflow github.Workflow

Jump to

Keyboard shortcuts

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