botsdal

package
v0.40.4 Latest Latest
Warning

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

Go to latest
Published: Nov 24, 2024 License: Apache-2.0 Imports: 6 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreatePlatformUserRecord

func CreatePlatformUserRecord(
	ctx context.Context,
	tx dal.ReadwriteTransaction,
	platformID, botUserID string,
	platformUserData botsfwmodels.PlatformUserData,
) (err error)

CreatePlatformUserRecord 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)

GetBotChat returns bot chat Deprecated: use

func GetPlatformUser

func GetPlatformUser(
	ctx context.Context,
	tx dal.ReadSession,
	platformID, botUserID string,
	platformUserData botsfwmodels.PlatformUserData,
) (botUser record.DataWithID[string, botsfwmodels.PlatformUserData], err error)

GetPlatformUser 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 NewPlatformKey

func NewPlatformKey(platform string) *dal.Key

func NewPlatformUserKey

func NewPlatformUserKey(platformID, botUserID string) *dal.Key

NewPlatformUserKey creates a dalgo key to specific bot user record

Types

type AppUserDal

type AppUserDal interface {

	// CreateAppUserFromBotUser creates app user record using bot user data
	CreateAppUserFromBotUser(ctx context.Context, tx dal.ReadwriteTransaction, bot Bot) (
		appUser record.DataWithID[string, botsfwmodels.AppUserData],
		botUser record.DataWithID[string, botsfwmodels.PlatformUserData],
		err error,
	)
}

type Bot added in v0.36.0

type Bot struct {
	Platform botsfwconst.Platform
	ID       string
	User     botinput.WebhookUser
}

Jump to

Keyboard shortcuts

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