func NewMatcher()

in operationsbus/matcher.go [16:21]


func NewMatcher() *Matcher {
	return &Matcher{
		Types:          make(map[string]reflect.Type),
		EntityCreators: make(map[string]EntityFactoryFunc),
	}
}