models

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Feb 7, 2024 License: AGPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CertRequest

type CertRequest struct {
	RequesterEmail   string            `json:"email"`
	Domain           string            `json:"domain"`
	DNSCredentials   map[string]string `json:"dns"`
	Destinations     []map[string]any  `json:"destinations"`
	UseDummyCert     bool              `json:"dummy"`
	StageEnvironment bool              `json:"stage"`
}

type CertResponse

type CertResponse struct {
	Status string `json:"status"`
}

type DestinationConfig

type DestinationConfig struct {
	Field        string
	Description  string
	IsCredential bool
}

type DestinationDescription

type DestinationDescription struct {
	Name        string
	Description string
}

Jump to

Keyboard shortcuts

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