diff options
| author | radhitya <alif@radhitya.org> | 2026-06-24 18:47:02 +0700 |
|---|---|---|
| committer | radhitya <alif@radhitya.org> | 2026-06-24 18:47:02 +0700 |
| commit | e9d3659ef41b9b5fd5e7cc7bd04ae3fc07850044 (patch) | |
| tree | abfa1ad1f7b4b4e91826a9b78da8e7dd9f3fbc04 /internal/dns/question.go | |
| parent | e9f8cc47c4abf4bb1763efc96082fd1c6acfc709 (diff) | |
lot of works, i guessmad
Diffstat (limited to 'internal/dns/question.go')
| -rw-r--r-- | internal/dns/question.go | 7 |
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 +} |
