Documentation
¶
Index ¶
Constants ¶
View Source
const ( DeviceSecretDisable = iota // 不可用 DeviceSecretEnable // 可用 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DeviceSecret ¶ added in v0.1.3
type DeviceSecret struct { Pk Username string `orm:"column(username);unique"` Password string `orm:"column(password)"` TableChangeInfo }
type TableChangeInfo ¶
Click to show internal directories.
Click to hide internal directories.