dns v2.1.2 DNS.Query

TODO: docs

Link to this section Summary

Functions

Converts a :dns_query record into a DNS.Query

Converts a DNS.Query struct to a :dns_query record

Link to this section Types

Link to this type t()
t() :: %DNS.Query{class: term(), domain: term(), type: term()}

Link to this section Functions

Link to this function from_record(file_info)

Converts a :dns_query record into a DNS.Query.

Link to this function to_record(query)

Converts a DNS.Query struct to a :dns_query record.