MCPcopy Index your code
hub / github.com/APIParkLab/APIPark / Handler

Struct Handler

strategy-filter/filter.go:107–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105type ScopeFilterOption eosc.Untyped[string, *Option]
106
107type Handler struct {
108 filters eosc.Untyped[string, IFilter]
109 remoteFilters eosc.Untyped[string, IRemoteFilter]
110 options eosc.Untyped[string, ScopeFilterOption]
111}
112
113func NewHandler() *Handler {
114 return &Handler{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected