Documentation ¶
Index ¶
- func Create() *core.Command
- func Delete() *core.Command
- func Get() *core.Command
- func List() *core.Command
- func Records(fs ...Filter) (dns.ReverseRecordsReadList, error)
- func RecordsProperty[V any](f func(dns.ReverseRecordRead) V, fs ...Filter) []V
- func Resolve(ipOrId string) (string, error)
- func Root() *core.Command
- func Update() *core.Command
- type Filter
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Records ¶
func Records(fs ...Filter) (dns.ReverseRecordsReadList, error)
Records returns all records matching the given filters
func RecordsProperty ¶
func RecordsProperty[V any](f func(dns.ReverseRecordRead) V, fs ...Filter) []V
RecordsProperty returns a list of properties of all records matching the given filters
Types ¶
type Filter ¶
type Filter func(request dns.ApiReverserecordsGetRequest) (dns.ApiReverserecordsGetRequest, error)
func FilterLimitOffset ¶
func FilterRecordsByIp ¶
Click to show internal directories.
Click to hide internal directories.