github

package
v0.0.0-...-bd69585 Latest Latest
Warning

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

Go to latest
Published: Dec 11, 2025 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Commenter

type Commenter struct {
	// contains filtered or unexported fields
}

func NewCommenter

func NewCommenter(token, owner, repo string) *Commenter

func (*Commenter) PostDeployment

func (c *Commenter) PostDeployment(ctx context.Context, prNumber int, info DeploymentInfo) error

func (*Commenter) PostTeardown

func (c *Commenter) PostTeardown(ctx context.Context, prNumber int, info DeploymentInfo) error

type DeploymentInfo

type DeploymentInfo struct {
	FQDN       string
	Services   []ServiceInfo
	DeployTime time.Duration
}

type ServiceInfo

type ServiceInfo struct {
	Name  string
	Ports []int32
}

Jump to

Keyboard shortcuts

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