model

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jul 21, 2021 License: LGPL-3.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 EOL

type EOL struct {
	Type    string    `json:"type"`
	Version string    `json:"version"`
	EOL     time.Time `json:"eol"`
}

type EOLs

type EOLs []EOL

type HealthEvent

type HealthEvent struct {
	Status      string    `json:"status"`
	Name        string    `json:"name"`
	Account     string    `json:"account"`
	Region      string    `json:"region"`
	Service     string    `json:"service"`
	StartTime   time.Time `json:"start_time"`
	UpdatedTime time.Time `json:"updated_time"`
}

type HealthEvents

type HealthEvents []HealthEvent

type Resource

type Resource struct {
	Name    string `json:"name"`
	Account string `json:"account"`
	Region  string `json:"region"`
	Service string `json:"service"`
	Version string `json:"version"`
}

type Resources

type Resources []Resource

Jump to

Keyboard shortcuts

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