manager

package
v0.0.0-...-68a21f0 Latest Latest
Warning

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

Go to latest
Published: Dec 11, 2023 License: AGPL-3.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ConfigureKeyboardCallbackManagerService

func ConfigureKeyboardCallbackManagerService(app *app.App)

Types

type Repository

type Repository interface {
	EditDialog(context.Context, *entities.Dialog) error
	GetDialogByTalkerID(context.Context, int64) (*entities.Dialog, error)

	GetProducts(context.Context) ([]entities.Product, error)
	GetCategories(context.Context) ([]entities.Category, error)
	GetAllRepairs(context.Context) ([]entities.Repair, error)
	GetReservations(context.Context) ([]entities.ReservationWithAdditionalData, error)
}

Jump to

Keyboard shortcuts

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