Versions in this module Expand all Collapse all v1 v1.0.1 Jul 9, 2020 Changes in this version type ClientConn + func (c *ClientConn) UpdateARecord() error v1.0.0 Jul 7, 2020 Changes in this version + func CheckUserInput() (map[string]string, error) + func LogErr(err error) + type ClientConn struct + Client http.Client + Input map[string]string + Records RRsets + func NewClientConn() (*ClientConn, error) + func (c *ClientConn) AddRecord() error + type Comments struct + Account string + Content string + ModifiedAT int64 + type Error struct + Message string + Status string + func (e Error) Error() string + type RRset struct + Changetype string + Comments []Comments + Name string + Records []Records + TTL int + Type string + type RRsets struct + Sets []RRset + type Records struct + Content string + Disabled bool + SetPTR bool