Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OrdersInterface ¶
type OrdersInterface interface { Init() GetAllOrders() ([]dbmapping.Order, bool) GetOrderByID(orderID int) (dbmapping.Order, bool) ListAllOrders(update *tgbotapi.Update) string SendOrder(update *tgbotapi.Update) string }
OrdersInterface implements Orders for importing via appcontext.
Click to show internal directories.
Click to hide internal directories.