Documentation
¶
Index ¶
- Variables
- func Delete(name string) error
- func FetchCustomNetworkGeneratedFqdn(fqdn string) (string, error)
- func IsAGeneratedFQDN(fqdn string) (bool, error)
- func List() ([]string, error)
- func ListResources() ([]*structureSpec.Domain, error)
- func NewGeneratedFQDN(prefix string) (string, error)
- func ProjectDomainCount(project project.Project) (domainCount int)
- func ValidateCertificateKeyPairAndHostname(domain *structureSpec.Domain) ([]byte, []byte, error)
- type Validator
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultGeneratedFqdnSuffix = ".g.tau.link"
TODO: Move to specs for future references
Functions ¶
func FetchCustomNetworkGeneratedFqdn ¶
TODO: Move to specs
func IsAGeneratedFQDN ¶
func ListResources ¶
func ListResources() ([]*structureSpec.Domain, error)
func NewGeneratedFQDN ¶
func ProjectDomainCount ¶
func ValidateCertificateKeyPairAndHostname ¶
func ValidateCertificateKeyPairAndHostname(domain *structureSpec.Domain) ([]byte, []byte, error)
Types ¶
type Validator ¶
type Validator interface {
ValidateFQDN(fqdn string) (response client.DomainResponse, err error)
}
func NewValidator ¶
Click to show internal directories.
Click to hide internal directories.