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