package
Version:
v0.0.0-...-d77c644
Opens a new window with list of versions in this module.
Published: Apr 25, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Model struct {
ID string `gorm:"column:id;primary_key;size:36;"`
UserID string `gorm:"column:user_id;size:36;index;default:'';not null;"`
RoleID string `gorm:"column:role_id;size:36;index;default:'';not null;"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.