9 lines
212 B
Go
9 lines
212 B
Go
package state
|
|
|
|
import (
|
|
"github.com/fiskerinc/cloud-services/pkg/common"
|
|
"github.com/fiskerinc/cloud-services/pkg/redis"
|
|
)
|
|
|
|
type StateFunc func(*redis.RedisBatchCommands, string, int, []common.CANSignal) error
|