csueiras / reinforcer

codegen for easy adoption of resiliency patterns
MIT License
8 stars 2 forks source link

map in arguments is not supported #37

Closed tzachshabtay closed 3 years ago

tzachshabtay commented 3 years ago

type myInterface interface {
  DoSomething(map[string]int)
}

reinforcer returning:

panic: type not hanled: *types.Map