Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateDB ¶
CreateDB opens sql service according to dname and dsname.
func InsertAKCertRow ¶
InsertAKCertRow inserts ak cert row in table `akey_cert`.
Types ¶
type AKCertRow ¶
type AKCertRow struct { Id int64 Device_id int64 Cre_time time.Time Exp_time time.Time Akey_cert string Available bool }
AKCertRow stores one record of ak cert key information in database table `akey_cert`.
Click to show internal directories.
Click to hide internal directories.