Versions in this module Expand all Collapse all v0 v0.0.2 Jul 16, 2021 v0.0.1 Jul 7, 2021 Changes in this version + type CloudFlare struct + func New(ctx context.Context, config Config) (*CloudFlare, error) + func (cf *CloudFlare) Register(ctx context.Context, domains []string) error + type Config struct + APIToken string + IP string + Proxy bool + type ErrCloudFlare struct + Code int + Message string + func (ecf *ErrCloudFlare) Error() string + type ErrHTTP struct + Code int + Status string + func (eh *ErrHTTP) Error() string