type github.com/gotd/td/tg.InputCheckPasswordSRPArray
12 uses
github.com/gotd/td/tg (current package)
tl_input_check_password_srp_slices_gen.go#L120: func (s InputCheckPasswordSRPClassArray) AsInputCheckPasswordSRP() (to InputCheckPasswordSRPArray) {
tl_input_check_password_srp_slices_gen.go#L188: type InputCheckPasswordSRPArray []InputCheckPasswordSRP
tl_input_check_password_srp_slices_gen.go#L191: func (s InputCheckPasswordSRPArray) Sort(less func(a, b InputCheckPasswordSRP) bool) InputCheckPasswordSRPArray {
tl_input_check_password_srp_slices_gen.go#L199: func (s InputCheckPasswordSRPArray) SortStable(less func(a, b InputCheckPasswordSRP) bool) InputCheckPasswordSRPArray {
tl_input_check_password_srp_slices_gen.go#L207: func (s InputCheckPasswordSRPArray) Retain(keep func(x InputCheckPasswordSRP) bool) InputCheckPasswordSRPArray {
tl_input_check_password_srp_slices_gen.go#L221: func (s InputCheckPasswordSRPArray) First() (v InputCheckPasswordSRP, ok bool) {
tl_input_check_password_srp_slices_gen.go#L229: func (s InputCheckPasswordSRPArray) Last() (v InputCheckPasswordSRP, ok bool) {
tl_input_check_password_srp_slices_gen.go#L237: func (s *InputCheckPasswordSRPArray) PopFirst() (v InputCheckPasswordSRP, ok bool) {
tl_input_check_password_srp_slices_gen.go#L256: func (s *InputCheckPasswordSRPArray) Pop() (v InputCheckPasswordSRP, ok bool) {
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. |