package
Version:
v0.0.0-...-9cf8579
Opens a new window with list of versions in this module.
Published: Jul 6, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type APIError struct {
Doc struct {
Error struct {
Type string `json:"$type"`
Object string `json:"$object"`
Lang string `json:"$lang"`
Detail struct {
Text string `json:"$"`
} `json:"detail"`
Message struct {
Text string `json:"$"`
} `json:"msg"`
} `json:"error"`
} `json:"doc"`
}
type CreateTxtRecord struct {
AuthInfo string `url:"authinfo"`
Out string `url:"out"`
Func string `url:"func"`
Plid string `url:"plid"`
Rtype string `url:"rtype"`
Name string `url:"name"`
Ttl int `url:"ttl"`
Sok string `url:"sok"`
Value string `url:"value"`
}
type DeleteTxtRecord struct {
AuthInfo string `url:"authinfo"`
Out string `url:"out"`
Func string `url:"func"`
Plid string `url:"plid"`
Elid string `url:"elid"`
Elname string `url:"elname"`
}
type ListRecords struct {
AuthInfo string `json:"authinfo"`
TTL int `json:"ttl"`
Rtype string `json:"rtype"`
Value string `json:"value"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.