Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/oapi-codegen/oapi-codegen
/ NewServer
Function
NewServer
examples/overlay/api/impl.go:13–15 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
11
type
Server
struct
{}
12
13
func
NewServer() Server {
14
return
Server{}
15
}
16
17
// (GET /ping)
18
func
(Server) GetPing(w http.ResponseWriter, r *http.Request) {
Callers
1
main
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…