incidents

package
v0.0.5 Latest Latest
Warning

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

Go to latest
Published: Sep 24, 2022 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Create

func Create(c *gin.Context)

Types

type Incident

type Incident struct {
	ID          string `json:"id,omitempty"`
	Owner       string `json:"owner,omitempty"`
	Repository  string `json:"repository,omitempty"`
	Description string `json:"description,omitempty"`
	SHA         string `json:"sha"`
	InsertedAt  string `json:"inserted_at,omitempty"`
	ResolvedAt  string `json:"resolved_at"`
}

func NewIncident added in v0.0.5

func NewIncident(item dataset.Incident) Incident

Jump to

Keyboard shortcuts

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