package common import ( "fiskerinc.com/modules/common/dbbasemodel" ) type SymKeys struct { SecOC *BinaryHex `json:"sec_oc" pg:"type:bytea" swaggertype:"string" format:"hex" example:"479672f9d1f12e66332be23543179d680a6c2b91194e24c216cded57d51569c5"` SecureLogging *BinaryHex `json:"secure_logging" pg:"type:bytea" swaggertype:"string" format:"hex" example:"479672f9d1f12e66332be23543179d680a6c2b91194e24c216cded57d51569c5"` SecureStorage *BinaryHex `json:"secure_storage" pg:"type:bytea" swaggertype:"string" format:"hex" example:"479672f9d1f12e66332be23543179d680a6c2b91194e24c216cded57d51569c5"` VIN string `pg:",pk"` dbbasemodel.DBModelBase }