package
Version:
v0.0.0-...-601de37
Opens a new window with list of versions in this module.
Published: Mar 14, 2023
License: AGPL-3.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
type RoomMember struct {
User
Roles []*UserRole `pg:"rel:has-many,join_fk:user_id"`
}
type User struct {
Id UserId
Username string
Avatar null.String
Provider string
AccessToken null.String
RefreshToken null.String
ExternalUserID null.String
Discriminator null.String `pg:"-"`
LastModified time.Time `pg:"default:now()"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.