structs

package
v1.0.3 Latest Latest
Warning

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

Go to latest
Published: Aug 13, 2021 License: Apache-2.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 Configs

type Configs struct {
	AuthServiceKey        string   `json:"auth"`
	Hostnames             []string `json:"hostnames"`
	Validity              int      `json:"validity"`
	PreviousCertificateID string   `json:"previousCertificateId"`
	PostRenew             string   `json:"postRenew"`
	OnError               string   `json:"onError"`
}

Configs is the struct used to store all the common configs that are used everywhere the struct field tags are added to ensure that when json marshal happens these keys are used instead of the struct key https://golang.org/pkg/encoding/json/#Marshal

Jump to

Keyboard shortcuts

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