type github.com/gotd/td/tg.EmailVerificationGoogleArray
12 uses
github.com/gotd/td/tg (current package)
tl_email_verification_slices_gen.go#L133: func (s EmailVerificationClassArray) AsEmailVerificationGoogle() (to EmailVerificationGoogleArray) {
tl_email_verification_slices_gen.go#L241: type EmailVerificationGoogleArray []EmailVerificationGoogle
tl_email_verification_slices_gen.go#L244: func (s EmailVerificationGoogleArray) Sort(less func(a, b EmailVerificationGoogle) bool) EmailVerificationGoogleArray {
tl_email_verification_slices_gen.go#L252: func (s EmailVerificationGoogleArray) SortStable(less func(a, b EmailVerificationGoogle) bool) EmailVerificationGoogleArray {
tl_email_verification_slices_gen.go#L260: func (s EmailVerificationGoogleArray) Retain(keep func(x EmailVerificationGoogle) bool) EmailVerificationGoogleArray {
tl_email_verification_slices_gen.go#L274: func (s EmailVerificationGoogleArray) First() (v EmailVerificationGoogle, ok bool) {
tl_email_verification_slices_gen.go#L282: func (s EmailVerificationGoogleArray) Last() (v EmailVerificationGoogle, ok bool) {
tl_email_verification_slices_gen.go#L290: func (s *EmailVerificationGoogleArray) PopFirst() (v EmailVerificationGoogle, ok bool) {
tl_email_verification_slices_gen.go#L309: func (s *EmailVerificationGoogleArray) Pop() (v EmailVerificationGoogle, 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. |