Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChatContext ¶
type ChatContext struct { InboxSource types.InboxSource // source of remote inbox entries for chat ConvSource types.ConversationSource // source of remote message bodies for chat MessageDeliverer types.MessageDeliverer // background message delivery service ServerCacheVersions types.ServerCacheVersions // server side versions for chat caches Syncer types.Syncer // For syncing inbox with server FetchRetrier types.FetchRetrier // For retrying failed fetch requests ConvLoader types.ConvLoader // background conversation loader PushHandler types.PushHandler // for handling push notifications from chat server }
type ChatContextified ¶
type ChatContextified struct {
// contains filtered or unexported fields
}
func NewChatContextified ¶
func NewChatContextified(gc *ChatContext) ChatContextified
func (ChatContextified) ChatG ¶
func (c ChatContextified) ChatG() *ChatContext
type Context ¶
type Context struct { *libkb.GlobalContext *ChatContext }
func NewContext ¶
func NewContext(g *libkb.GlobalContext, c *ChatContext) *Context
func (*Context) ExternalG ¶
func (c *Context) ExternalG() *libkb.GlobalContext
type Contextified ¶
type Contextified struct {
// contains filtered or unexported fields
}
func NewContextified ¶
func NewContextified(gc *Context) Contextified
func (Contextified) G ¶
func (c Contextified) G() *Context
Click to show internal directories.
Click to hide internal directories.