Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ACMEChallenge ¶
type ACMEChallenge struct {
Record *happydns.TXT `json:"txt"`
}
func (*ACMEChallenge) GenComment ¶
func (s *ACMEChallenge) GenComment() string
func (*ACMEChallenge) GetNbResources ¶
func (s *ACMEChallenge) GetNbResources() int
type Delegation ¶
func (*Delegation) GenComment ¶
func (s *Delegation) GenComment() string
func (*Delegation) GetNbResources ¶
func (s *Delegation) GetNbResources() int
type GithubOrgVerif ¶
type GithubOrgVerif struct {
Record *happydns.TXT `json:"txt"`
}
func (*GithubOrgVerif) GenComment ¶
func (s *GithubOrgVerif) GenComment() string
func (*GithubOrgVerif) GetNbResources ¶
func (s *GithubOrgVerif) GetNbResources() int
type GitlabPageVerif ¶
type GitlabPageVerif struct {
Record *happydns.TXT `json:"txt"`
}
func (*GitlabPageVerif) GenComment ¶
func (s *GitlabPageVerif) GenComment() string
func (*GitlabPageVerif) GetNbResources ¶
func (s *GitlabPageVerif) GetNbResources() int
type GoogleVerif ¶
type GoogleVerif struct {
Record *happydns.TXT `json:"txt"`
}
func (*GoogleVerif) GenComment ¶
func (s *GoogleVerif) GenComment() string
func (*GoogleVerif) GetNbResources ¶
func (s *GoogleVerif) GetNbResources() int
type KeybaseVerif ¶
type KeybaseVerif struct {
Record *happydns.TXT `json:"txt"`
}
func (*KeybaseVerif) GenComment ¶
func (s *KeybaseVerif) GenComment() string
func (*KeybaseVerif) GetNbResources ¶
func (s *KeybaseVerif) GetNbResources() int
type MatrixIM ¶
type NSOnlyOrigin ¶
func (*NSOnlyOrigin) GenComment ¶
func (s *NSOnlyOrigin) GenComment() string
func (*NSOnlyOrigin) GetNbResources ¶
func (s *NSOnlyOrigin) GetNbResources() int
type OpenPGP ¶
type OpenPGP struct {
Username string `json:"username,omitempty"`
Record *dns.OPENPGPKEY `json:"openpgpkey"`
}
type Origin ¶
type RFC6186 ¶ added in v0.4.0
type SMimeCert ¶
type ScalewayChallenge ¶
type ScalewayChallenge struct {
Record *happydns.TXT `json:"txt"`
}
func (*ScalewayChallenge) GenComment ¶
func (s *ScalewayChallenge) GenComment() string
func (*ScalewayChallenge) GetNbResources ¶
func (s *ScalewayChallenge) GetNbResources() int
type Server ¶
type XMPP ¶
Source Files
¶
- acme.go
- delegation.go
- github-site-verification.go
- gitlab-page-verification.go
- google-site-verification.go
- keybase.go
- matrix.go
- openpgp.go
- origin.go
- rfc6186.go
- scaleway-challenge.go
- server.go
- xmpp.go
Click to show internal directories.
Click to hide internal directories.