alerttypes

package
v0.33.0-alpha.3 Latest Latest
Warning

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

Go to latest
Published: Jun 17, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ExpiringTokenItem added in v0.30.0

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 added in v0.31.0

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

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"`
}

Jump to

Keyboard shortcuts

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