github.com/taubyte/tau-cli@v0.1.13-0.20240326000942-487f0d57edfc/lib/domain/types.go (about)

     1  package domainLib
     2  
     3  import client "github.com/taubyte/tau/clients/http/auth"
     4  
     5  type Validator interface {
     6  	ValidateFQDN(fqdn string) (response client.DomainResponse, err error)
     7  }