Documentation ¶
Overview ¶
Package config contains config service implementation for tgtest server.
Index ¶
- type Service
- func (c *Service) HelpGetCDNConfig(ctx context.Context, req *tg.HelpGetCDNConfigRequest) (*tg.CDNConfig, error)
- func (c *Service) HelpGetConfig(ctx context.Context, dc int, req *tg.HelpGetConfigRequest) (*tg.Config, error)
- func (c *Service) OnMessage(server *tgtest.Server, req *tgtest.Request) error
- func (c *Service) Register(dispatcher *tgtest.Dispatcher)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
Service is a Telegram config service.
func NewService ¶
NewService creates new Service.
func (*Service) HelpGetCDNConfig ¶
func (*Service) HelpGetConfig ¶
func (*Service) Register ¶
func (c *Service) Register(dispatcher *tgtest.Dispatcher)
Register registers service handlers.
Click to show internal directories.
Click to hide internal directories.