package
0.0.0-20221218020924-d28c3694b56e
Repository: https://github.com/zalgonoise/dns.git
Documentation: pkg.go.dev

# Functions

New returns a new MemoryStore as a store.Repository.

# Structs

MemoryStore is an in-memory implementation of a DNS record store It uses simple Go maps to represent a relationship of record-type-to-domain-to-IP as a map[string]map[string]string.