Definition at line 35 of file dns_server_mock.hpp.
 
 | 
| RecordType  | type {RecordType::kInvalid} | 
|   | 
| AnswerData  | data | 
|   | 
| int  | ttl {0} | 
|   | 
◆ AnswerData
      
        
          | using utest::DnsServerMock::DnsAnswer::AnswerData | 
        
      
 
Initial value: 
        std::variant<std::monostate, engine::io::Sockaddr, std::string>
 
Definition at line 36 of file dns_server_mock.hpp.
 
 
◆ data
      
        
          | AnswerData utest::DnsServerMock::DnsAnswer::data | 
        
      
 
 
◆ ttl
      
        
          | int utest::DnsServerMock::DnsAnswer::ttl {0} | 
        
      
 
 
◆ type
      
        
          | RecordType utest::DnsServerMock::DnsAnswer::type {RecordType::kInvalid} | 
        
      
 
 
The documentation for this struct was generated from the following file: