waWa5

package
v1.0.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 15, 2024 License: MPL-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ClientPayload_Product_name = map[int32]string{
		0: "WHATSAPP",
		1: "MESSENGER",
	}
	ClientPayload_Product_value = map[string]int32{
		"WHATSAPP":  0,
		"MESSENGER": 1,
	}
)

Enum value maps for ClientPayload_Product.

View Source
var (
	ClientPayload_ConnectType_name = map[int32]string{
		0:   "CELLULAR_UNKNOWN",
		1:   "WIFI_UNKNOWN",
		100: "CELLULAR_EDGE",
		101: "CELLULAR_IDEN",
		102: "CELLULAR_UMTS",
		103: "CELLULAR_EVDO",
		104: "CELLULAR_GPRS",
		105: "CELLULAR_HSDPA",
		106: "CELLULAR_HSUPA",
		107: "CELLULAR_HSPA",
		108: "CELLULAR_CDMA",
		109: "CELLULAR_1XRTT",
		110: "CELLULAR_EHRPD",
		111: "CELLULAR_LTE",
		112: "CELLULAR_HSPAP",
	}
	ClientPayload_ConnectType_value = map[string]int32{
		"CELLULAR_UNKNOWN": 0,
		"WIFI_UNKNOWN":     1,
		"CELLULAR_EDGE":    100,
		"CELLULAR_IDEN":    101,
		"CELLULAR_UMTS":    102,
		"CELLULAR_EVDO":    103,
		"CELLULAR_GPRS":    104,
		"CELLULAR_HSDPA":   105,
		"CELLULAR_HSUPA":   106,
		"CELLULAR_HSPA":    107,
		"CELLULAR_CDMA":    108,
		"CELLULAR_1XRTT":   109,
		"CELLULAR_EHRPD":   110,
		"CELLULAR_LTE":     111,
		"CELLULAR_HSPAP":   112,
	}
)

Enum value maps for ClientPayload_ConnectType.

View Source
var (
	ClientPayload_ConnectReason_name = map[int32]string{
		0: "PUSH",
		1: "USER_ACTIVATED",
		2: "SCHEDULED",
		3: "ERROR_RECONNECT",
		4: "NETWORK_SWITCH",
		5: "PING_RECONNECT",
		6: "UNKNOWN",
	}
	ClientPayload_ConnectReason_value = map[string]int32{
		"PUSH":            0,
		"USER_ACTIVATED":  1,
		"SCHEDULED":       2,
		"ERROR_RECONNECT": 3,
		"NETWORK_SWITCH":  4,
		"PING_RECONNECT":  5,
		"UNKNOWN":         6,
	}
)

Enum value maps for ClientPayload_ConnectReason.

View Source
var (
	ClientPayload_IOSAppExtension_name = map[int32]string{
		0: "SHARE_EXTENSION",
		1: "SERVICE_EXTENSION",
		2: "INTENTS_EXTENSION",
	}
	ClientPayload_IOSAppExtension_value = map[string]int32{
		"SHARE_EXTENSION":   0,
		"SERVICE_EXTENSION": 1,
		"INTENTS_EXTENSION": 2,
	}
)

Enum value maps for ClientPayload_IOSAppExtension.

View Source
var (
	ClientPayload_DNSSource_DNSResolutionMethod_name = map[int32]string{
		0: "SYSTEM",
		1: "GOOGLE",
		2: "HARDCODED",
		3: "OVERRIDE",
		4: "FALLBACK",
	}
	ClientPayload_DNSSource_DNSResolutionMethod_value = map[string]int32{
		"SYSTEM":    0,
		"GOOGLE":    1,
		"HARDCODED": 2,
		"OVERRIDE":  3,
		"FALLBACK":  4,
	}
)

Enum value maps for ClientPayload_DNSSource_DNSResolutionMethod.

View Source
var (
	ClientPayload_WebInfo_WebSubPlatform_name = map[int32]string{
		0: "WEB_BROWSER",
		1: "APP_STORE",
		2: "WIN_STORE",
		3: "DARWIN",
		4: "WIN32",
	}
	ClientPayload_WebInfo_WebSubPlatform_value = map[string]int32{
		"WEB_BROWSER": 0,
		"APP_STORE":   1,
		"WIN_STORE":   2,
		"DARWIN":      3,
		"WIN32":       4,
	}
)

Enum value maps for ClientPayload_WebInfo_WebSubPlatform.

View Source
var (
	ClientPayload_UserAgent_DeviceType_name = map[int32]string{
		0: "PHONE",
		1: "TABLET",
		2: "DESKTOP",
		3: "WEARABLE",
		4: "VR",
	}
	ClientPayload_UserAgent_DeviceType_value = map[string]int32{
		"PHONE":    0,
		"TABLET":   1,
		"DESKTOP":  2,
		"WEARABLE": 3,
		"VR":       4,
	}
)

Enum value maps for ClientPayload_UserAgent_DeviceType.

View Source
var (
	ClientPayload_UserAgent_ReleaseChannel_name = map[int32]string{
		0: "RELEASE",
		1: "BETA",
		2: "ALPHA",
		3: "DEBUG",
	}
	ClientPayload_UserAgent_ReleaseChannel_value = map[string]int32{
		"RELEASE": 0,
		"BETA":    1,
		"ALPHA":   2,
		"DEBUG":   3,
	}
)

Enum value maps for ClientPayload_UserAgent_ReleaseChannel.

View Source
var (
	ClientPayload_UserAgent_Platform_name = map[int32]string{
		0:  "ANDROID",
		1:  "IOS",
		2:  "WINDOWS_PHONE",
		3:  "BLACKBERRY",
		4:  "BLACKBERRYX",
		5:  "S40",
		6:  "S60",
		7:  "PYTHON_CLIENT",
		8:  "TIZEN",
		9:  "ENTERPRISE",
		10: "SMB_ANDROID",
		11: "KAIOS",
		12: "SMB_IOS",
		13: "WINDOWS",
		14: "WEB",
		15: "PORTAL",
		16: "GREEN_ANDROID",
		17: "GREEN_IPHONE",
		18: "BLUE_ANDROID",
		19: "BLUE_IPHONE",
		20: "FBLITE_ANDROID",
		21: "MLITE_ANDROID",
		22: "IGLITE_ANDROID",
		23: "PAGE",
		24: "MACOS",
		25: "OCULUS_MSG",
		26: "OCULUS_CALL",
		27: "MILAN",
		28: "CAPI",
		29: "WEAROS",
		30: "ARDEVICE",
		31: "VRDEVICE",
		32: "BLUE_WEB",
		33: "IPAD",
		34: "TEST",
		35: "SMART_GLASSES",
	}
	ClientPayload_UserAgent_Platform_value = map[string]int32{
		"ANDROID":        0,
		"IOS":            1,
		"WINDOWS_PHONE":  2,
		"BLACKBERRY":     3,
		"BLACKBERRYX":    4,
		"S40":            5,
		"S60":            6,
		"PYTHON_CLIENT":  7,
		"TIZEN":          8,
		"ENTERPRISE":     9,
		"SMB_ANDROID":    10,
		"KAIOS":          11,
		"SMB_IOS":        12,
		"WINDOWS":        13,
		"WEB":            14,
		"PORTAL":         15,
		"GREEN_ANDROID":  16,
		"GREEN_IPHONE":   17,
		"BLUE_ANDROID":   18,
		"BLUE_IPHONE":    19,
		"FBLITE_ANDROID": 20,
		"MLITE_ANDROID":  21,
		"IGLITE_ANDROID": 22,
		"PAGE":           23,
		"MACOS":          24,
		"OCULUS_MSG":     25,
		"OCULUS_CALL":    26,
		"MILAN":          27,
		"CAPI":           28,
		"WEAROS":         29,
		"ARDEVICE":       30,
		"VRDEVICE":       31,
		"BLUE_WEB":       32,
		"IPAD":           33,
		"TEST":           34,
		"SMART_GLASSES":  35,
	}
)

Enum value maps for ClientPayload_UserAgent_Platform.

View Source
var File_waWa5_WAWa5_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type ClientPayload

type ClientPayload struct {
	Username            uint64                                       `protobuf:"varint,1,opt,name=username,proto3" json:"username,omitempty"`
	Passive             bool                                         `protobuf:"varint,3,opt,name=passive,proto3" json:"passive,omitempty"`
	UserAgent           *ClientPayload_UserAgent                     `protobuf:"bytes,5,opt,name=userAgent,proto3" json:"userAgent,omitempty"`
	WebInfo             *ClientPayload_WebInfo                       `protobuf:"bytes,6,opt,name=webInfo,proto3" json:"webInfo,omitempty"`
	PushName            string                                       `protobuf:"bytes,7,opt,name=pushName,proto3" json:"pushName,omitempty"`
	SessionID           int32                                        `protobuf:"fixed32,9,opt,name=sessionID,proto3" json:"sessionID,omitempty"`
	ShortConnect        bool                                         `protobuf:"varint,10,opt,name=shortConnect,proto3" json:"shortConnect,omitempty"`
	ConnectType         ClientPayload_ConnectType                    `protobuf:"varint,12,opt,name=connectType,proto3,enum=WAWa5.ClientPayload_ConnectType" json:"connectType,omitempty"`
	ConnectReason       ClientPayload_ConnectReason                  `protobuf:"varint,13,opt,name=connectReason,proto3,enum=WAWa5.ClientPayload_ConnectReason" json:"connectReason,omitempty"`
	Shards              []int32                                      `protobuf:"varint,14,rep,packed,name=shards,proto3" json:"shards,omitempty"`
	DnsSource           *ClientPayload_DNSSource                     `protobuf:"bytes,15,opt,name=dnsSource,proto3" json:"dnsSource,omitempty"`
	ConnectAttemptCount uint32                                       `protobuf:"varint,16,opt,name=connectAttemptCount,proto3" json:"connectAttemptCount,omitempty"`
	Device              uint32                                       `protobuf:"varint,18,opt,name=device,proto3" json:"device,omitempty"`
	DevicePairingData   *ClientPayload_DevicePairingRegistrationData `protobuf:"bytes,19,opt,name=devicePairingData,proto3" json:"devicePairingData,omitempty"`
	Product             ClientPayload_Product                        `protobuf:"varint,20,opt,name=product,proto3,enum=WAWa5.ClientPayload_Product" json:"product,omitempty"`
	FbCat               []byte                                       `protobuf:"bytes,21,opt,name=fbCat,proto3" json:"fbCat,omitempty"`
	FbUserAgent         []byte                                       `protobuf:"bytes,22,opt,name=fbUserAgent,proto3" json:"fbUserAgent,omitempty"`
	Oc                  bool                                         `protobuf:"varint,23,opt,name=oc,proto3" json:"oc,omitempty"`
	Lc                  int32                                        `protobuf:"varint,24,opt,name=lc,proto3" json:"lc,omitempty"`
	IosAppExtension     ClientPayload_IOSAppExtension                `` /* 126-byte string literal not displayed */
	FbAppID             uint64                                       `protobuf:"varint,31,opt,name=fbAppID,proto3" json:"fbAppID,omitempty"`
	FbDeviceID          []byte                                       `protobuf:"bytes,32,opt,name=fbDeviceID,proto3" json:"fbDeviceID,omitempty"`
	Pull                bool                                         `protobuf:"varint,33,opt,name=pull,proto3" json:"pull,omitempty"`
	PaddingBytes        []byte                                       `protobuf:"bytes,34,opt,name=paddingBytes,proto3" json:"paddingBytes,omitempty"`
	YearClass           int32                                        `protobuf:"varint,36,opt,name=yearClass,proto3" json:"yearClass,omitempty"`
	MemClass            int32                                        `protobuf:"varint,37,opt,name=memClass,proto3" json:"memClass,omitempty"`
	// contains filtered or unexported fields
}

func (*ClientPayload) Descriptor deprecated

func (*ClientPayload) Descriptor() ([]byte, []int)

Deprecated: Use ClientPayload.ProtoReflect.Descriptor instead.

func (*ClientPayload) GetConnectAttemptCount

func (x *ClientPayload) GetConnectAttemptCount() uint32

func (*ClientPayload) GetConnectReason

func (x *ClientPayload) GetConnectReason() ClientPayload_ConnectReason

func (*ClientPayload) GetConnectType

func (x *ClientPayload) GetConnectType() ClientPayload_ConnectType

func (*ClientPayload) GetDevice

func (x *ClientPayload) GetDevice() uint32

func (*ClientPayload) GetDevicePairingData

func (*ClientPayload) GetDnsSource

func (x *ClientPayload) GetDnsSource() *ClientPayload_DNSSource

func (*ClientPayload) GetFbAppID

func (x *ClientPayload) GetFbAppID() uint64

func (*ClientPayload) GetFbCat

func (x *ClientPayload) GetFbCat() []byte

func (*ClientPayload) GetFbDeviceID

func (x *ClientPayload) GetFbDeviceID() []byte

func (*ClientPayload) GetFbUserAgent

func (x *ClientPayload) GetFbUserAgent() []byte

func (*ClientPayload) GetIosAppExtension

func (x *ClientPayload) GetIosAppExtension() ClientPayload_IOSAppExtension

func (*ClientPayload) GetLc

func (x *ClientPayload) GetLc() int32

func (*ClientPayload) GetMemClass

func (x *ClientPayload) GetMemClass() int32

func (*ClientPayload) GetOc

func (x *ClientPayload) GetOc() bool

func (*ClientPayload) GetPaddingBytes

func (x *ClientPayload) GetPaddingBytes() []byte

func (*ClientPayload) GetPassive

func (x *ClientPayload) GetPassive() bool

func (*ClientPayload) GetProduct

func (x *ClientPayload) GetProduct() ClientPayload_Product

func (*ClientPayload) GetPull

func (x *ClientPayload) GetPull() bool

func (*ClientPayload) GetPushName

func (x *ClientPayload) GetPushName() string

func (*ClientPayload) GetSessionID

func (x *ClientPayload) GetSessionID() int32

func (*ClientPayload) GetShards

func (x *ClientPayload) GetShards() []int32

func (*ClientPayload) GetShortConnect

func (x *ClientPayload) GetShortConnect() bool

func (*ClientPayload) GetUserAgent

func (x *ClientPayload) GetUserAgent() *ClientPayload_UserAgent

func (*ClientPayload) GetUsername

func (x *ClientPayload) GetUsername() uint64

func (*ClientPayload) GetWebInfo

func (x *ClientPayload) GetWebInfo() *ClientPayload_WebInfo

func (*ClientPayload) GetYearClass

func (x *ClientPayload) GetYearClass() int32

func (*ClientPayload) ProtoMessage

func (*ClientPayload) ProtoMessage()

func (*ClientPayload) ProtoReflect

func (x *ClientPayload) ProtoReflect() protoreflect.Message

func (*ClientPayload) Reset

func (x *ClientPayload) Reset()

func (*ClientPayload) String

func (x *ClientPayload) String() string

type ClientPayload_ConnectReason

type ClientPayload_ConnectReason int32
const (
	ClientPayload_PUSH            ClientPayload_ConnectReason = 0
	ClientPayload_USER_ACTIVATED  ClientPayload_ConnectReason = 1
	ClientPayload_SCHEDULED       ClientPayload_ConnectReason = 2
	ClientPayload_ERROR_RECONNECT ClientPayload_ConnectReason = 3
	ClientPayload_NETWORK_SWITCH  ClientPayload_ConnectReason = 4
	ClientPayload_PING_RECONNECT  ClientPayload_ConnectReason = 5
	ClientPayload_UNKNOWN         ClientPayload_ConnectReason = 6
)

func (ClientPayload_ConnectReason) Descriptor

func (ClientPayload_ConnectReason) Enum

func (ClientPayload_ConnectReason) EnumDescriptor deprecated

func (ClientPayload_ConnectReason) EnumDescriptor() ([]byte, []int)

Deprecated: Use ClientPayload_ConnectReason.Descriptor instead.

func (ClientPayload_ConnectReason) Number

func (ClientPayload_ConnectReason) String

func (ClientPayload_ConnectReason) Type

type ClientPayload_ConnectType

type ClientPayload_ConnectType int32
const (
	ClientPayload_CELLULAR_UNKNOWN ClientPayload_ConnectType = 0
	ClientPayload_WIFI_UNKNOWN     ClientPayload_ConnectType = 1
	ClientPayload_CELLULAR_EDGE    ClientPayload_ConnectType = 100
	ClientPayload_CELLULAR_IDEN    ClientPayload_ConnectType = 101
	ClientPayload_CELLULAR_UMTS    ClientPayload_ConnectType = 102
	ClientPayload_CELLULAR_EVDO    ClientPayload_ConnectType = 103
	ClientPayload_CELLULAR_GPRS    ClientPayload_ConnectType = 104
	ClientPayload_CELLULAR_HSDPA   ClientPayload_ConnectType = 105
	ClientPayload_CELLULAR_HSUPA   ClientPayload_ConnectType = 106
	ClientPayload_CELLULAR_HSPA    ClientPayload_ConnectType = 107
	ClientPayload_CELLULAR_CDMA    ClientPayload_ConnectType = 108
	ClientPayload_CELLULAR_1XRTT   ClientPayload_ConnectType = 109
	ClientPayload_CELLULAR_EHRPD   ClientPayload_ConnectType = 110
	ClientPayload_CELLULAR_LTE     ClientPayload_ConnectType = 111
	ClientPayload_CELLULAR_HSPAP   ClientPayload_ConnectType = 112
)

func (ClientPayload_ConnectType) Descriptor

func (ClientPayload_ConnectType) Enum

func (ClientPayload_ConnectType) EnumDescriptor deprecated

func (ClientPayload_ConnectType) EnumDescriptor() ([]byte, []int)

Deprecated: Use ClientPayload_ConnectType.Descriptor instead.

func (ClientPayload_ConnectType) Number

func (ClientPayload_ConnectType) String

func (x ClientPayload_ConnectType) String() string

func (ClientPayload_ConnectType) Type

type ClientPayload_DNSSource

type ClientPayload_DNSSource struct {
	DnsMethod ClientPayload_DNSSource_DNSResolutionMethod `` /* 128-byte string literal not displayed */
	AppCached bool                                        `protobuf:"varint,16,opt,name=appCached,proto3" json:"appCached,omitempty"`
	// contains filtered or unexported fields
}

func (*ClientPayload_DNSSource) Descriptor deprecated

func (*ClientPayload_DNSSource) Descriptor() ([]byte, []int)

Deprecated: Use ClientPayload_DNSSource.ProtoReflect.Descriptor instead.

func (*ClientPayload_DNSSource) GetAppCached

func (x *ClientPayload_DNSSource) GetAppCached() bool

func (*ClientPayload_DNSSource) GetDnsMethod

func (*ClientPayload_DNSSource) ProtoMessage

func (*ClientPayload_DNSSource) ProtoMessage()

func (*ClientPayload_DNSSource) ProtoReflect

func (x *ClientPayload_DNSSource) ProtoReflect() protoreflect.Message

func (*ClientPayload_DNSSource) Reset

func (x *ClientPayload_DNSSource) Reset()

func (*ClientPayload_DNSSource) String

func (x *ClientPayload_DNSSource) String() string

type ClientPayload_DNSSource_DNSResolutionMethod

type ClientPayload_DNSSource_DNSResolutionMethod int32
const (
	ClientPayload_DNSSource_SYSTEM    ClientPayload_DNSSource_DNSResolutionMethod = 0
	ClientPayload_DNSSource_GOOGLE    ClientPayload_DNSSource_DNSResolutionMethod = 1
	ClientPayload_DNSSource_HARDCODED ClientPayload_DNSSource_DNSResolutionMethod = 2
	ClientPayload_DNSSource_OVERRIDE  ClientPayload_DNSSource_DNSResolutionMethod = 3
	ClientPayload_DNSSource_FALLBACK  ClientPayload_DNSSource_DNSResolutionMethod = 4
)

func (ClientPayload_DNSSource_DNSResolutionMethod) Descriptor

func (ClientPayload_DNSSource_DNSResolutionMethod) Enum

func (ClientPayload_DNSSource_DNSResolutionMethod) EnumDescriptor deprecated

func (ClientPayload_DNSSource_DNSResolutionMethod) EnumDescriptor() ([]byte, []int)

Deprecated: Use ClientPayload_DNSSource_DNSResolutionMethod.Descriptor instead.

func (ClientPayload_DNSSource_DNSResolutionMethod) Number

func (ClientPayload_DNSSource_DNSResolutionMethod) String

func (ClientPayload_DNSSource_DNSResolutionMethod) Type

type ClientPayload_DevicePairingRegistrationData

type ClientPayload_DevicePairingRegistrationData struct {
	ERegid      []byte `protobuf:"bytes,1,opt,name=eRegid,proto3" json:"eRegid,omitempty"`
	EKeytype    []byte `protobuf:"bytes,2,opt,name=eKeytype,proto3" json:"eKeytype,omitempty"`
	EIdent      []byte `protobuf:"bytes,3,opt,name=eIdent,proto3" json:"eIdent,omitempty"`
	ESkeyID     []byte `protobuf:"bytes,4,opt,name=eSkeyID,proto3" json:"eSkeyID,omitempty"`
	ESkeyVal    []byte `protobuf:"bytes,5,opt,name=eSkeyVal,proto3" json:"eSkeyVal,omitempty"`
	ESkeySig    []byte `protobuf:"bytes,6,opt,name=eSkeySig,proto3" json:"eSkeySig,omitempty"`
	BuildHash   []byte `protobuf:"bytes,7,opt,name=buildHash,proto3" json:"buildHash,omitempty"`
	DeviceProps []byte `protobuf:"bytes,8,opt,name=deviceProps,proto3" json:"deviceProps,omitempty"`
	// contains filtered or unexported fields
}

func (*ClientPayload_DevicePairingRegistrationData) Descriptor deprecated

Deprecated: Use ClientPayload_DevicePairingRegistrationData.ProtoReflect.Descriptor instead.

func (*ClientPayload_DevicePairingRegistrationData) GetBuildHash

func (*ClientPayload_DevicePairingRegistrationData) GetDeviceProps

func (x *ClientPayload_DevicePairingRegistrationData) GetDeviceProps() []byte

func (*ClientPayload_DevicePairingRegistrationData) GetEIdent

func (*ClientPayload_DevicePairingRegistrationData) GetEKeytype

func (*ClientPayload_DevicePairingRegistrationData) GetERegid

func (*ClientPayload_DevicePairingRegistrationData) GetESkeyID

func (*ClientPayload_DevicePairingRegistrationData) GetESkeySig

func (*ClientPayload_DevicePairingRegistrationData) GetESkeyVal

func (*ClientPayload_DevicePairingRegistrationData) ProtoMessage

func (*ClientPayload_DevicePairingRegistrationData) ProtoReflect

func (*ClientPayload_DevicePairingRegistrationData) Reset

func (*ClientPayload_DevicePairingRegistrationData) String

type ClientPayload_IOSAppExtension

type ClientPayload_IOSAppExtension int32
const (
	ClientPayload_SHARE_EXTENSION   ClientPayload_IOSAppExtension = 0
	ClientPayload_SERVICE_EXTENSION ClientPayload_IOSAppExtension = 1
	ClientPayload_INTENTS_EXTENSION ClientPayload_IOSAppExtension = 2
)

func (ClientPayload_IOSAppExtension) Descriptor

func (ClientPayload_IOSAppExtension) Enum

func (ClientPayload_IOSAppExtension) EnumDescriptor deprecated

func (ClientPayload_IOSAppExtension) EnumDescriptor() ([]byte, []int)

Deprecated: Use ClientPayload_IOSAppExtension.Descriptor instead.

func (ClientPayload_IOSAppExtension) Number

func (ClientPayload_IOSAppExtension) String

func (ClientPayload_IOSAppExtension) Type

type ClientPayload_Product

type ClientPayload_Product int32
const (
	ClientPayload_WHATSAPP  ClientPayload_Product = 0
	ClientPayload_MESSENGER ClientPayload_Product = 1
)

func (ClientPayload_Product) Descriptor

func (ClientPayload_Product) Enum

func (ClientPayload_Product) EnumDescriptor deprecated

func (ClientPayload_Product) EnumDescriptor() ([]byte, []int)

Deprecated: Use ClientPayload_Product.Descriptor instead.

func (ClientPayload_Product) Number

func (ClientPayload_Product) String

func (x ClientPayload_Product) String() string

func (ClientPayload_Product) Type

type ClientPayload_UserAgent

type ClientPayload_UserAgent struct {
	Platform                    ClientPayload_UserAgent_Platform       `protobuf:"varint,1,opt,name=platform,proto3,enum=WAWa5.ClientPayload_UserAgent_Platform" json:"platform,omitempty"`
	AppVersion                  *ClientPayload_UserAgent_AppVersion    `protobuf:"bytes,2,opt,name=appVersion,proto3" json:"appVersion,omitempty"`
	Mcc                         string                                 `protobuf:"bytes,3,opt,name=mcc,proto3" json:"mcc,omitempty"`
	Mnc                         string                                 `protobuf:"bytes,4,opt,name=mnc,proto3" json:"mnc,omitempty"`
	OsVersion                   string                                 `protobuf:"bytes,5,opt,name=osVersion,proto3" json:"osVersion,omitempty"`
	Manufacturer                string                                 `protobuf:"bytes,6,opt,name=manufacturer,proto3" json:"manufacturer,omitempty"`
	Device                      string                                 `protobuf:"bytes,7,opt,name=device,proto3" json:"device,omitempty"`
	OsBuildNumber               string                                 `protobuf:"bytes,8,opt,name=osBuildNumber,proto3" json:"osBuildNumber,omitempty"`
	PhoneID                     string                                 `protobuf:"bytes,9,opt,name=phoneID,proto3" json:"phoneID,omitempty"`
	ReleaseChannel              ClientPayload_UserAgent_ReleaseChannel `` /* 133-byte string literal not displayed */
	LocaleLanguageIso6391       string                                 `protobuf:"bytes,11,opt,name=localeLanguageIso6391,proto3" json:"localeLanguageIso6391,omitempty"`
	LocaleCountryIso31661Alpha2 string                                 `protobuf:"bytes,12,opt,name=localeCountryIso31661Alpha2,proto3" json:"localeCountryIso31661Alpha2,omitempty"`
	DeviceBoard                 string                                 `protobuf:"bytes,13,opt,name=deviceBoard,proto3" json:"deviceBoard,omitempty"`
	DeviceExpID                 string                                 `protobuf:"bytes,14,opt,name=deviceExpID,proto3" json:"deviceExpID,omitempty"`
	DeviceType                  ClientPayload_UserAgent_DeviceType     `protobuf:"varint,15,opt,name=deviceType,proto3,enum=WAWa5.ClientPayload_UserAgent_DeviceType" json:"deviceType,omitempty"`
	// contains filtered or unexported fields
}

func (*ClientPayload_UserAgent) Descriptor deprecated

func (*ClientPayload_UserAgent) Descriptor() ([]byte, []int)

Deprecated: Use ClientPayload_UserAgent.ProtoReflect.Descriptor instead.

func (*ClientPayload_UserAgent) GetAppVersion

func (*ClientPayload_UserAgent) GetDevice

func (x *ClientPayload_UserAgent) GetDevice() string

func (*ClientPayload_UserAgent) GetDeviceBoard

func (x *ClientPayload_UserAgent) GetDeviceBoard() string

func (*ClientPayload_UserAgent) GetDeviceExpID

func (x *ClientPayload_UserAgent) GetDeviceExpID() string

func (*ClientPayload_UserAgent) GetDeviceType

func (*ClientPayload_UserAgent) GetLocaleCountryIso31661Alpha2

func (x *ClientPayload_UserAgent) GetLocaleCountryIso31661Alpha2() string

func (*ClientPayload_UserAgent) GetLocaleLanguageIso6391

func (x *ClientPayload_UserAgent) GetLocaleLanguageIso6391() string

func (*ClientPayload_UserAgent) GetManufacturer

func (x *ClientPayload_UserAgent) GetManufacturer() string

func (*ClientPayload_UserAgent) GetMcc

func (x *ClientPayload_UserAgent) GetMcc() string

func (*ClientPayload_UserAgent) GetMnc

func (x *ClientPayload_UserAgent) GetMnc() string

func (*ClientPayload_UserAgent) GetOsBuildNumber

func (x *ClientPayload_UserAgent) GetOsBuildNumber() string

func (*ClientPayload_UserAgent) GetOsVersion

func (x *ClientPayload_UserAgent) GetOsVersion() string

func (*ClientPayload_UserAgent) GetPhoneID

func (x *ClientPayload_UserAgent) GetPhoneID() string

func (*ClientPayload_UserAgent) GetPlatform

func (*ClientPayload_UserAgent) GetReleaseChannel

func (*ClientPayload_UserAgent) ProtoMessage

func (*ClientPayload_UserAgent) ProtoMessage()

func (*ClientPayload_UserAgent) ProtoReflect

func (x *ClientPayload_UserAgent) ProtoReflect() protoreflect.Message

func (*ClientPayload_UserAgent) Reset

func (x *ClientPayload_UserAgent) Reset()

func (*ClientPayload_UserAgent) String

func (x *ClientPayload_UserAgent) String() string

type ClientPayload_UserAgent_AppVersion

type ClientPayload_UserAgent_AppVersion struct {
	Primary    uint32 `protobuf:"varint,1,opt,name=primary,proto3" json:"primary,omitempty"`
	Secondary  uint32 `protobuf:"varint,2,opt,name=secondary,proto3" json:"secondary,omitempty"`
	Tertiary   uint32 `protobuf:"varint,3,opt,name=tertiary,proto3" json:"tertiary,omitempty"`
	Quaternary uint32 `protobuf:"varint,4,opt,name=quaternary,proto3" json:"quaternary,omitempty"`
	Quinary    uint32 `protobuf:"varint,5,opt,name=quinary,proto3" json:"quinary,omitempty"`
	// contains filtered or unexported fields
}

func (*ClientPayload_UserAgent_AppVersion) Descriptor deprecated

func (*ClientPayload_UserAgent_AppVersion) Descriptor() ([]byte, []int)

Deprecated: Use ClientPayload_UserAgent_AppVersion.ProtoReflect.Descriptor instead.

func (*ClientPayload_UserAgent_AppVersion) GetPrimary

func (*ClientPayload_UserAgent_AppVersion) GetQuaternary

func (x *ClientPayload_UserAgent_AppVersion) GetQuaternary() uint32

func (*ClientPayload_UserAgent_AppVersion) GetQuinary

func (*ClientPayload_UserAgent_AppVersion) GetSecondary

func (x *ClientPayload_UserAgent_AppVersion) GetSecondary() uint32

func (*ClientPayload_UserAgent_AppVersion) GetTertiary

func (x *ClientPayload_UserAgent_AppVersion) GetTertiary() uint32

func (*ClientPayload_UserAgent_AppVersion) ProtoMessage

func (*ClientPayload_UserAgent_AppVersion) ProtoMessage()

func (*ClientPayload_UserAgent_AppVersion) ProtoReflect

func (*ClientPayload_UserAgent_AppVersion) Reset

func (*ClientPayload_UserAgent_AppVersion) String

type ClientPayload_UserAgent_DeviceType

type ClientPayload_UserAgent_DeviceType int32
const (
	ClientPayload_UserAgent_PHONE    ClientPayload_UserAgent_DeviceType = 0
	ClientPayload_UserAgent_TABLET   ClientPayload_UserAgent_DeviceType = 1
	ClientPayload_UserAgent_DESKTOP  ClientPayload_UserAgent_DeviceType = 2
	ClientPayload_UserAgent_WEARABLE ClientPayload_UserAgent_DeviceType = 3
	ClientPayload_UserAgent_VR       ClientPayload_UserAgent_DeviceType = 4
)

func (ClientPayload_UserAgent_DeviceType) Descriptor

func (ClientPayload_UserAgent_DeviceType) Enum

func (ClientPayload_UserAgent_DeviceType) EnumDescriptor deprecated

func (ClientPayload_UserAgent_DeviceType) EnumDescriptor() ([]byte, []int)

Deprecated: Use ClientPayload_UserAgent_DeviceType.Descriptor instead.

func (ClientPayload_UserAgent_DeviceType) Number

func (ClientPayload_UserAgent_DeviceType) String

func (ClientPayload_UserAgent_DeviceType) Type

type ClientPayload_UserAgent_Platform

type ClientPayload_UserAgent_Platform int32
const (
	ClientPayload_UserAgent_ANDROID        ClientPayload_UserAgent_Platform = 0
	ClientPayload_UserAgent_IOS            ClientPayload_UserAgent_Platform = 1
	ClientPayload_UserAgent_WINDOWS_PHONE  ClientPayload_UserAgent_Platform = 2
	ClientPayload_UserAgent_BLACKBERRY     ClientPayload_UserAgent_Platform = 3
	ClientPayload_UserAgent_BLACKBERRYX    ClientPayload_UserAgent_Platform = 4
	ClientPayload_UserAgent_S40            ClientPayload_UserAgent_Platform = 5
	ClientPayload_UserAgent_S60            ClientPayload_UserAgent_Platform = 6
	ClientPayload_UserAgent_PYTHON_CLIENT  ClientPayload_UserAgent_Platform = 7
	ClientPayload_UserAgent_TIZEN          ClientPayload_UserAgent_Platform = 8
	ClientPayload_UserAgent_ENTERPRISE     ClientPayload_UserAgent_Platform = 9
	ClientPayload_UserAgent_SMB_ANDROID    ClientPayload_UserAgent_Platform = 10
	ClientPayload_UserAgent_KAIOS          ClientPayload_UserAgent_Platform = 11
	ClientPayload_UserAgent_SMB_IOS        ClientPayload_UserAgent_Platform = 12
	ClientPayload_UserAgent_WINDOWS        ClientPayload_UserAgent_Platform = 13
	ClientPayload_UserAgent_WEB            ClientPayload_UserAgent_Platform = 14
	ClientPayload_UserAgent_PORTAL         ClientPayload_UserAgent_Platform = 15
	ClientPayload_UserAgent_GREEN_ANDROID  ClientPayload_UserAgent_Platform = 16
	ClientPayload_UserAgent_GREEN_IPHONE   ClientPayload_UserAgent_Platform = 17
	ClientPayload_UserAgent_BLUE_ANDROID   ClientPayload_UserAgent_Platform = 18
	ClientPayload_UserAgent_BLUE_IPHONE    ClientPayload_UserAgent_Platform = 19
	ClientPayload_UserAgent_FBLITE_ANDROID ClientPayload_UserAgent_Platform = 20
	ClientPayload_UserAgent_MLITE_ANDROID  ClientPayload_UserAgent_Platform = 21
	ClientPayload_UserAgent_IGLITE_ANDROID ClientPayload_UserAgent_Platform = 22
	ClientPayload_UserAgent_PAGE           ClientPayload_UserAgent_Platform = 23
	ClientPayload_UserAgent_MACOS          ClientPayload_UserAgent_Platform = 24
	ClientPayload_UserAgent_OCULUS_MSG     ClientPayload_UserAgent_Platform = 25
	ClientPayload_UserAgent_OCULUS_CALL    ClientPayload_UserAgent_Platform = 26
	ClientPayload_UserAgent_MILAN          ClientPayload_UserAgent_Platform = 27
	ClientPayload_UserAgent_CAPI           ClientPayload_UserAgent_Platform = 28
	ClientPayload_UserAgent_WEAROS         ClientPayload_UserAgent_Platform = 29
	ClientPayload_UserAgent_ARDEVICE       ClientPayload_UserAgent_Platform = 30
	ClientPayload_UserAgent_VRDEVICE       ClientPayload_UserAgent_Platform = 31
	ClientPayload_UserAgent_BLUE_WEB       ClientPayload_UserAgent_Platform = 32
	ClientPayload_UserAgent_IPAD           ClientPayload_UserAgent_Platform = 33
	ClientPayload_UserAgent_TEST           ClientPayload_UserAgent_Platform = 34
	ClientPayload_UserAgent_SMART_GLASSES  ClientPayload_UserAgent_Platform = 35
)

func (ClientPayload_UserAgent_Platform) Descriptor

func (ClientPayload_UserAgent_Platform) Enum

func (ClientPayload_UserAgent_Platform) EnumDescriptor deprecated

func (ClientPayload_UserAgent_Platform) EnumDescriptor() ([]byte, []int)

Deprecated: Use ClientPayload_UserAgent_Platform.Descriptor instead.

func (ClientPayload_UserAgent_Platform) Number

func (ClientPayload_UserAgent_Platform) String

func (ClientPayload_UserAgent_Platform) Type

type ClientPayload_UserAgent_ReleaseChannel

type ClientPayload_UserAgent_ReleaseChannel int32
const (
	ClientPayload_UserAgent_RELEASE ClientPayload_UserAgent_ReleaseChannel = 0
	ClientPayload_UserAgent_BETA    ClientPayload_UserAgent_ReleaseChannel = 1
	ClientPayload_UserAgent_ALPHA   ClientPayload_UserAgent_ReleaseChannel = 2
	ClientPayload_UserAgent_DEBUG   ClientPayload_UserAgent_ReleaseChannel = 3
)

func (ClientPayload_UserAgent_ReleaseChannel) Descriptor

func (ClientPayload_UserAgent_ReleaseChannel) Enum

func (ClientPayload_UserAgent_ReleaseChannel) EnumDescriptor deprecated

func (ClientPayload_UserAgent_ReleaseChannel) EnumDescriptor() ([]byte, []int)

Deprecated: Use ClientPayload_UserAgent_ReleaseChannel.Descriptor instead.

func (ClientPayload_UserAgent_ReleaseChannel) Number

func (ClientPayload_UserAgent_ReleaseChannel) String

func (ClientPayload_UserAgent_ReleaseChannel) Type

type ClientPayload_WebInfo

type ClientPayload_WebInfo struct {
	RefToken       string                               `protobuf:"bytes,1,opt,name=refToken,proto3" json:"refToken,omitempty"`
	Version        string                               `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"`
	WebdPayload    *ClientPayload_WebInfo_WebdPayload   `protobuf:"bytes,3,opt,name=webdPayload,proto3" json:"webdPayload,omitempty"`
	WebSubPlatform ClientPayload_WebInfo_WebSubPlatform `` /* 130-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ClientPayload_WebInfo) Descriptor deprecated

func (*ClientPayload_WebInfo) Descriptor() ([]byte, []int)

Deprecated: Use ClientPayload_WebInfo.ProtoReflect.Descriptor instead.

func (*ClientPayload_WebInfo) GetRefToken

func (x *ClientPayload_WebInfo) GetRefToken() string

func (*ClientPayload_WebInfo) GetVersion

func (x *ClientPayload_WebInfo) GetVersion() string

func (*ClientPayload_WebInfo) GetWebSubPlatform

func (*ClientPayload_WebInfo) GetWebdPayload

func (*ClientPayload_WebInfo) ProtoMessage

func (*ClientPayload_WebInfo) ProtoMessage()

func (*ClientPayload_WebInfo) ProtoReflect

func (x *ClientPayload_WebInfo) ProtoReflect() protoreflect.Message

func (*ClientPayload_WebInfo) Reset

func (x *ClientPayload_WebInfo) Reset()

func (*ClientPayload_WebInfo) String

func (x *ClientPayload_WebInfo) String() string

type ClientPayload_WebInfo_WebSubPlatform

type ClientPayload_WebInfo_WebSubPlatform int32
const (
	ClientPayload_WebInfo_WEB_BROWSER ClientPayload_WebInfo_WebSubPlatform = 0
	ClientPayload_WebInfo_APP_STORE   ClientPayload_WebInfo_WebSubPlatform = 1
	ClientPayload_WebInfo_WIN_STORE   ClientPayload_WebInfo_WebSubPlatform = 2
	ClientPayload_WebInfo_DARWIN      ClientPayload_WebInfo_WebSubPlatform = 3
	ClientPayload_WebInfo_WIN32       ClientPayload_WebInfo_WebSubPlatform = 4
)

func (ClientPayload_WebInfo_WebSubPlatform) Descriptor

func (ClientPayload_WebInfo_WebSubPlatform) Enum

func (ClientPayload_WebInfo_WebSubPlatform) EnumDescriptor deprecated

func (ClientPayload_WebInfo_WebSubPlatform) EnumDescriptor() ([]byte, []int)

Deprecated: Use ClientPayload_WebInfo_WebSubPlatform.Descriptor instead.

func (ClientPayload_WebInfo_WebSubPlatform) Number

func (ClientPayload_WebInfo_WebSubPlatform) String

func (ClientPayload_WebInfo_WebSubPlatform) Type

type ClientPayload_WebInfo_WebdPayload

type ClientPayload_WebInfo_WebdPayload struct {
	UsesParticipantInKey     bool   `protobuf:"varint,1,opt,name=usesParticipantInKey,proto3" json:"usesParticipantInKey,omitempty"`
	SupportsStarredMessages  bool   `protobuf:"varint,2,opt,name=supportsStarredMessages,proto3" json:"supportsStarredMessages,omitempty"`
	SupportsDocumentMessages bool   `protobuf:"varint,3,opt,name=supportsDocumentMessages,proto3" json:"supportsDocumentMessages,omitempty"`
	SupportsURLMessages      bool   `protobuf:"varint,4,opt,name=supportsURLMessages,proto3" json:"supportsURLMessages,omitempty"`
	SupportsMediaRetry       bool   `protobuf:"varint,5,opt,name=supportsMediaRetry,proto3" json:"supportsMediaRetry,omitempty"`
	SupportsE2EImage         bool   `protobuf:"varint,6,opt,name=supportsE2EImage,proto3" json:"supportsE2EImage,omitempty"`
	SupportsE2EVideo         bool   `protobuf:"varint,7,opt,name=supportsE2EVideo,proto3" json:"supportsE2EVideo,omitempty"`
	SupportsE2EAudio         bool   `protobuf:"varint,8,opt,name=supportsE2EAudio,proto3" json:"supportsE2EAudio,omitempty"`
	SupportsE2EDocument      bool   `protobuf:"varint,9,opt,name=supportsE2EDocument,proto3" json:"supportsE2EDocument,omitempty"`
	DocumentTypes            string `protobuf:"bytes,10,opt,name=documentTypes,proto3" json:"documentTypes,omitempty"`
	Features                 []byte `protobuf:"bytes,11,opt,name=features,proto3" json:"features,omitempty"`
	// contains filtered or unexported fields
}

func (*ClientPayload_WebInfo_WebdPayload) Descriptor deprecated

func (*ClientPayload_WebInfo_WebdPayload) Descriptor() ([]byte, []int)

Deprecated: Use ClientPayload_WebInfo_WebdPayload.ProtoReflect.Descriptor instead.

func (*ClientPayload_WebInfo_WebdPayload) GetDocumentTypes

func (x *ClientPayload_WebInfo_WebdPayload) GetDocumentTypes() string

func (*ClientPayload_WebInfo_WebdPayload) GetFeatures

func (x *ClientPayload_WebInfo_WebdPayload) GetFeatures() []byte

func (*ClientPayload_WebInfo_WebdPayload) GetSupportsDocumentMessages

func (x *ClientPayload_WebInfo_WebdPayload) GetSupportsDocumentMessages() bool

func (*ClientPayload_WebInfo_WebdPayload) GetSupportsE2EAudio

func (x *ClientPayload_WebInfo_WebdPayload) GetSupportsE2EAudio() bool

func (*ClientPayload_WebInfo_WebdPayload) GetSupportsE2EDocument

func (x *ClientPayload_WebInfo_WebdPayload) GetSupportsE2EDocument() bool

func (*ClientPayload_WebInfo_WebdPayload) GetSupportsE2EImage

func (x *ClientPayload_WebInfo_WebdPayload) GetSupportsE2EImage() bool

func (*ClientPayload_WebInfo_WebdPayload) GetSupportsE2EVideo

func (x *ClientPayload_WebInfo_WebdPayload) GetSupportsE2EVideo() bool

func (*ClientPayload_WebInfo_WebdPayload) GetSupportsMediaRetry

func (x *ClientPayload_WebInfo_WebdPayload) GetSupportsMediaRetry() bool

func (*ClientPayload_WebInfo_WebdPayload) GetSupportsStarredMessages

func (x *ClientPayload_WebInfo_WebdPayload) GetSupportsStarredMessages() bool

func (*ClientPayload_WebInfo_WebdPayload) GetSupportsURLMessages

func (x *ClientPayload_WebInfo_WebdPayload) GetSupportsURLMessages() bool

func (*ClientPayload_WebInfo_WebdPayload) GetUsesParticipantInKey

func (x *ClientPayload_WebInfo_WebdPayload) GetUsesParticipantInKey() bool

func (*ClientPayload_WebInfo_WebdPayload) ProtoMessage

func (*ClientPayload_WebInfo_WebdPayload) ProtoMessage()

func (*ClientPayload_WebInfo_WebdPayload) ProtoReflect

func (*ClientPayload_WebInfo_WebdPayload) Reset

func (*ClientPayload_WebInfo_WebdPayload) String

type HandshakeMessage

type HandshakeMessage struct {
	ClientHello  *HandshakeMessage_ClientHello  `protobuf:"bytes,2,opt,name=clientHello,proto3" json:"clientHello,omitempty"`
	ServerHello  *HandshakeMessage_ServerHello  `protobuf:"bytes,3,opt,name=serverHello,proto3" json:"serverHello,omitempty"`
	ClientFinish *HandshakeMessage_ClientFinish `protobuf:"bytes,4,opt,name=clientFinish,proto3" json:"clientFinish,omitempty"`
	// contains filtered or unexported fields
}

func (*HandshakeMessage) Descriptor deprecated

func (*HandshakeMessage) Descriptor() ([]byte, []int)

Deprecated: Use HandshakeMessage.ProtoReflect.Descriptor instead.

func (*HandshakeMessage) GetClientFinish

func (x *HandshakeMessage) GetClientFinish() *HandshakeMessage_ClientFinish

func (*HandshakeMessage) GetClientHello

func (x *HandshakeMessage) GetClientHello() *HandshakeMessage_ClientHello

func (*HandshakeMessage) GetServerHello

func (x *HandshakeMessage) GetServerHello() *HandshakeMessage_ServerHello

func (*HandshakeMessage) ProtoMessage

func (*HandshakeMessage) ProtoMessage()

func (*HandshakeMessage) ProtoReflect

func (x *HandshakeMessage) ProtoReflect() protoreflect.Message

func (*HandshakeMessage) Reset

func (x *HandshakeMessage) Reset()

func (*HandshakeMessage) String

func (x *HandshakeMessage) String() string

type HandshakeMessage_ClientFinish

type HandshakeMessage_ClientFinish struct {
	Static  []byte `protobuf:"bytes,1,opt,name=static,proto3" json:"static,omitempty"`
	Payload []byte `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"`
	// contains filtered or unexported fields
}

func (*HandshakeMessage_ClientFinish) Descriptor deprecated

func (*HandshakeMessage_ClientFinish) Descriptor() ([]byte, []int)

Deprecated: Use HandshakeMessage_ClientFinish.ProtoReflect.Descriptor instead.

func (*HandshakeMessage_ClientFinish) GetPayload

func (x *HandshakeMessage_ClientFinish) GetPayload() []byte

func (*HandshakeMessage_ClientFinish) GetStatic

func (x *HandshakeMessage_ClientFinish) GetStatic() []byte

func (*HandshakeMessage_ClientFinish) ProtoMessage

func (*HandshakeMessage_ClientFinish) ProtoMessage()

func (*HandshakeMessage_ClientFinish) ProtoReflect

func (*HandshakeMessage_ClientFinish) Reset

func (x *HandshakeMessage_ClientFinish) Reset()

func (*HandshakeMessage_ClientFinish) String

type HandshakeMessage_ClientHello

type HandshakeMessage_ClientHello struct {
	Ephemeral []byte `protobuf:"bytes,1,opt,name=ephemeral,proto3" json:"ephemeral,omitempty"`
	Static    []byte `protobuf:"bytes,2,opt,name=static,proto3" json:"static,omitempty"`
	Payload   []byte `protobuf:"bytes,3,opt,name=payload,proto3" json:"payload,omitempty"`
	// contains filtered or unexported fields
}

func (*HandshakeMessage_ClientHello) Descriptor deprecated

func (*HandshakeMessage_ClientHello) Descriptor() ([]byte, []int)

Deprecated: Use HandshakeMessage_ClientHello.ProtoReflect.Descriptor instead.

func (*HandshakeMessage_ClientHello) GetEphemeral

func (x *HandshakeMessage_ClientHello) GetEphemeral() []byte

func (*HandshakeMessage_ClientHello) GetPayload

func (x *HandshakeMessage_ClientHello) GetPayload() []byte

func (*HandshakeMessage_ClientHello) GetStatic

func (x *HandshakeMessage_ClientHello) GetStatic() []byte

func (*HandshakeMessage_ClientHello) ProtoMessage

func (*HandshakeMessage_ClientHello) ProtoMessage()

func (*HandshakeMessage_ClientHello) ProtoReflect

func (*HandshakeMessage_ClientHello) Reset

func (x *HandshakeMessage_ClientHello) Reset()

func (*HandshakeMessage_ClientHello) String

type HandshakeMessage_ServerHello

type HandshakeMessage_ServerHello struct {
	Ephemeral []byte `protobuf:"bytes,1,opt,name=ephemeral,proto3" json:"ephemeral,omitempty"`
	Static    []byte `protobuf:"bytes,2,opt,name=static,proto3" json:"static,omitempty"`
	Payload   []byte `protobuf:"bytes,3,opt,name=payload,proto3" json:"payload,omitempty"`
	// contains filtered or unexported fields
}

func (*HandshakeMessage_ServerHello) Descriptor deprecated

func (*HandshakeMessage_ServerHello) Descriptor() ([]byte, []int)

Deprecated: Use HandshakeMessage_ServerHello.ProtoReflect.Descriptor instead.

func (*HandshakeMessage_ServerHello) GetEphemeral

func (x *HandshakeMessage_ServerHello) GetEphemeral() []byte

func (*HandshakeMessage_ServerHello) GetPayload

func (x *HandshakeMessage_ServerHello) GetPayload() []byte

func (*HandshakeMessage_ServerHello) GetStatic

func (x *HandshakeMessage_ServerHello) GetStatic() []byte

func (*HandshakeMessage_ServerHello) ProtoMessage

func (*HandshakeMessage_ServerHello) ProtoMessage()

func (*HandshakeMessage_ServerHello) ProtoReflect

func (*HandshakeMessage_ServerHello) Reset

func (x *HandshakeMessage_ServerHello) Reset()

func (*HandshakeMessage_ServerHello) String

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL