package
Version:
v0.0.0-...-3fb8480
Opens a new window with list of versions in this module.
Published: Dec 29, 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;"`
RoleID string `gorm:"column:role_id;size:36;index;default:'';not null;"`
ActionID string `gorm:"column:action_id;size:36;index;default:'';not null;"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.