happyDomain/services
Pierre-Olivier Mercier f457071d5d chore: replace interface{} with any across the codebase
Use the modern Go type alias `any` instead of `interface{}` throughout
all packages for improved readability and consistency with current Go idioms.
2026-03-01 17:38:04 +07:00
..
abstract Refactor RR relativization to use subdomain-aware helpers 2026-01-16 21:52:05 +08:00
common chore: replace interface{} with any across the codebase 2026-03-01 17:38:04 +07:00
providers/google chore: replace interface{} with any across the codebase 2026-03-01 17:38:04 +07:00
analyzer.go Refactor RR relativization to use subdomain-aware helpers 2026-01-16 21:52:05 +08:00
caa.go Refactor RR relativization to use subdomain-aware helpers 2026-01-16 21:52:05 +08:00
caa_test.go Add tests on services 2026-01-07 22:26:19 +07:00
cname.go Refactor RR relativization to use subdomain-aware helpers 2026-01-16 21:52:05 +08:00
cname_test.go Add tests on services 2026-01-07 22:26:19 +07:00
decode.go Update all structs to use dns.RR 2025-04-22 14:15:03 +02:00
dkim.go Refactor RR relativization to use subdomain-aware helpers 2026-01-16 21:52:05 +08:00
dkim_test.go Add tests on services 2026-01-07 22:26:19 +07:00
dmarc.go Refactor RR relativization to use subdomain-aware helpers 2026-01-16 21:52:05 +08:00
dmarc_test.go Add tests on services 2026-01-07 22:26:19 +07:00
icons.go Fix forced import path 2023-09-07 12:04:55 +02:00
interfaces.go chore: replace interface{} with any across the codebase 2026-03-01 17:38:04 +07:00
mta-sts.go Refactor RR relativization to use subdomain-aware helpers 2026-01-16 21:52:05 +08:00
mta-sts_test.go Add tests on services 2026-01-07 22:26:19 +07:00
mx.go Refactor RR relativization to use subdomain-aware helpers 2026-01-16 21:52:05 +08:00
mx_test.go Add tests on services 2026-01-07 22:26:19 +07:00
naptr.go Refactor RR relativization to use subdomain-aware helpers 2026-01-16 21:52:05 +08:00
naptr_test.go Centralize relative RData transformation in helper 2026-01-07 22:26:19 +07:00
orphan.go Services stores records instead of abstact data 2026-01-07 22:26:19 +07:00
ptr.go Refactor RR relativization to use subdomain-aware helpers 2026-01-16 21:52:05 +08:00
ptr_test.go Add tests on services 2026-01-07 22:26:19 +07:00
spf.go Refactor RR relativization to use subdomain-aware helpers 2026-01-16 21:52:05 +08:00
srv.go Refactor RR relativization to use subdomain-aware helpers 2026-01-16 21:52:05 +08:00
sshfp.go refactor: restructure project architecture and folder hierarchy 2025-05-28 22:00:02 +02:00
tls-rpt.go Refactor RR relativization to use subdomain-aware helpers 2026-01-16 21:52:05 +08:00
tls-rpt_test.go Add tests on services 2026-01-07 22:26:19 +07:00
tlsa.go Refactor RR relativization to use subdomain-aware helpers 2026-01-16 21:52:05 +08:00
txt.go Refactor RR relativization to use subdomain-aware helpers 2026-01-16 21:52:05 +08:00
txt_test.go Centralize relative RData transformation in helper 2026-01-07 22:26:19 +07:00