package
Version:
v0.4.1
Opens a new window with list of versions in this module.
Published: Jun 5, 2024
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Device struct {
ID uint64 `gorm:"primarykey"`
CreatedAt time.Time `gorm:"autoCreateTime"`
UpdatedAt time.Time `gorm:"autoUpdateTime"`
DeletedAt gorm.DeletedAt `gorm:"index"`
Mac string `gorm:"not null;uniqueIndex;type:char(17)"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.