service

package
v0.0.0-...-3a05e6f Latest Latest
Warning

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

Go to latest
Published: Dec 29, 2023 License: MIT Imports: 11 Imported by: 0

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.

Jump to

Keyboard shortcuts

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