squadcast

package
v0.0.0-...-4041dc2 Latest Latest
Warning

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

Go to latest
Published: Jan 30, 2024 License: AGPL-3.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IncidentClosedWorker

type IncidentClosedWorker struct{}

func (IncidentClosedWorker) Do

type IncidentEvent

type IncidentEvent struct {
	Message     string       `json:"message"`
	Description string       `json:"description"`
	Tags        IncidentTags `json:"tags"`
	Priority    string       `json:"priority"`
	Status      string       `json:"status"`
	EventID     string       `json:"event_id"`
}

type IncidentInProgressWorker

type IncidentInProgressWorker struct{}

type IncidentOpenWorker

type IncidentOpenWorker struct{}

func (IncidentOpenWorker) Do

type IncidentTags

type IncidentTags map[string]Tag

type Tag

type Tag struct {
	Value string `json:"value"`
	Color string `json:"color,omitempty"`
}

Jump to

Keyboard shortcuts

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