Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SpendeeService ¶
type SpendeeService interface { Request(ctx context.Context, userID int, chatID int64) error Processor(ctx context.Context, userID int, input string) error }
SpendeeService is an interface for managing Spendee-related actions.
func NewSpendeeService ¶
func NewSpendeeService(botRepo *repository.BotRepository, gsheetRepo *repository.GSheetRepository, notificationClient *notification.NotificationClient) SpendeeService
NewSpendeeService creates a new SpendeeService using the provided bot repository.
Click to show internal directories.
Click to hide internal directories.