Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MohamedBassem/fuzzy-dns
/ types & classes
Types & classes
4 in github.com/MohamedBassem/fuzzy-dns
⨍
Functions
13
◇
Types & classes
4
Struct
Context
A Context struct is one of the attributes of the Server struct. It carrys the global configuration for the server as well as the DNS records
context.go:20
Struct
Record
Record struct represents a single DNS record.
context.go:49
TypeAlias
Records
Records type represents a set of records
context.go:64
Struct
Server
Server struct is the main server itself carrying the global context and the logger
main.go:17