what

package
v0.4.1 Latest Latest
Warning

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

Go to latest
Published: Mar 19, 2023 License: MIT Imports: 0 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Bucket added in v0.1.0

type Bucket struct {
	Name string `json:"name,omitempty" yaml:"name,omitempty"`
}

type Email

type Email struct {
	From string   `json:"from,omitempty" yaml:"from,omitempty"`
	To   []string `json:"to,omitempty" yaml:"to,omitempty"`
}

type SMTP

type SMTP struct {
	HostedZone string `json:"hosted_zone,omitempty" yaml:"hosted-zone,omitempty"`
	Host       string `json:"host,omitempty" yaml:"host,omitempty"`
	Port       int    `json:"port,omitempty" yaml:"port,omitempty"`
	Username   string `json:"username,omitempty" yaml:"username,omitempty"`
	Password   string `json:"password,omitempty" yaml:"password,omitempty"`
}

type Site

type Site struct {
	Title       string `json:"title,omitempty" yaml:"title,omitempty"`
	Favicon     string `json:"favicon,omitempty" yaml:"favicon,omitempty"`
	BodyClasses string `json:"body_classes,omitempty" yaml:"body-classes,omitempty"`
	Email       Email  `json:"email,omitempty" yaml:"email,omitempty"`
}

type Thing added in v0.2.0

type Thing struct {
	Name       string `json:"name,omitempty" yaml:"name,omitempty"`
	HostedZone string `json:"hosted_zone,omitempty" yaml:"hosted-zone,omitempty"`
	FQDN       string `json:"fqdn,omitempty" yaml:"fqdn,omitempty"`
	Site       Site   `json:"site,omitempty" yaml:"site,omitempty"`
	Bucket     Bucket `json:"bucket,omitempty" yaml:"bucket,omitempty"`
	SMTP       SMTP   `json:"smtp,omitempty" yaml:"smtp,omitempty"`
	Email      Email  `json:"email,omitempty" yaml:"email,omitempty"`
}

type What

type What struct {
	Name        string  `json:"name,omitempty" yaml:"name,omitempty"`
	CIDR        string  `json:"cidr,omitempty" yaml:"cidr,omitempty"`
	Unique      string  `json:"unique,omitempty" yaml:"unique,omitempty"`
	Account     string  `json:"account,omitempty" yaml:"account,omitempty"`
	Region      string  `json:"region,omitempty" yaml:"region,omitempty"`
	KeySecretID string  `json:"key_secret_id,omitempty" yaml:"key-secret-id,omitempty"`
	Things      []Thing `json:"things,omitempty" yaml:"things,omitempty"`
}

Jump to

Keyboard shortcuts

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