qmuntal / stateless

Go library for creating finite state machines
BSD 2-Clause "Simplified" License
898 stars 47 forks source link

Relax SetTriggerParameters check to allow all Go allowed casts #46

Closed qmuntal closed 2 years ago

qmuntal commented 2 years ago

This PR updates SetTriggerParameters so it uses reflect.ConvertibleTo instead of plain type equality.

Closes #45

delwaterman commented 2 years ago

Sweet! Thanks!