types

package
v0.27.0 Latest Latest
Warning

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

Go to latest
Published: May 6, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EventActor

type EventActor struct {
	ID   int
	Name string
}

type PullRequestEvent

type PullRequestEvent struct {
	Actor      EventActor
	PulRequest bbv1.PullRequest `json:"pullRequest"`
	Comment    bbv1.Comment     `json:"comment"`
}

type PushRequestEvent

type PushRequestEvent struct {
	Actor      EventActor               `json:"actor"`
	Repository bbv1.Repository          `json:"repository"`
	Changes    []PushRequestEventChange `json:"changes"`
}

type PushRequestEventChange

type PushRequestEventChange struct {
	ToHash string `json:"toHash"`
	RefID  string `json:"refId"`
}

Jump to

Keyboard shortcuts

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