fezzik_types

package
v0.14.8 Latest Latest
Warning

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

Go to latest
Published: Jan 12, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MergeableState

type MergeableState string
const (
	MergeableState_CONFLICTING MergeableState = "CONFLICTING"
	MergeableState_MERGEABLE   MergeableState = "MERGEABLE"
	MergeableState_UNKNOWN     MergeableState = "UNKNOWN"
)

type PullRequestConnection

type PullRequestConnection struct {
	Nodes *PullRequestsViewerPullRequestsNodes
}

type PullRequestReviewDecision

type PullRequestReviewDecision string
const (
	PullRequestReviewDecision_APPROVED          PullRequestReviewDecision = "APPROVED"
	PullRequestReviewDecision_CHANGES_REQUESTED PullRequestReviewDecision = "CHANGES_REQUESTED"
	PullRequestReviewDecision_REVIEW_REQUIRED   PullRequestReviewDecision = "REVIEW_REQUIRED"
)

type PullRequestsViewerPullRequestsNodes

type PullRequestsViewerPullRequestsNodes []*struct {
	Id              string
	Number          int
	Title           string
	Body            string
	BaseRefName     string
	HeadRefName     string
	Mergeable       MergeableState
	ReviewDecision  *PullRequestReviewDecision
	Repository      PullRequestsViewerPullRequestsNodesRepository
	MergeQueueEntry *PullRequestsViewerPullRequestsNodesMergeQueueEntry
	Commits         PullRequestsViewerPullRequestsNodesCommits
}

type PullRequestsViewerPullRequestsNodesCommits

type PullRequestsViewerPullRequestsNodesCommits struct {
	Nodes *PullRequestsViewerPullRequestsNodesCommitsNodes
}

type PullRequestsViewerPullRequestsNodesCommitsNodes

type PullRequestsViewerPullRequestsNodesCommitsNodes []*struct {
	Commit PullRequestsViewerPullRequestsNodesCommitsNodesCommit
}

type PullRequestsViewerPullRequestsNodesCommitsNodesCommit

type PullRequestsViewerPullRequestsNodesCommitsNodesCommit struct {
	Oid               string
	MessageHeadline   string
	MessageBody       string
	StatusCheckRollup *PullRequestsViewerPullRequestsNodesCommitsNodesCommitStatusCheckRollup
}

type PullRequestsViewerPullRequestsNodesCommitsNodesCommitStatusCheckRollup

type PullRequestsViewerPullRequestsNodesCommitsNodesCommitStatusCheckRollup struct {
	State StatusState
}

type PullRequestsViewerPullRequestsNodesMergeQueueEntry

type PullRequestsViewerPullRequestsNodesMergeQueueEntry struct {
	Id string
}

type PullRequestsViewerPullRequestsNodesRepository

type PullRequestsViewerPullRequestsNodesRepository struct {
	Id string
}

type StatusState

type StatusState string
const (
	StatusState_ERROR    StatusState = "ERROR"
	StatusState_EXPECTED StatusState = "EXPECTED"
	StatusState_FAILURE  StatusState = "FAILURE"
	StatusState_PENDING  StatusState = "PENDING"
	StatusState_SUCCESS  StatusState = "SUCCESS"
)

Jump to

Keyboard shortcuts

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