type github.com/gotd/td/tg.PhoneConnection
47 uses
github.com/gotd/td/tg (current package)
tl_phone_connection_gen.go#L38: type PhoneConnection struct {
tl_phone_connection_gen.go#L62: func (p PhoneConnection) construct() PhoneConnectionClass { return &p }
tl_phone_connection_gen.go#L66: _ bin.Encoder = &PhoneConnection{}
tl_phone_connection_gen.go#L67: _ bin.Decoder = &PhoneConnection{}
tl_phone_connection_gen.go#L68: _ bin.BareEncoder = &PhoneConnection{}
tl_phone_connection_gen.go#L69: _ bin.BareDecoder = &PhoneConnection{}
tl_phone_connection_gen.go#L71: _ PhoneConnectionClass = &PhoneConnection{}
tl_phone_connection_gen.go#L74: func (p *PhoneConnection) Zero() bool {
tl_phone_connection_gen.go#L104: func (p *PhoneConnection) String() string {
tl_phone_connection_gen.go#L108: type Alias PhoneConnection
tl_phone_connection_gen.go#L113: func (p *PhoneConnection) FillFrom(from interface {
tl_phone_connection_gen.go#L132: func (*PhoneConnection) TypeID() uint32 {
tl_phone_connection_gen.go#L137: func (*PhoneConnection) TypeName() string {
tl_phone_connection_gen.go#L142: func (p *PhoneConnection) TypeInfo() tdp.Type {
tl_phone_connection_gen.go#L182: func (p *PhoneConnection) SetFlags() {
tl_phone_connection_gen.go#L189: func (p *PhoneConnection) Encode(b *bin.Buffer) error {
tl_phone_connection_gen.go#L198: func (p *PhoneConnection) EncodeBare(b *bin.Buffer) error {
tl_phone_connection_gen.go#L215: func (p *PhoneConnection) Decode(b *bin.Buffer) error {
tl_phone_connection_gen.go#L226: func (p *PhoneConnection) DecodeBare(b *bin.Buffer) error {
tl_phone_connection_gen.go#L275: func (p *PhoneConnection) SetTCP(value bool) {
tl_phone_connection_gen.go#L286: func (p *PhoneConnection) GetTCP() (value bool) {
tl_phone_connection_gen.go#L294: func (p *PhoneConnection) GetID() (value int64) {
tl_phone_connection_gen.go#L302: func (p *PhoneConnection) GetIP() (value string) {
tl_phone_connection_gen.go#L310: func (p *PhoneConnection) GetIpv6() (value string) {
tl_phone_connection_gen.go#L318: func (p *PhoneConnection) GetPort() (value int) {
tl_phone_connection_gen.go#L326: func (p *PhoneConnection) GetPeerTag() (value []byte) {
tl_phone_connection_gen.go#L752: v := PhoneConnection{}
tl_phone_connection_slices_gen.go#L134: func (s PhoneConnectionClassArray) FillPhoneConnectionMap(to map[int64]*PhoneConnection) {
tl_phone_connection_slices_gen.go#L136: value, ok := elem.(*PhoneConnection)
tl_phone_connection_slices_gen.go#L145: func (s PhoneConnectionClassArray) PhoneConnectionToMap() map[int64]*PhoneConnection {
tl_phone_connection_slices_gen.go#L146: r := make(map[int64]*PhoneConnection, len(s))
tl_phone_connection_slices_gen.go#L154: value, ok := elem.(*PhoneConnection)
tl_phone_connection_slices_gen.go#L196: type PhoneConnectionArray []PhoneConnection
tl_phone_connection_slices_gen.go#L199: func (s PhoneConnectionArray) Sort(less func(a, b PhoneConnection) bool) PhoneConnectionArray {
tl_phone_connection_slices_gen.go#L207: func (s PhoneConnectionArray) SortStable(less func(a, b PhoneConnection) bool) PhoneConnectionArray {
tl_phone_connection_slices_gen.go#L215: func (s PhoneConnectionArray) Retain(keep func(x PhoneConnection) bool) PhoneConnectionArray {
tl_phone_connection_slices_gen.go#L229: func (s PhoneConnectionArray) First() (v PhoneConnection, ok bool) {
tl_phone_connection_slices_gen.go#L237: func (s PhoneConnectionArray) Last() (v PhoneConnection, ok bool) {
tl_phone_connection_slices_gen.go#L245: func (s *PhoneConnectionArray) PopFirst() (v PhoneConnection, ok bool) {
tl_phone_connection_slices_gen.go#L255: var zero PhoneConnection
tl_phone_connection_slices_gen.go#L264: func (s *PhoneConnectionArray) Pop() (v PhoneConnection, ok bool) {
tl_phone_connection_slices_gen.go#L279: return s.Sort(func(a, b PhoneConnection) bool {
tl_phone_connection_slices_gen.go#L286: return s.SortStable(func(a, b PhoneConnection) bool {
tl_phone_connection_slices_gen.go#L292: func (s PhoneConnectionArray) FillMap(to map[int64]PhoneConnection) {
tl_phone_connection_slices_gen.go#L299: func (s PhoneConnectionArray) ToMap() map[int64]PhoneConnection {
tl_phone_connection_slices_gen.go#L300: r := make(map[int64]PhoneConnection, len(s))
tl_registry_gen.go#L4339: PhoneConnectionTypeID: func() bin.Object { return &PhoneConnection{} },
|
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. |