Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Notify ¶
type Notify struct {
AtClient *africastalking.AtClient
AtShortCode string
CeloProvider *celoutils.Provider
DisablePush bool
GraphQLClient graphql.Client
Logg logf.Logger
RedisClient *redis.Client
Store store.Store
TaskerClient *tasker.TaskerClient
TgClient *tgbotapi.BotAPI
Timezone string
Templates *locale.Templates
}
type Opts ¶
type Opts struct {
AtApiKey string
AtUsername string
AtSandbox bool
AtShortCode string
CeloProvider *celoutils.Provider
DisablePush bool
HasuraAdminSecret string
HasuraEndpoint string
Logg logf.Logger
RedisClient *redis.Client
Store store.Store
TaskerClient *tasker.TaskerClient
TgBotToken string
Timezone string
}
Click to show internal directories.
Click to hide internal directories.