Versions in this module Expand all Collapse all v0 v0.1.1 Feb 5, 2026 v0.1.0 Oct 10, 2025 Changes in this version + func InitRoutes(svcCtx *svc.ServiceContext, botApi *tgbotapi.BotAPI, router *pathrouter.Router) + type PositionHomeHandler struct + func NewPositionHomeHandler(svcCtx *svc.ServiceContext, botApi *tgbotapi.BotAPI) *PositionHomeHandler + func (h *PositionHomeHandler) AddRouter(router *pathrouter.Router) + func (h PositionHomeHandler) FormatPath(page int) string + type SellAllHandler struct + func NewSellAllHandler(svcCtx *svc.ServiceContext, botApi *tgbotapi.BotAPI) *SellAllHandler + func (h *SellAllHandler) AddRouter(router *pathrouter.Router) + func (h SellAllHandler) FormatPath() string