events

package
v0.0.0-...-aa453cd Latest Latest
Warning

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

Go to latest
Published: Jun 3, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Change

type Change struct {
	Source      string    `json:"source"`
	ChangeID    string    `json:"change_id"`
	TimeCreated time.Time `json:"time_created"`
	EventType   string    `json:"event_type"`
	Type        string    `json:"$type"`
}

type Deployment

type Deployment struct {
	Source      string    `json:"source"`
	DeployID    string    `json:"deploy_id"`
	TimeCreated time.Time `json:"time_created"`
	Changes     []string  `json:"changes"`
	Teams       []string  `json:"teams"`
	Type        string    `json:"$type"`
}

type Incident

type Incident struct {
	Source       string    `json:"source"`
	IncidentID   string    `json:"incident_id"`
	TimeCreated  time.Time `json:"time_created"`
	TimeResolved time.Time `json:"time_resolved"`
	Type         string    `json:"$type"`
}

Jump to

Keyboard shortcuts

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