Initial cloud-services repo - gateway service + pkg modules
This commit is contained in:
8
pkg/dbc/state/state_func.go
Normal file
8
pkg/dbc/state/state_func.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package state
|
||||
|
||||
import (
|
||||
"fiskerinc.com/modules/common"
|
||||
"fiskerinc.com/modules/redis"
|
||||
)
|
||||
|
||||
type StateFunc func(*redis.RedisBatchCommands, string, int, []common.CANSignal) error
|
||||
Reference in New Issue
Block a user