Discover Packages
github.com/hatchet-dev/hatchet
internal
integrations
alerting
alerttypes
package
Version:
v0.32.2
Opens a new window with list of versions in this module.
Published: Jun 12, 2024
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type ExpiringTokenItem struct {
Link string `json:"link"`
TokenName string `json:"token_name"`
ExpiresAtRelativeDate string `json:"expires_at_relative_date"`
ExpiresAtAbsoluteDate string `json:"expires_at_absolute_date"`
}
type ResourceLimitAlert struct {
Link string `json:"link"`
Resource string `json:"resource"`
AlertType string `json:"alert_type"`
CurrentValue int `json:"current_value"`
LimitValue int `json:"limit_value"`
Percentage int `json:"percentage"`
}
type WorkflowRunFailedItem struct {
Link string `json:"link"`
WorkflowName string `json:"workflow_name"`
WorkflowRunReadableId string `json:"workflow_run_readable_id"`
RelativeDate string `json:"relative_date"`
AbsoluteDate string `json:"absolute_date"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.