func()

in operationsbus/matcher.go [31:33]


func (m *Matcher) RegisterEntity(key string, value EntityFactoryFunc) {
	m.EntityCreators[key] = value
}