(pattern string, h http.Handler)
| 139 | } |
| 140 | |
| 141 | func wrapHandler(pattern string, h http.Handler) handler { |
| 142 | return handler{pattern: pattern, handler: h} |
| 143 | } |
| 144 | |
| 145 | func mockListPluginsEngine(t *testing.T, plugins []PluginInfo) string { |
| 146 | t.Helper() |
no outgoing calls
no test coverage detected