aboutsummaryrefslogtreecommitdiff
path: root/zone_record_request.go
AgeCommit message (Collapse)Author
2024-03-21all: replace module "share" with "pakakeh.go"Shulhan
The module "share" has been moved to new repository at SourceHut and we rename it to make it more unique instead of common English words "share".
2022-05-16all: use consistent parameter name for zone nameShulhan
Some zone APIs use "name" and some use "zone" for passing the zone name. This changes made all zone APIs to use "name" as parameter name.
2022-05-15all: split zoneRecordRequest type into separate fileShulhan