Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BounceAPI ¶
type BounceAPI struct { }
func StartHeadless ¶
func (BounceAPI) NewFriendIntroduction ¶
func (bapi BounceAPI) NewFriendIntroduction(friend_request *events.FriendRequest)
func (BounceAPI) ReceivedChatMessage ¶
func (bapi BounceAPI) ReceivedChatMessage(chat_message models.ThreadChatMessage)
func (BounceAPI) SendChatMessage ¶
func (bapi BounceAPI) SendChatMessage(chat_message models.ThreadChatMessage)
type Config ¶
type Config struct { DatabaseFile string NetworkMode replicator.NetworkMode }
Click to show internal directories.
Click to hide internal directories.