Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsFailed ¶
IsFailed checks if a delivery represents a failed webhook delivery Failed deliveries are: - HTTP status code >= 400 (4xx and 5xx errors) - Status code 0 (no response/delivery failed)
func IsSuccessful ¶
IsSuccessful checks if a delivery represents a successful webhook delivery Successful deliveries are HTTP status code 200-399
func MatchesPattern ¶
MatchesPattern checks if a URL matches the given pattern (case-insensitive substring matching)
func MatchesStatus ¶
MatchesStatus checks if a delivery matches the given status filter filterType can be: "failed", "successful", "all" (or empty for no filter) This provides extensibility for future --status flag
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.