func()

in operationsbus/matcher.go [25:27]


func (m *Matcher) Register(key string, value ApiOperation) {
	m.Types[key] = reflect.TypeOf(value).Elem()
}