statuses

package
v1.0.4 Latest Latest
Warning

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

Go to latest
Published: Feb 9, 2022 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

Functions

This section is empty.

Types

type Status

type Status struct {
	ID          string    `db:"id" json:"id"`
	CommitID    string    `db:"commit_id" json:"commit_id"`
	CodebaseID  string    `db:"codebase_id" json:"codebase_id"`
	Type        Type      `db:"type" json:"type"`
	Title       string    `db:"title" json:"title"`
	DetailsURL  *string   `db:"details_url" json:"details_url"`
	Description *string   `db:"description" json:"description,omitempty"`
	Timestamp   time.Time `db:"timestamp" json:"timestamp"`
}

type Type

type Type string
const (
	TypeUndefined Type = ""
	TypePending   Type = "pending"
	TypeHealty    Type = "healthy"
	TypeFailing   Type = "failing"
)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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