Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aurora-develop/Duck2api
/ NewHandle
Function
NewHandle
initialize/handlers.go:19–21 ·
view source on GitHub ↗
(proxy *proxys.IProxy)
Source
from the content-addressed store, hash-verified
17
}
18
19
func
NewHandle(proxy *proxys.IProxy) *Handler {
20
return
&Handler{proxy: proxy}
21
}
22
23
func
optionsHandler(c *gin.Context) {
24
// Set headers for CORS
Callers
1
RegisterRouter
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected