MCPcopy
hub / github.com/AdguardTeam/dnsproxy / DefaultMessageConstructor

Struct DefaultMessageConstructor

internal/dnsmsg/constructor.go:34–34  ·  view source on GitHub ↗

DefaultMessageConstructor is a default implementation of [MessageConstructor].

Source from the content-addressed store, hash-verified

32// DefaultMessageConstructor is a default implementation of
33// [MessageConstructor].
34type DefaultMessageConstructor struct{}
35
36// type check
37var _ MessageConstructor = DefaultMessageConstructor{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected