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
}
Click to show internal directories.
Click to hide internal directories.