Documentation ¶
Index ¶
Constants ¶
View Source
const ( LoginTypeDummy = "m.login.dummy" LoginTypeRecaptcha = "m.login.recaptcha" LoginTypePassword = "m.login.password" LoginTypeApplicationService = "m.login.application_service" )
The relevant login types implemented in Ligase
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Account ¶
type Account struct { UserID string ServerName gomatrixserverlib.ServerName Profile *Profile AppServiceID string }
Account represents a Matrix account on this home server.
type AccountDataCacheData ¶
type Device ¶
type Device struct { ID string `json:"id,omitempty"` UserID string `json:"user_id,omitempty"` DisplayName string `json:"display_name,omitempty"` DeviceType string `json:"device_type,omitempty"` IsHuman bool `json:"is_human,omitempty"` Identifier string `json:"identifier,omitempty"` CreateTs int64 `json:"create_ts,omitempty"` LastActiveTs int64 `json:"last_active_ts,omitempty"` }
Device represents a client's device (mobile, web, etc)
type RoomTagCacheData ¶
Click to show internal directories.
Click to hide internal directories.