Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ProgramVersion string
Functions ¶
This section is empty.
Types ¶
type Dispatcher ¶
type Dispatcher struct {
// contains filtered or unexported fields
}
func NewDispatcher ¶
func NewDispatcher(logPar logs.Logger, authPar types.Auth) (retVal *Dispatcher)
func (Dispatcher) CheckAuth ¶
func (this Dispatcher) CheckAuth(userName string) (retVal types.Settings, err error)
func (Dispatcher) Dispatch ¶
func (this Dispatcher) Dispatch(bot telegram.TelegramBot, cmd types.TGCommand) (err error)
Click to show internal directories.
Click to hide internal directories.