DEBSOURCES
Skip Quicknav
sources / mockery / 2.15.0-1 / pkg / fixtures / MapToInterface.go
12345
package test type MapToInterface interface { Foo(arg1 ...map[string]interface{}) }