package state import ( "fiskerinc.com/modules/common" "fiskerinc.com/modules/redis" ) type StateFunc func(*redis.RedisBatchCommands, string, int, []common.CANSignal) error