Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
9
type
Context
struct
{
10
Request *http.Request
11
Data []Product
12
}
13
14
var
htmlTemplates *template.Template
15
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected