query.go 112 B

12345678
  1. package query
  2. import (
  3. "git.giaever.org/joachimmg/m-dns/host"
  4. type Query struct {
  5. Service host.HostString
  6. }