summaryrefslogtreecommitdiff
path: root/internal/dns/question.go
diff options
context:
space:
mode:
authorradhitya <alif@radhitya.org>2026-06-24 18:47:02 +0700
committerradhitya <alif@radhitya.org>2026-06-24 18:47:02 +0700
commite9d3659ef41b9b5fd5e7cc7bd04ae3fc07850044 (patch)
treeabfa1ad1f7b4b4e91826a9b78da8e7dd9f3fbc04 /internal/dns/question.go
parente9f8cc47c4abf4bb1763efc96082fd1c6acfc709 (diff)
lot of works, i guessmad
Diffstat (limited to 'internal/dns/question.go')
-rw-r--r--internal/dns/question.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/internal/dns/question.go b/internal/dns/question.go
new file mode 100644
index 0000000..101cb0a
--- /dev/null
+++ b/internal/dns/question.go
@@ -0,0 +1,7 @@
+package dns
+
+type Question struct {
+ Name Name
+ Type uint16
+ Class uint16
+}