package
Version:
v0.0.0-...-c196328
Opens a new window with list of versions in this module.
Published: May 24, 2021
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 Metadata struct {
ID uint `gorm:"primaryKey" json:"id"`
Type string `gorm:"unique;type:varchar(255)" json:"type"`
Value string `json:"value"`
CreatedAt time.Time `json:"createdAt"`
UpdatedAt time.Time `json:"updatedAt"`
DeletedAt gorm.DeletedAt `gorm:"index" json:"deletedAt"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.