statuspageio

package
v0.0.0-...-1d775b4 Latest Latest
Warning

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

Go to latest
Published: May 10, 2019 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Provider

func Provider() terraform.ResourceProvider

Types

type APIError

type APIError struct {
	Error   string `json:"error"`
	Message string `json:"message"`
}

type Component

type Component struct {
	ID                 string `json:"id,omitempty"`
	PageID             string `json:"-"`
	Name               string `json:"name"`
	Description        string `json:"description"`
	Status             string `json:"status"`
	Showcase           bool   `json:"showcase"`
	OnlyShowIfDegraded bool   `json:"only_show_if_degraded"`
	GroupID            string `json:"group_id,omitempty"`
}

type ComponentGroup

type ComponentGroup struct {
	ID          string   `json:"id,omitempty"`
	PageID      string   `json:"-"`
	Name        string   `json:"name"`
	Description string   `json:"description"`
	Components  []string `json:"components"`
}

Jump to

Keyboard shortcuts

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