Documentation
¶
Index ¶
Constants ¶
View Source
const Version = "0.0.0"
Version of module that is supposed to be changed by CI/CD
Variables ¶
This section is empty.
Functions ¶
func NewDataAccess ¶ added in v0.0.7
func NewDataAccess( platform string, getDb DbProvider, recordsMaker botsfwmodels.BotRecordsMaker, ) botsfwdal.DataAccess
Types ¶
type BotUserCreator ¶
type BotUserCreator func(c context.Context, botID string, apiUser botsfw.WebhookActor) (botsfwmodels.BotUserData, error)
Click to show internal directories.
Click to hide internal directories.