botsdal

package
v0.26.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 12, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateBotUserRecord added in v0.24.0

func CreateBotUserRecord(
	ctx context.Context,
	tx dal.ReadwriteTransaction,
	platformID, botID, botUserID string,
	botUserData botsfwmodels.BotUserData,
) (err error)

CreateBotUserRecord creates bot user record in database

func GetBotChat

func GetBotChat(
	ctx context.Context,
	tx dal.ReadSession,
	platformID, botID, chatID string,
	newData func() botsfwmodels.BotChatData,
) (chat record.DataWithID[string, botsfwmodels.BotChatData], err error)

func GetBotUser

func GetBotUser(
	ctx context.Context,
	tx dal.ReadSession,
	platformID, botID, botUserID string,
	newData func() botsfwmodels.BotUserData,
) (botUser record.DataWithID[string, botsfwmodels.BotUserData], err error)

GetBotUser loads bot user data

func NewBotChatKey

func NewBotChatKey(platformID, botID, chatID string) *dal.Key

func NewBotKey

func NewBotKey(platformID, botID string) *dal.Key

NewBotKey creates a dalgo key to specific bot record

func NewBotUserKey

func NewBotUserKey(platformID, botID, botUserID string) *dal.Key

NewBotUserKey creates a dalgo key to specific bot user record

func NewPlatformKey

func NewPlatformKey(platform string) *dal.Key

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL