Documentation
¶
Overview ¶
Package types provides the types that are used internally within the roomserver.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventStateKeyNID ¶
type EventStateKeyNID int64
EventStateKeyNID is a numeric ID for an event state_key.
type MembershipState ¶
type MembershipState int64
const ( MembershipStateLeaveOrBan MembershipState = 1 MembershipStateInvite MembershipState = 2 MembershipStateJoin MembershipState = 3 MembershipStateBan MembershipState = 4 MembershipStateUnban MembershipState = 5 )
type TransactionID ¶
Click to show internal directories.
Click to hide internal directories.