github.com/gotd/td/internal/mt.ResPQ.ServerPublicKeyFingerprints (field)
10 uses
github.com/gotd/td/internal/mt (current package)
tl_res_p_q_gen.go#L43: ServerPublicKeyFingerprints []int64
tl_res_p_q_gen.go#L70: if !(r.ServerPublicKeyFingerprints == nil) {
tl_res_p_q_gen.go#L146: b.PutVectorHeader(len(r.ServerPublicKeyFingerprints))
tl_res_p_q_gen.go#L147: for _, v := range r.ServerPublicKeyFingerprints {
tl_res_p_q_gen.go#L197: r.ServerPublicKeyFingerprints = make([]int64, 0, headerLen%bin.PreallocateLimit)
tl_res_p_q_gen.go#L204: r.ServerPublicKeyFingerprints = append(r.ServerPublicKeyFingerprints, value)
tl_res_p_q_gen.go#L239: return r.ServerPublicKeyFingerprints
github.com/gotd/td/internal/exchange
client_flow.go#L49: for _, fingerprint := range res.ServerPublicKeyFingerprints {
server_flow.go#L131: ServerPublicKeyFingerprints: []int64{
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. |