github.com/gotd/td/tg.SecureValueVector.Elems (field)
13 uses
github.com/gotd/td/tg (current package)
tl_account_get_all_secure_values_gen.go#L150: return []SecureValue(result.Elems), nil
tl_account_get_secure_value_gen.go#L208: return []SecureValue(result.Elems), nil
tl_secure_value_vector_gen.go#L37: Elems []SecureValue
tl_secure_value_vector_gen.go#L55: if !(vec.Elems == nil) {
tl_secure_value_vector_gen.go#L75: vec.Elems = from.GetElems()
tl_secure_value_vector_gen.go#L123: b.PutVectorHeader(len(vec.Elems))
tl_secure_value_vector_gen.go#L124: for idx, v := range vec.Elems {
tl_secure_value_vector_gen.go#L153: vec.Elems = make([]SecureValue, 0, headerLen%bin.PreallocateLimit)
tl_secure_value_vector_gen.go#L160: vec.Elems = append(vec.Elems, value)
tl_secure_value_vector_gen.go#L171: return vec.Elems
tl_server_gen.go#L1039: return &SecureValueVector{Elems: response}, nil
tl_server_gen.go#L1056: return &SecureValueVector{Elems: response}, nil
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. |