Documentation
¶
Index ¶
- Constants
- func InitiateProcessToAutoReturnGiftCard(ctx context.Context, data code_data.Provider, ...) error
- func InitiateProcessToCleanupGiftCardAutoReturn(ctx context.Context, data code_data.Provider, ...) error
- func MarkAutoReturnCheckComplete(ctx context.Context, data code_data.Provider, record *account.Record) error
- func New(data code_data.Provider, configProvider ConfigProvider) async.Service
- type ConfigProvider
Constants ¶
View Source
const (
AirdropperOwnerPublicKeyEnvName = envConfigPrefix + "AIRDROPPER_OWNER_PUBLIC_KEY"
)
View Source
const (
GiftCardExpiry = 7 * 24 * time.Hour
)
Variables ¶
This section is empty.
Functions ¶
func InitiateProcessToAutoReturnGiftCard ¶
func InitiateProcessToAutoReturnGiftCard(ctx context.Context, data code_data.Provider, giftCardVaultAccount *common.Account, isVoidedByUser bool, balanceLock *balance.OptimisticVersionLock) error
Note: This is the first instance of handling a conditional action, and could be a good guide for similar actions in the future.
todo: This probably belongs somewhere more common
func InitiateProcessToCleanupGiftCardAutoReturn ¶
func InitiateProcessToCleanupGiftCardAutoReturn(ctx context.Context, data code_data.Provider, giftCardVaultAccount *common.Account) error
todo: This probably belongs somewhere more common
Types ¶
type ConfigProvider ¶
type ConfigProvider func() *conf
ConfigProvider defines how config values are pulled
func WithEnvConfigs ¶
func WithEnvConfigs() ConfigProvider
WithEnvConfigs returns configuration pulled from environment variables
Click to show internal directories.
Click to hide internal directories.