Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitRoutes ¶
func InitRoutes(svcCtx *svc.ServiceContext, botApi *tgbotapi.BotAPI, router *pathrouter.Router)
Types ¶
type PositionHomeHandler ¶
type PositionHomeHandler struct {
// contains filtered or unexported fields
}
func NewPositionHomeHandler ¶
func NewPositionHomeHandler(svcCtx *svc.ServiceContext, botApi *tgbotapi.BotAPI) *PositionHomeHandler
func (*PositionHomeHandler) AddRouter ¶
func (h *PositionHomeHandler) AddRouter(router *pathrouter.Router)
func (PositionHomeHandler) FormatPath ¶
func (h PositionHomeHandler) FormatPath(page int) string
type SellAllHandler ¶
type SellAllHandler struct {
// contains filtered or unexported fields
}
func NewSellAllHandler ¶
func NewSellAllHandler(svcCtx *svc.ServiceContext, botApi *tgbotapi.BotAPI) *SellAllHandler
func (*SellAllHandler) AddRouter ¶
func (h *SellAllHandler) AddRouter(router *pathrouter.Router)
func (SellAllHandler) FormatPath ¶
func (h SellAllHandler) FormatPath() string
Click to show internal directories.
Click to hide internal directories.