ping

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Mar 31, 2025 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Integration

type Integration struct {
	Type       string            // Type of integration (e.g., "slack", "stdout", "comment")
	Parameters map[string]string // Parameters specific to this integration instance
}

Integration represents a single integration configuration for a ping request

type PingRequest

type PingRequest struct {
	Req          githubclient.ReviewRequest
	Delay        int           // The delay in seconds that applies to this reviewer
	Enabled      bool          // Whether pinging this reviewer is enabled
	ShouldPing   bool          // Whether this reviewer should be pinged (based on delay and enabled)
	Integrations []Integration // List of integrations to use for this reviewer
}

Jump to

Keyboard shortcuts

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