Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Message = newMessageTable("public", "message", "")
View Source
var Presence = newPresenceTable("public", "presence", "")
Functions ¶
Types ¶
type MessageTable ¶
type MessageTable struct { EXCLUDED messageTable // contains filtered or unexported fields }
func (MessageTable) AS ¶
func (a MessageTable) AS(alias string) *MessageTable
AS creates new MessageTable with assigned alias
func (MessageTable) FromSchema ¶
func (a MessageTable) FromSchema(schemaName string) *MessageTable
Schema creates new MessageTable with assigned schema name
func (MessageTable) WithPrefix ¶
func (a MessageTable) WithPrefix(prefix string) *MessageTable
WithPrefix creates new MessageTable with assigned table prefix
func (MessageTable) WithSuffix ¶
func (a MessageTable) WithSuffix(suffix string) *MessageTable
WithSuffix creates new MessageTable with assigned table suffix
type PresenceTable ¶
type PresenceTable struct { EXCLUDED presenceTable // contains filtered or unexported fields }
func (PresenceTable) AS ¶
func (a PresenceTable) AS(alias string) *PresenceTable
AS creates new PresenceTable with assigned alias
func (PresenceTable) FromSchema ¶
func (a PresenceTable) FromSchema(schemaName string) *PresenceTable
Schema creates new PresenceTable with assigned schema name
func (PresenceTable) WithPrefix ¶
func (a PresenceTable) WithPrefix(prefix string) *PresenceTable
WithPrefix creates new PresenceTable with assigned table prefix
func (PresenceTable) WithSuffix ¶
func (a PresenceTable) WithSuffix(suffix string) *PresenceTable
WithSuffix creates new PresenceTable with assigned table suffix
Click to show internal directories.
Click to hide internal directories.