type github.com/gotd/td/internal/mt.ResPQ
22 uses
github.com/gotd/td/internal/mt (current package)
tl_registry_gen.go#L139: ResPQTypeID: func() bin.Object { return &ResPQ{} },
tl_res_p_q_gen.go#L35: type ResPQ struct {
tl_res_p_q_gen.go#L51: _ bin.Encoder = &ResPQ{}
tl_res_p_q_gen.go#L52: _ bin.Decoder = &ResPQ{}
tl_res_p_q_gen.go#L53: _ bin.BareEncoder = &ResPQ{}
tl_res_p_q_gen.go#L54: _ bin.BareDecoder = &ResPQ{}
tl_res_p_q_gen.go#L57: func (r *ResPQ) Zero() bool {
tl_res_p_q_gen.go#L78: func (r *ResPQ) String() string {
tl_res_p_q_gen.go#L82: type Alias ResPQ
tl_res_p_q_gen.go#L89: func (*ResPQ) TypeID() uint32 {
tl_res_p_q_gen.go#L94: func (*ResPQ) TypeName() string {
tl_res_p_q_gen.go#L99: func (r *ResPQ) TypeInfo() tdp.Type {
tl_res_p_q_gen.go#L130: func (r *ResPQ) Encode(b *bin.Buffer) error {
tl_res_p_q_gen.go#L139: func (r *ResPQ) EncodeBare(b *bin.Buffer) error {
tl_res_p_q_gen.go#L154: func (r *ResPQ) Decode(b *bin.Buffer) error {
tl_res_p_q_gen.go#L165: func (r *ResPQ) DecodeBare(b *bin.Buffer) error {
tl_res_p_q_gen.go#L211: func (r *ResPQ) GetNonce() (value bin.Int128) {
tl_res_p_q_gen.go#L219: func (r *ResPQ) GetServerNonce() (value bin.Int128) {
tl_res_p_q_gen.go#L227: func (r *ResPQ) GetPq() (value []byte) {
tl_res_p_q_gen.go#L235: func (r *ResPQ) GetServerPublicKeyFingerprints() (value []int64) {
github.com/gotd/td/internal/exchange
client_flow.go#L33: var res mt.ResPQ
server_flow.go#L127: if err := s.writeUnencrypted(ctx, b, &mt.ResPQ{
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |