| 105 | type ScopeFilterOption eosc.Untyped[string, *Option] |
| 106 | |
| 107 | type Handler struct { |
| 108 | filters eosc.Untyped[string, IFilter] |
| 109 | remoteFilters eosc.Untyped[string, IRemoteFilter] |
| 110 | options eosc.Untyped[string, ScopeFilterOption] |
| 111 | } |
| 112 | |
| 113 | func NewHandler() *Handler { |
| 114 | return &Handler{ |
nothing calls this directly
no outgoing calls
no test coverage detected