Documentation
¶
Index ¶
Constants ¶
View Source
const (
MaxAlbumSize = 10
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AdminHandler ¶
type AdminHandler struct {
// contains filtered or unexported fields
}
func NewAdminHandler ¶
func NewAdminHandler(cli *telegram.Client, sm *streaming.Manager) *AdminHandler
func (*AdminHandler) HandleStats ¶
type BasicHandler ¶
type BasicHandler struct {
// contains filtered or unexported fields
}
func NewBasicHandler ¶
func NewBasicHandler(cli *telegram.Client) *BasicHandler
func (*BasicHandler) HandleHelp ¶
func (*BasicHandler) HandleStart ¶
func (*BasicHandler) HandleUnknown ¶
type DownloadHandler ¶
type DownloadHandler struct {
// contains filtered or unexported fields
}
func NewDownloadHandler ¶
func NewDownloadHandler(sm *streaming.Manager, cli *telegram.Client) *DownloadHandler
type SpeedtestHandler ¶
type SpeedtestHandler struct {
// contains filtered or unexported fields
}
func NewSpeedtestHandler ¶
func NewSpeedtestHandler(cli *telegram.Client) *SpeedtestHandler
Click to show internal directories.
Click to hide internal directories.