package
Version:
v0.0.3
Opens a new window with list of versions in this module.
Published: Aug 26, 2022
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 7
Opens a new window with list of known importers.
Documentation
¶
type Property struct {
Key string `gorm:"size:64;PRIMARY_KEY"`
Value property.Value `gorm:"type:varchar(256)"`
UpdatedAt time.Time `gorm:"precision:6"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.