MCPcopy Create free account
hub / github.com/Apress/pro-go / Context

Struct Context

24 - HTTP Servers/httpserver/dynamic.go:9–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7)
8
9type Context struct {
10 Request *http.Request
11 Data []Product
12}
13
14var htmlTemplates *template.Template
15

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected