Documentation ¶
Index ¶
- Variables
- type ADNL
- type Answer
- type Complete
- type CompleteV2
- type Confirm
- type ConfirmV2
- type FECOnline
- type FECRaptorQ
- type FECRoundRobin
- type Message
- type MessagePart
- type MessagePartV2
- type Query
- type RLDP
- func (r *RLDP) Close()
- func (r *RLDP) DoQuery(ctx context.Context, maxAnswerSize int64, query, result tl.Serializable) error
- func (r *RLDP) SendAnswer(ctx context.Context, maxAnswerSize int64, queryId, toTransferId []byte, ...) error
- func (r *RLDP) SetOnDisconnect(handler func())
- func (r *RLDP) SetOnQuery(handler func(transferId []byte, query *Query) error)
Constants ¶
This section is empty.
Variables ¶
View Source
var Logger = func(a ...any) {}
Functions ¶
This section is empty.
Types ¶
type CompleteV2 ¶
type FECRaptorQ ¶
type FECRoundRobin ¶
type MessagePart ¶
type MessagePartV2 ¶
type RLDP ¶
type RLDP struct {
// contains filtered or unexported fields
}
func NewClientV2 ¶
func (*RLDP) SendAnswer ¶
func (*RLDP) SetOnDisconnect ¶
func (r *RLDP) SetOnDisconnect(handler func())
Click to show internal directories.
Click to hide internal directories.