mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-10 09:50:27 +00:00
164 lines
7.2 KiB
Go
164 lines
7.2 KiB
Go
// Code generated by protoc-gen-go.
|
|
// source: steammessages_offline.steamclient.proto
|
|
// DO NOT EDIT!
|
|
|
|
package unified
|
|
|
|
import proto "github.com/golang/protobuf/proto"
|
|
import fmt "fmt"
|
|
import math "math"
|
|
|
|
// Reference imports to suppress errors if they are not otherwise used.
|
|
var _ = proto.Marshal
|
|
var _ = fmt.Errorf
|
|
var _ = math.Inf
|
|
|
|
type COffline_GetOfflineLogonTicket_Request struct {
|
|
Priority *uint32 `protobuf:"varint,1,opt,name=priority" json:"priority,omitempty"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
}
|
|
|
|
func (m *COffline_GetOfflineLogonTicket_Request) Reset() {
|
|
*m = COffline_GetOfflineLogonTicket_Request{}
|
|
}
|
|
func (m *COffline_GetOfflineLogonTicket_Request) String() string { return proto.CompactTextString(m) }
|
|
func (*COffline_GetOfflineLogonTicket_Request) ProtoMessage() {}
|
|
func (*COffline_GetOfflineLogonTicket_Request) Descriptor() ([]byte, []int) {
|
|
return offline_fileDescriptor0, []int{0}
|
|
}
|
|
|
|
func (m *COffline_GetOfflineLogonTicket_Request) GetPriority() uint32 {
|
|
if m != nil && m.Priority != nil {
|
|
return *m.Priority
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type COffline_GetOfflineLogonTicket_Response struct {
|
|
SerializedTicket []byte `protobuf:"bytes,1,opt,name=serialized_ticket" json:"serialized_ticket,omitempty"`
|
|
Signature []byte `protobuf:"bytes,2,opt,name=signature" json:"signature,omitempty"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
}
|
|
|
|
func (m *COffline_GetOfflineLogonTicket_Response) Reset() {
|
|
*m = COffline_GetOfflineLogonTicket_Response{}
|
|
}
|
|
func (m *COffline_GetOfflineLogonTicket_Response) String() string { return proto.CompactTextString(m) }
|
|
func (*COffline_GetOfflineLogonTicket_Response) ProtoMessage() {}
|
|
func (*COffline_GetOfflineLogonTicket_Response) Descriptor() ([]byte, []int) {
|
|
return offline_fileDescriptor0, []int{1}
|
|
}
|
|
|
|
func (m *COffline_GetOfflineLogonTicket_Response) GetSerializedTicket() []byte {
|
|
if m != nil {
|
|
return m.SerializedTicket
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *COffline_GetOfflineLogonTicket_Response) GetSignature() []byte {
|
|
if m != nil {
|
|
return m.Signature
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type COffline_GetUnsignedOfflineLogonTicket_Request struct {
|
|
XXX_unrecognized []byte `json:"-"`
|
|
}
|
|
|
|
func (m *COffline_GetUnsignedOfflineLogonTicket_Request) Reset() {
|
|
*m = COffline_GetUnsignedOfflineLogonTicket_Request{}
|
|
}
|
|
func (m *COffline_GetUnsignedOfflineLogonTicket_Request) String() string {
|
|
return proto.CompactTextString(m)
|
|
}
|
|
func (*COffline_GetUnsignedOfflineLogonTicket_Request) ProtoMessage() {}
|
|
func (*COffline_GetUnsignedOfflineLogonTicket_Request) Descriptor() ([]byte, []int) {
|
|
return offline_fileDescriptor0, []int{2}
|
|
}
|
|
|
|
type COffline_OfflineLogonTicket struct {
|
|
Accountid *uint32 `protobuf:"varint,1,opt,name=accountid" json:"accountid,omitempty"`
|
|
Rtime32CreationTime *uint32 `protobuf:"fixed32,2,opt,name=rtime32_creation_time" json:"rtime32_creation_time,omitempty"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
}
|
|
|
|
func (m *COffline_OfflineLogonTicket) Reset() { *m = COffline_OfflineLogonTicket{} }
|
|
func (m *COffline_OfflineLogonTicket) String() string { return proto.CompactTextString(m) }
|
|
func (*COffline_OfflineLogonTicket) ProtoMessage() {}
|
|
func (*COffline_OfflineLogonTicket) Descriptor() ([]byte, []int) { return offline_fileDescriptor0, []int{3} }
|
|
|
|
func (m *COffline_OfflineLogonTicket) GetAccountid() uint32 {
|
|
if m != nil && m.Accountid != nil {
|
|
return *m.Accountid
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *COffline_OfflineLogonTicket) GetRtime32CreationTime() uint32 {
|
|
if m != nil && m.Rtime32CreationTime != nil {
|
|
return *m.Rtime32CreationTime
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type COffline_GetUnsignedOfflineLogonTicket_Response struct {
|
|
Ticket *COffline_OfflineLogonTicket `protobuf:"bytes,1,opt,name=ticket" json:"ticket,omitempty"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
}
|
|
|
|
func (m *COffline_GetUnsignedOfflineLogonTicket_Response) Reset() {
|
|
*m = COffline_GetUnsignedOfflineLogonTicket_Response{}
|
|
}
|
|
func (m *COffline_GetUnsignedOfflineLogonTicket_Response) String() string {
|
|
return proto.CompactTextString(m)
|
|
}
|
|
func (*COffline_GetUnsignedOfflineLogonTicket_Response) ProtoMessage() {}
|
|
func (*COffline_GetUnsignedOfflineLogonTicket_Response) Descriptor() ([]byte, []int) {
|
|
return offline_fileDescriptor0, []int{4}
|
|
}
|
|
|
|
func (m *COffline_GetUnsignedOfflineLogonTicket_Response) GetTicket() *COffline_OfflineLogonTicket {
|
|
if m != nil {
|
|
return m.Ticket
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func init() {
|
|
proto.RegisterType((*COffline_GetOfflineLogonTicket_Request)(nil), "COffline_GetOfflineLogonTicket_Request")
|
|
proto.RegisterType((*COffline_GetOfflineLogonTicket_Response)(nil), "COffline_GetOfflineLogonTicket_Response")
|
|
proto.RegisterType((*COffline_GetUnsignedOfflineLogonTicket_Request)(nil), "COffline_GetUnsignedOfflineLogonTicket_Request")
|
|
proto.RegisterType((*COffline_OfflineLogonTicket)(nil), "COffline_OfflineLogonTicket")
|
|
proto.RegisterType((*COffline_GetUnsignedOfflineLogonTicket_Response)(nil), "COffline_GetUnsignedOfflineLogonTicket_Response")
|
|
}
|
|
|
|
var offline_fileDescriptor0 = []byte{
|
|
// 377 bytes of a gzipped FileDescriptorProto
|
|
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0x94, 0x52, 0xcd, 0x4a, 0xf3, 0x40,
|
|
0x14, 0x25, 0x5f, 0xe1, 0xab, 0x8e, 0x0a, 0x76, 0xa0, 0x10, 0x63, 0x0b, 0x43, 0x16, 0xb6, 0x8b,
|
|
0x92, 0x96, 0xba, 0x52, 0x70, 0xa3, 0x88, 0x08, 0x42, 0x41, 0x14, 0x97, 0x61, 0x4c, 0x6e, 0xe2,
|
|
0x60, 0x3a, 0x53, 0x67, 0x6e, 0x04, 0x5d, 0x89, 0xaf, 0xe2, 0x33, 0xf4, 0x01, 0x7c, 0x33, 0xf3,
|
|
0x87, 0x56, 0xac, 0xb5, 0xdd, 0x25, 0x37, 0xe7, 0xdc, 0x9c, 0x9f, 0x4b, 0x3a, 0x06, 0x81, 0x8f,
|
|
0xc7, 0x60, 0x0c, 0x8f, 0xc1, 0xf8, 0x2a, 0x8a, 0x12, 0x21, 0xc1, 0x2b, 0xa6, 0x41, 0x22, 0x40,
|
|
0xa2, 0x37, 0xd1, 0x0a, 0x95, 0xd3, 0xfb, 0x0e, 0x4c, 0xa5, 0x88, 0x04, 0x84, 0xfe, 0x2d, 0x37,
|
|
0x73, 0xd0, 0xee, 0x21, 0xd9, 0x3b, 0x19, 0x95, 0xbb, 0xfc, 0x33, 0xc0, 0xea, 0xf1, 0x42, 0xc5,
|
|
0x4a, 0x5e, 0x89, 0xe0, 0x1e, 0xd0, 0xbf, 0x84, 0x87, 0x14, 0x0c, 0xd2, 0x6d, 0xb2, 0x36, 0xd1,
|
|
0x42, 0x69, 0x81, 0x4f, 0xb6, 0xc5, 0xac, 0xee, 0x96, 0x7b, 0x43, 0x3a, 0x7f, 0x72, 0xcd, 0x44,
|
|
0x49, 0x03, 0x74, 0x87, 0x34, 0x0c, 0x68, 0xc1, 0x13, 0xf1, 0x9c, 0x69, 0xc1, 0xe2, 0x6b, 0xb1,
|
|
0x65, 0x93, 0x36, 0xc8, 0xba, 0x11, 0xb1, 0xe4, 0x98, 0x6a, 0xb0, 0xff, 0xe5, 0x23, 0x77, 0x40,
|
|
0xbc, 0xd9, 0xc5, 0xd7, 0x32, 0x07, 0x40, 0xf8, 0xbb, 0x38, 0x77, 0x44, 0x76, 0x3f, 0x19, 0x3f,
|
|
0x61, 0xf9, 0x3f, 0x78, 0x10, 0xa8, 0x54, 0xa2, 0x08, 0x4b, 0xf1, 0xb4, 0x4d, 0x9a, 0x1a, 0xc5,
|
|
0x18, 0xf6, 0x87, 0x7e, 0xa0, 0x81, 0xa3, 0x50, 0xd2, 0xcf, 0xdf, 0x0b, 0x09, 0x75, 0xd7, 0x27,
|
|
0xfd, 0xa5, 0x25, 0x54, 0x1e, 0x7b, 0xe4, 0xff, 0x8c, 0xb1, 0x8d, 0x61, 0xcb, 0x5b, 0x20, 0x69,
|
|
0xf8, 0x56, 0x23, 0xf5, 0x6a, 0x4c, 0xa7, 0x16, 0x69, 0xce, 0x0d, 0x90, 0x76, 0xbc, 0xe5, 0xda,
|
|
0x71, 0xba, 0xde, 0x92, 0x55, 0xb8, 0xe7, 0xaf, 0x53, 0xfb, 0x34, 0xc3, 0x30, 0xce, 0xbe, 0x2a,
|
|
0x61, 0x5c, 0x86, 0xac, 0xb4, 0xc8, 0xaa, 0xd3, 0x62, 0x49, 0xce, 0x66, 0xa5, 0x25, 0x16, 0x29,
|
|
0xcd, 0xf0, 0x0e, 0x58, 0x90, 0x6a, 0x9d, 0x5d, 0x0f, 0x4b, 0x33, 0x2e, 0x7d, 0xb7, 0x48, 0x7b,
|
|
0x61, 0x38, 0xb4, 0xbf, 0x62, 0x91, 0xce, 0xc0, 0x5b, 0x31, 0x76, 0xf7, 0x28, 0xf3, 0x73, 0x50,
|
|
0xf8, 0x91, 0x2c, 0x95, 0xab, 0x7a, 0x70, 0x5a, 0x19, 0xdd, 0xae, 0xf6, 0x67, 0x81, 0x20, 0x0a,
|
|
0x19, 0x9b, 0x3c, 0x99, 0x47, 0x11, 0xc0, 0x71, 0xed, 0xc5, 0xb2, 0x3e, 0x02, 0x00, 0x00, 0xff,
|
|
0xff, 0x90, 0xd3, 0xb5, 0xf7, 0x7b, 0x03, 0x00, 0x00,
|
|
}
|