MCPcopy 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
19func NewHandle(proxy *proxys.IProxy) *Handler {
20 return &Handler{proxy: proxy}
21}
22
23func optionsHandler(c *gin.Context) {
24 // Set headers for CORS

Callers 1

RegisterRouterFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected