Initial cloud-services repo - gateway service + pkg modules
This commit is contained in:
12
pkg/common/trex_setting.go
Normal file
12
pkg/common/trex_setting.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package common
|
||||
|
||||
import (
|
||||
"fiskerinc.com/modules/common/dbbasemodel"
|
||||
)
|
||||
|
||||
type TRexSetting struct {
|
||||
CANEnabled bool `pg:"can_enabled"`
|
||||
LogLevel string `pg:"logging_level"`
|
||||
VIN string `pg:",pk"`
|
||||
dbbasemodel.DBModelBase
|
||||
}
|
||||
Reference in New Issue
Block a user