Versions in this module Expand all Collapse all v0 v0.1.0 May 16, 2022 Changes in this version + type Checker struct + func NewChecker() (*Checker, error) + func (c *Checker) Check(ctx context.Context, domain string) (DomainStatus, error) + type DomainStatus string + const Available + const NotApplicable + const Premium + const Registered + func (s DomainStatus) String() string