Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OrganizationAuthority ¶
type OrganizationAuthority struct {
domain.AuditingEnabled
Authority
OrganizationId string `gorm:"column:organization_id;primaryKey" json:"organizationId"`
}
func (*OrganizationAuthority) TableName ¶
func (*OrganizationAuthority) TableName() string
type RoleAuthority ¶
type RoleAuthority struct {
domain.AuditingEnabled
Authority
RoleId string `gorm:"column:role_id;primaryKey" json:"roleId"`
}
func (*RoleAuthority) TableName ¶
func (*RoleAuthority) TableName() string
type UserAuthority ¶
type UserAuthority struct {
domain.AuditingEnabled
Authority
UserId string `gorm:"column:user_id;primaryKey" json:"userId"`
}
func (*UserAuthority) TableName ¶
func (*UserAuthority) TableName() string
Click to show internal directories.
Click to hide internal directories.