Documentation
¶
Index ¶
Constants ¶
View Source
const (
DefaultServicePort = "http"
)
Variables ¶
Functions ¶
This section is empty.
Types ¶
type DnsEntry ¶
type DnsEntry struct {
Domain string `json:"domain" valet:"key=Domain"`
// This is "HostedZone" in AWS / Route53 DNS
HostedZone string `json:"hostedZone" valet:"key=HostedZone"`
Service check.ServiceRef `json:"service"`
}
func (*DnsEntry) GetDescription ¶
Click to show internal directories.
Click to hide internal directories.