MCPcopy Index your code
hub / github.com/expr-lang/expr / Request

Struct Request

test/coredns/coredns.go:41–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41type Request struct {
42 Req *Msg
43 W ResponseWriter
44 Zone string
45}
46
47func (r *Request) NewWithQuestion(name string, typ uint16) Request {
48 return Request{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected