v1

package
v0.0.0-...-461badb Latest Latest
Warning

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

Go to latest
Published: Sep 23, 2020 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var PokerHandRank_name = map[int32]string{
	0:  "NONE",
	1:  "ROYAL_FLUSH",
	2:  "STRAIGHT_FLUSH",
	3:  "FOUR_OF_A_KIND",
	4:  "FULL_HOUSE",
	5:  "FLUSH",
	6:  "STRAIGHT",
	7:  "THREE_OF_A_KIND",
	8:  "TWO_PAIR",
	9:  "PAIR",
	10: "HIGH_CARD",
}
View Source
var PokerHandRank_value = map[string]int32{
	"NONE":            0,
	"ROYAL_FLUSH":     1,
	"STRAIGHT_FLUSH":  2,
	"FOUR_OF_A_KIND":  3,
	"FULL_HOUSE":      4,
	"FLUSH":           5,
	"STRAIGHT":        6,
	"THREE_OF_A_KIND": 7,
	"TWO_PAIR":        8,
	"PAIR":            9,
	"HIGH_CARD":       10,
}
View Source
var UserAccountStatus_name = map[int32]string{
	0: "ACTIVE",
	1: "INACTIVE",
	2: "DISABLED",
	3: "BLOCKED",
}
View Source
var UserAccountStatus_value = map[string]int32{
	"ACTIVE":   0,
	"INACTIVE": 1,
	"DISABLED": 2,
	"BLOCKED":  3,
}
View Source
var UserDocumentType_name = map[int32]string{
	0: "PASSPORT",
	1: "LICENCE_DRIVER",
}
View Source
var UserDocumentType_value = map[string]int32{
	"PASSPORT":       0,
	"LICENCE_DRIVER": 1,
}

Functions

This section is empty.

Types

type PokerHandRank

type PokerHandRank int32
const (
	PokerHandRank_NONE            PokerHandRank = 0
	PokerHandRank_ROYAL_FLUSH     PokerHandRank = 1
	PokerHandRank_STRAIGHT_FLUSH  PokerHandRank = 2
	PokerHandRank_FOUR_OF_A_KIND  PokerHandRank = 3
	PokerHandRank_FULL_HOUSE      PokerHandRank = 4
	PokerHandRank_FLUSH           PokerHandRank = 5
	PokerHandRank_STRAIGHT        PokerHandRank = 6
	PokerHandRank_THREE_OF_A_KIND PokerHandRank = 7
	PokerHandRank_TWO_PAIR        PokerHandRank = 8
	PokerHandRank_PAIR            PokerHandRank = 9
	PokerHandRank_HIGH_CARD       PokerHandRank = 10
)

func (PokerHandRank) EnumDescriptor

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

func (PokerHandRank) String

func (x PokerHandRank) String() string

type UserAccountStatus

type UserAccountStatus int32
const (
	UserAccountStatus_ACTIVE   UserAccountStatus = 0
	UserAccountStatus_INACTIVE UserAccountStatus = 1
	UserAccountStatus_DISABLED UserAccountStatus = 2
	UserAccountStatus_BLOCKED  UserAccountStatus = 3
)

func (UserAccountStatus) EnumDescriptor

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

func (UserAccountStatus) String

func (x UserAccountStatus) String() string

type UserAddressInfo

type UserAddressInfo struct {
	AddressString        string   `protobuf:"bytes,1,opt,name=address_string,json=addressString,proto3" json:"address_string,omitempty"`
	City                 string   `protobuf:"bytes,2,opt,name=city,proto3" json:"city,omitempty"`
	State                string   `protobuf:"bytes,3,opt,name=state,proto3" json:"state,omitempty"`
	Country              string   `protobuf:"bytes,4,opt,name=country,proto3" json:"country,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UserAddressInfo) Descriptor

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

func (*UserAddressInfo) GetAddressString

func (m *UserAddressInfo) GetAddressString() string

func (*UserAddressInfo) GetCity

func (m *UserAddressInfo) GetCity() string

func (*UserAddressInfo) GetCountry

func (m *UserAddressInfo) GetCountry() string

func (*UserAddressInfo) GetState

func (m *UserAddressInfo) GetState() string

func (*UserAddressInfo) ProtoMessage

func (*UserAddressInfo) ProtoMessage()

func (*UserAddressInfo) Reset

func (m *UserAddressInfo) Reset()

func (*UserAddressInfo) String

func (m *UserAddressInfo) String() string

func (*UserAddressInfo) XXX_DiscardUnknown

func (m *UserAddressInfo) XXX_DiscardUnknown()

func (*UserAddressInfo) XXX_Marshal

func (m *UserAddressInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UserAddressInfo) XXX_Merge

func (m *UserAddressInfo) XXX_Merge(src proto.Message)

func (*UserAddressInfo) XXX_Size

func (m *UserAddressInfo) XXX_Size() int

func (*UserAddressInfo) XXX_Unmarshal

func (m *UserAddressInfo) XXX_Unmarshal(b []byte) error

type UserAll

type UserAll struct {
	// Types that are valid to be assigned to OneofType:
	//	*UserAll_Registration
	//	*UserAll_DocUpload
	//	*UserAll_Login
	//	*UserAll_MoneyDeposit
	//	*UserAll_TableStart
	//	*UserAll_HandPlayed
	//	*UserAll_Bet
	//	*UserAll_MoneyWithdraw
	//	*UserAll_BonusReceived
	OneofType            isUserAll_OneofType `protobuf_oneof:"oneof_type"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*UserAll) Descriptor

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

func (*UserAll) GetBet

func (m *UserAll) GetBet() *UserBetMade

func (*UserAll) GetBonusReceived

func (m *UserAll) GetBonusReceived() *UserBonusReceived

func (*UserAll) GetDocUpload

func (m *UserAll) GetDocUpload() *UserDocumentUploaded

func (*UserAll) GetHandPlayed

func (m *UserAll) GetHandPlayed() *UserHandPlayed

func (*UserAll) GetLogin

func (m *UserAll) GetLogin() *UserLoggedIn

func (*UserAll) GetMoneyDeposit

func (m *UserAll) GetMoneyDeposit() *UserMoneyDeposited

func (*UserAll) GetMoneyWithdraw

func (m *UserAll) GetMoneyWithdraw() *UserMoneyWithdrawn

func (*UserAll) GetOneofType

func (m *UserAll) GetOneofType() isUserAll_OneofType

func (*UserAll) GetRegistration

func (m *UserAll) GetRegistration() *UserRegistered

func (*UserAll) GetTableStart

func (m *UserAll) GetTableStart() *UserTableStarted

func (*UserAll) ProtoMessage

func (*UserAll) ProtoMessage()

func (*UserAll) Reset

func (m *UserAll) Reset()

func (*UserAll) String

func (m *UserAll) String() string

func (*UserAll) XXX_DiscardUnknown

func (m *UserAll) XXX_DiscardUnknown()

func (*UserAll) XXX_Marshal

func (m *UserAll) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UserAll) XXX_Merge

func (m *UserAll) XXX_Merge(src proto.Message)

func (*UserAll) XXX_OneofWrappers

func (*UserAll) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*UserAll) XXX_Size

func (m *UserAll) XXX_Size() int

func (*UserAll) XXX_Unmarshal

func (m *UserAll) XXX_Unmarshal(b []byte) error

type UserAll_Bet

type UserAll_Bet struct {
	Bet *UserBetMade `protobuf:"bytes,7,opt,name=bet,proto3,oneof"`
}

type UserAll_BonusReceived

type UserAll_BonusReceived struct {
	BonusReceived *UserBonusReceived `protobuf:"bytes,9,opt,name=bonus_received,json=bonusReceived,proto3,oneof"`
}

type UserAll_DocUpload

type UserAll_DocUpload struct {
	DocUpload *UserDocumentUploaded `protobuf:"bytes,2,opt,name=doc_upload,json=docUpload,proto3,oneof"`
}

type UserAll_HandPlayed

type UserAll_HandPlayed struct {
	HandPlayed *UserHandPlayed `protobuf:"bytes,6,opt,name=hand_played,json=handPlayed,proto3,oneof"`
}

type UserAll_Login

type UserAll_Login struct {
	Login *UserLoggedIn `protobuf:"bytes,3,opt,name=login,proto3,oneof"`
}

type UserAll_MoneyDeposit

type UserAll_MoneyDeposit struct {
	MoneyDeposit *UserMoneyDeposited `protobuf:"bytes,4,opt,name=money_deposit,json=moneyDeposit,proto3,oneof"`
}

type UserAll_MoneyWithdraw

type UserAll_MoneyWithdraw struct {
	MoneyWithdraw *UserMoneyWithdrawn `protobuf:"bytes,8,opt,name=money_withdraw,json=moneyWithdraw,proto3,oneof"`
}

type UserAll_Registration

type UserAll_Registration struct {
	Registration *UserRegistered `protobuf:"bytes,1,opt,name=registration,proto3,oneof"`
}

type UserAll_TableStart

type UserAll_TableStart struct {
	TableStart *UserTableStarted `protobuf:"bytes,5,opt,name=table_start,json=tableStart,proto3,oneof"`
}

type UserBetMade

type UserBetMade struct {
	Bid                  string               `protobuf:"bytes,1,opt,name=bid,proto3" json:"bid,omitempty"`
	Uid                  string               `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid,omitempty"`
	Tid                  string               `protobuf:"bytes,3,opt,name=tid,proto3" json:"tid,omitempty"`
	BetTs                *timestamp.Timestamp `protobuf:"bytes,4,opt,name=bet_ts,json=betTs,proto3" json:"bet_ts,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*UserBetMade) Descriptor

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

func (*UserBetMade) GetBetTs

func (m *UserBetMade) GetBetTs() *timestamp.Timestamp

func (*UserBetMade) GetBid

func (m *UserBetMade) GetBid() string

func (*UserBetMade) GetTid

func (m *UserBetMade) GetTid() string

func (*UserBetMade) GetUid

func (m *UserBetMade) GetUid() string

func (*UserBetMade) ProtoMessage

func (*UserBetMade) ProtoMessage()

func (*UserBetMade) Reset

func (m *UserBetMade) Reset()

func (*UserBetMade) String

func (m *UserBetMade) String() string

func (*UserBetMade) XXX_DiscardUnknown

func (m *UserBetMade) XXX_DiscardUnknown()

func (*UserBetMade) XXX_Marshal

func (m *UserBetMade) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UserBetMade) XXX_Merge

func (m *UserBetMade) XXX_Merge(src proto.Message)

func (*UserBetMade) XXX_Size

func (m *UserBetMade) XXX_Size() int

func (*UserBetMade) XXX_Unmarshal

func (m *UserBetMade) XXX_Unmarshal(b []byte) error

type UserBonusReceived

type UserBonusReceived struct {
	Uid                  string               `protobuf:"bytes,1,opt,name=uid,proto3" json:"uid,omitempty"`
	ReceivedAtTs         *timestamp.Timestamp `protobuf:"bytes,2,opt,name=received_at_ts,json=receivedAtTs,proto3" json:"received_at_ts,omitempty"`
	Amount               float32              `protobuf:"fixed32,3,opt,name=amount,proto3" json:"amount,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*UserBonusReceived) Descriptor

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

func (*UserBonusReceived) GetAmount

func (m *UserBonusReceived) GetAmount() float32

func (*UserBonusReceived) GetReceivedAtTs

func (m *UserBonusReceived) GetReceivedAtTs() *timestamp.Timestamp

func (*UserBonusReceived) GetUid

func (m *UserBonusReceived) GetUid() string

func (*UserBonusReceived) ProtoMessage

func (*UserBonusReceived) ProtoMessage()

func (*UserBonusReceived) Reset

func (m *UserBonusReceived) Reset()

func (*UserBonusReceived) String

func (m *UserBonusReceived) String() string

func (*UserBonusReceived) XXX_DiscardUnknown

func (m *UserBonusReceived) XXX_DiscardUnknown()

func (*UserBonusReceived) XXX_Marshal

func (m *UserBonusReceived) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UserBonusReceived) XXX_Merge

func (m *UserBonusReceived) XXX_Merge(src proto.Message)

func (*UserBonusReceived) XXX_Size

func (m *UserBonusReceived) XXX_Size() int

func (*UserBonusReceived) XXX_Unmarshal

func (m *UserBonusReceived) XXX_Unmarshal(b []byte) error

type UserContactInfo

type UserContactInfo struct {
	Email                string   `protobuf:"bytes,1,opt,name=email,proto3" json:"email,omitempty"`
	Mobile               int32    `protobuf:"varint,2,opt,name=mobile,proto3" json:"mobile,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UserContactInfo) Descriptor

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

func (*UserContactInfo) GetEmail

func (m *UserContactInfo) GetEmail() string

func (*UserContactInfo) GetMobile

func (m *UserContactInfo) GetMobile() int32

func (*UserContactInfo) ProtoMessage

func (*UserContactInfo) ProtoMessage()

func (*UserContactInfo) Reset

func (m *UserContactInfo) Reset()

func (*UserContactInfo) String

func (m *UserContactInfo) String() string

func (*UserContactInfo) XXX_DiscardUnknown

func (m *UserContactInfo) XXX_DiscardUnknown()

func (*UserContactInfo) XXX_Marshal

func (m *UserContactInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UserContactInfo) XXX_Merge

func (m *UserContactInfo) XXX_Merge(src proto.Message)

func (*UserContactInfo) XXX_Size

func (m *UserContactInfo) XXX_Size() int

func (*UserContactInfo) XXX_Unmarshal

func (m *UserContactInfo) XXX_Unmarshal(b []byte) error

type UserDocumentType

type UserDocumentType int32
const (
	UserDocumentType_PASSPORT       UserDocumentType = 0
	UserDocumentType_LICENCE_DRIVER UserDocumentType = 1
)

func (UserDocumentType) EnumDescriptor

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

func (UserDocumentType) String

func (x UserDocumentType) String() string

type UserDocumentUploaded

type UserDocumentUploaded struct {
	Uid                  string               `protobuf:"bytes,1,opt,name=uid,proto3" json:"uid,omitempty"`
	Did                  string               `protobuf:"bytes,2,opt,name=did,proto3" json:"did,omitempty"`
	Url                  string               `protobuf:"bytes,3,opt,name=url,proto3" json:"url,omitempty"`
	DocType              UserDocumentType     `protobuf:"varint,4,opt,name=doc_type,json=docType,proto3,enum=v1.UserDocumentType" json:"doc_type,omitempty"`
	UploadedTs           *timestamp.Timestamp `protobuf:"bytes,5,opt,name=uploaded_ts,json=uploadedTs,proto3" json:"uploaded_ts,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*UserDocumentUploaded) Descriptor

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

func (*UserDocumentUploaded) GetDid

func (m *UserDocumentUploaded) GetDid() string

func (*UserDocumentUploaded) GetDocType

func (m *UserDocumentUploaded) GetDocType() UserDocumentType

func (*UserDocumentUploaded) GetUid

func (m *UserDocumentUploaded) GetUid() string

func (*UserDocumentUploaded) GetUploadedTs

func (m *UserDocumentUploaded) GetUploadedTs() *timestamp.Timestamp

func (*UserDocumentUploaded) GetUrl

func (m *UserDocumentUploaded) GetUrl() string

func (*UserDocumentUploaded) ProtoMessage

func (*UserDocumentUploaded) ProtoMessage()

func (*UserDocumentUploaded) Reset

func (m *UserDocumentUploaded) Reset()

func (*UserDocumentUploaded) String

func (m *UserDocumentUploaded) String() string

func (*UserDocumentUploaded) XXX_DiscardUnknown

func (m *UserDocumentUploaded) XXX_DiscardUnknown()

func (*UserDocumentUploaded) XXX_Marshal

func (m *UserDocumentUploaded) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UserDocumentUploaded) XXX_Merge

func (m *UserDocumentUploaded) XXX_Merge(src proto.Message)

func (*UserDocumentUploaded) XXX_Size

func (m *UserDocumentUploaded) XXX_Size() int

func (*UserDocumentUploaded) XXX_Unmarshal

func (m *UserDocumentUploaded) XXX_Unmarshal(b []byte) error

type UserHandPlayed

type UserHandPlayed struct {
	Pid                  string               `protobuf:"bytes,1,opt,name=pid,proto3" json:"pid,omitempty"`
	Uid                  string               `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid,omitempty"`
	Tid                  string               `protobuf:"bytes,3,opt,name=tid,proto3" json:"tid,omitempty"`
	PlayedAtTs           *timestamp.Timestamp `protobuf:"bytes,4,opt,name=played_at_ts,json=playedAtTs,proto3" json:"played_at_ts,omitempty"`
	CardHand             []string             `protobuf:"bytes,5,rep,name=card_hand,json=cardHand,proto3" json:"card_hand,omitempty"`
	Rank                 PokerHandRank        `protobuf:"varint,6,opt,name=rank,proto3,enum=v1.PokerHandRank" json:"rank,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*UserHandPlayed) Descriptor

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

func (*UserHandPlayed) GetCardHand

func (m *UserHandPlayed) GetCardHand() []string

func (*UserHandPlayed) GetPid

func (m *UserHandPlayed) GetPid() string

func (*UserHandPlayed) GetPlayedAtTs

func (m *UserHandPlayed) GetPlayedAtTs() *timestamp.Timestamp

func (*UserHandPlayed) GetRank

func (m *UserHandPlayed) GetRank() PokerHandRank

func (*UserHandPlayed) GetTid

func (m *UserHandPlayed) GetTid() string

func (*UserHandPlayed) GetUid

func (m *UserHandPlayed) GetUid() string

func (*UserHandPlayed) ProtoMessage

func (*UserHandPlayed) ProtoMessage()

func (*UserHandPlayed) Reset

func (m *UserHandPlayed) Reset()

func (*UserHandPlayed) String

func (m *UserHandPlayed) String() string

func (*UserHandPlayed) XXX_DiscardUnknown

func (m *UserHandPlayed) XXX_DiscardUnknown()

func (*UserHandPlayed) XXX_Marshal

func (m *UserHandPlayed) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UserHandPlayed) XXX_Merge

func (m *UserHandPlayed) XXX_Merge(src proto.Message)

func (*UserHandPlayed) XXX_Size

func (m *UserHandPlayed) XXX_Size() int

func (*UserHandPlayed) XXX_Unmarshal

func (m *UserHandPlayed) XXX_Unmarshal(b []byte) error

type UserLoggedIn

type UserLoggedIn struct {
	Uid                  string               `protobuf:"bytes,1,opt,name=uid,proto3" json:"uid,omitempty"`
	LoggedAtTs           *timestamp.Timestamp `protobuf:"bytes,2,opt,name=logged_at_ts,json=loggedAtTs,proto3" json:"logged_at_ts,omitempty"`
	Ip                   string               `protobuf:"bytes,3,opt,name=ip,proto3" json:"ip,omitempty"`
	Country              string               `protobuf:"bytes,4,opt,name=country,proto3" json:"country,omitempty"`
	Latitude             float32              `protobuf:"fixed32,5,opt,name=latitude,proto3" json:"latitude,omitempty"`
	Longitude            float32              `protobuf:"fixed32,6,opt,name=longitude,proto3" json:"longitude,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*UserLoggedIn) Descriptor

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

func (*UserLoggedIn) GetCountry

func (m *UserLoggedIn) GetCountry() string

func (*UserLoggedIn) GetIp

func (m *UserLoggedIn) GetIp() string

func (*UserLoggedIn) GetLatitude

func (m *UserLoggedIn) GetLatitude() float32

func (*UserLoggedIn) GetLoggedAtTs

func (m *UserLoggedIn) GetLoggedAtTs() *timestamp.Timestamp

func (*UserLoggedIn) GetLongitude

func (m *UserLoggedIn) GetLongitude() float32

func (*UserLoggedIn) GetUid

func (m *UserLoggedIn) GetUid() string

func (*UserLoggedIn) ProtoMessage

func (*UserLoggedIn) ProtoMessage()

func (*UserLoggedIn) Reset

func (m *UserLoggedIn) Reset()

func (*UserLoggedIn) String

func (m *UserLoggedIn) String() string

func (*UserLoggedIn) XXX_DiscardUnknown

func (m *UserLoggedIn) XXX_DiscardUnknown()

func (*UserLoggedIn) XXX_Marshal

func (m *UserLoggedIn) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UserLoggedIn) XXX_Merge

func (m *UserLoggedIn) XXX_Merge(src proto.Message)

func (*UserLoggedIn) XXX_Size

func (m *UserLoggedIn) XXX_Size() int

func (*UserLoggedIn) XXX_Unmarshal

func (m *UserLoggedIn) XXX_Unmarshal(b []byte) error

type UserMoneyDeposited

type UserMoneyDeposited struct {
	Uid                  string               `protobuf:"bytes,1,opt,name=uid,proto3" json:"uid,omitempty"`
	DepositedTs          *timestamp.Timestamp `protobuf:"bytes,2,opt,name=deposited_ts,json=depositedTs,proto3" json:"deposited_ts,omitempty"`
	Amount               float32              `protobuf:"fixed32,3,opt,name=amount,proto3" json:"amount,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*UserMoneyDeposited) Descriptor

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

func (*UserMoneyDeposited) GetAmount

func (m *UserMoneyDeposited) GetAmount() float32

func (*UserMoneyDeposited) GetDepositedTs

func (m *UserMoneyDeposited) GetDepositedTs() *timestamp.Timestamp

func (*UserMoneyDeposited) GetUid

func (m *UserMoneyDeposited) GetUid() string

func (*UserMoneyDeposited) ProtoMessage

func (*UserMoneyDeposited) ProtoMessage()

func (*UserMoneyDeposited) Reset

func (m *UserMoneyDeposited) Reset()

func (*UserMoneyDeposited) String

func (m *UserMoneyDeposited) String() string

func (*UserMoneyDeposited) XXX_DiscardUnknown

func (m *UserMoneyDeposited) XXX_DiscardUnknown()

func (*UserMoneyDeposited) XXX_Marshal

func (m *UserMoneyDeposited) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UserMoneyDeposited) XXX_Merge

func (m *UserMoneyDeposited) XXX_Merge(src proto.Message)

func (*UserMoneyDeposited) XXX_Size

func (m *UserMoneyDeposited) XXX_Size() int

func (*UserMoneyDeposited) XXX_Unmarshal

func (m *UserMoneyDeposited) XXX_Unmarshal(b []byte) error

type UserMoneyWithdrawn

type UserMoneyWithdrawn struct {
	Uid                  string               `protobuf:"bytes,1,opt,name=uid,proto3" json:"uid,omitempty"`
	WithdrawAtTs         *timestamp.Timestamp `protobuf:"bytes,2,opt,name=withdraw_at_ts,json=withdrawAtTs,proto3" json:"withdraw_at_ts,omitempty"`
	Amount               float32              `protobuf:"fixed32,3,opt,name=amount,proto3" json:"amount,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*UserMoneyWithdrawn) Descriptor

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

func (*UserMoneyWithdrawn) GetAmount

func (m *UserMoneyWithdrawn) GetAmount() float32

func (*UserMoneyWithdrawn) GetUid

func (m *UserMoneyWithdrawn) GetUid() string

func (*UserMoneyWithdrawn) GetWithdrawAtTs

func (m *UserMoneyWithdrawn) GetWithdrawAtTs() *timestamp.Timestamp

func (*UserMoneyWithdrawn) ProtoMessage

func (*UserMoneyWithdrawn) ProtoMessage()

func (*UserMoneyWithdrawn) Reset

func (m *UserMoneyWithdrawn) Reset()

func (*UserMoneyWithdrawn) String

func (m *UserMoneyWithdrawn) String() string

func (*UserMoneyWithdrawn) XXX_DiscardUnknown

func (m *UserMoneyWithdrawn) XXX_DiscardUnknown()

func (*UserMoneyWithdrawn) XXX_Marshal

func (m *UserMoneyWithdrawn) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UserMoneyWithdrawn) XXX_Merge

func (m *UserMoneyWithdrawn) XXX_Merge(src proto.Message)

func (*UserMoneyWithdrawn) XXX_Size

func (m *UserMoneyWithdrawn) XXX_Size() int

func (*UserMoneyWithdrawn) XXX_Unmarshal

func (m *UserMoneyWithdrawn) XXX_Unmarshal(b []byte) error

type UserRegistered

type UserRegistered struct {
	Uid                  string               `protobuf:"bytes,1,opt,name=uid,proto3" json:"uid,omitempty"`
	FirstName            string               `protobuf:"bytes,2,opt,name=first_name,json=firstName,proto3" json:"first_name,omitempty"`
	LastName             string               `protobuf:"bytes,3,opt,name=last_name,json=lastName,proto3" json:"last_name,omitempty"`
	Username             string               `protobuf:"bytes,4,opt,name=username,proto3" json:"username,omitempty"`
	DateOfBirth          *timestamp.Timestamp `protobuf:"bytes,5,opt,name=date_of_birth,json=dateOfBirth,proto3" json:"date_of_birth,omitempty"`
	DateOfJoining        *timestamp.Timestamp `protobuf:"bytes,6,opt,name=date_of_joining,json=dateOfJoining,proto3" json:"date_of_joining,omitempty"`
	Contact              *UserContactInfo     `protobuf:"bytes,7,opt,name=contact,proto3" json:"contact,omitempty"`
	Address              *UserAddressInfo     `protobuf:"bytes,8,opt,name=address,proto3" json:"address,omitempty"`
	Language             string               `protobuf:"bytes,11,opt,name=language,proto3" json:"language,omitempty"`
	AccountStatus        UserAccountStatus    `` /* 128-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*UserRegistered) Descriptor

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

func (*UserRegistered) GetAccountStatus

func (m *UserRegistered) GetAccountStatus() UserAccountStatus

func (*UserRegistered) GetAddress

func (m *UserRegistered) GetAddress() *UserAddressInfo

func (*UserRegistered) GetContact

func (m *UserRegistered) GetContact() *UserContactInfo

func (*UserRegistered) GetDateOfBirth

func (m *UserRegistered) GetDateOfBirth() *timestamp.Timestamp

func (*UserRegistered) GetDateOfJoining

func (m *UserRegistered) GetDateOfJoining() *timestamp.Timestamp

func (*UserRegistered) GetFirstName

func (m *UserRegistered) GetFirstName() string

func (*UserRegistered) GetLanguage

func (m *UserRegistered) GetLanguage() string

func (*UserRegistered) GetLastName

func (m *UserRegistered) GetLastName() string

func (*UserRegistered) GetUid

func (m *UserRegistered) GetUid() string

func (*UserRegistered) GetUsername

func (m *UserRegistered) GetUsername() string

func (*UserRegistered) ProtoMessage

func (*UserRegistered) ProtoMessage()

func (*UserRegistered) Reset

func (m *UserRegistered) Reset()

func (*UserRegistered) String

func (m *UserRegistered) String() string

func (*UserRegistered) XXX_DiscardUnknown

func (m *UserRegistered) XXX_DiscardUnknown()

func (*UserRegistered) XXX_Marshal

func (m *UserRegistered) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UserRegistered) XXX_Merge

func (m *UserRegistered) XXX_Merge(src proto.Message)

func (*UserRegistered) XXX_Size

func (m *UserRegistered) XXX_Size() int

func (*UserRegistered) XXX_Unmarshal

func (m *UserRegistered) XXX_Unmarshal(b []byte) error

type UserTableStarted

type UserTableStarted struct {
	Uid                  string               `protobuf:"bytes,1,opt,name=uid,proto3" json:"uid,omitempty"`
	Tid                  string               `protobuf:"bytes,2,opt,name=tid,proto3" json:"tid,omitempty"`
	StartedAtTs          *timestamp.Timestamp `protobuf:"bytes,3,opt,name=started_at_ts,json=startedAtTs,proto3" json:"started_at_ts,omitempty"`
	Players              []string             `protobuf:"bytes,4,rep,name=players,proto3" json:"players,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*UserTableStarted) Descriptor

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

func (*UserTableStarted) GetPlayers

func (m *UserTableStarted) GetPlayers() []string

func (*UserTableStarted) GetStartedAtTs

func (m *UserTableStarted) GetStartedAtTs() *timestamp.Timestamp

func (*UserTableStarted) GetTid

func (m *UserTableStarted) GetTid() string

func (*UserTableStarted) GetUid

func (m *UserTableStarted) GetUid() string

func (*UserTableStarted) ProtoMessage

func (*UserTableStarted) ProtoMessage()

func (*UserTableStarted) Reset

func (m *UserTableStarted) Reset()

func (*UserTableStarted) String

func (m *UserTableStarted) String() string

func (*UserTableStarted) XXX_DiscardUnknown

func (m *UserTableStarted) XXX_DiscardUnknown()

func (*UserTableStarted) XXX_Marshal

func (m *UserTableStarted) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UserTableStarted) XXX_Merge

func (m *UserTableStarted) XXX_Merge(src proto.Message)

func (*UserTableStarted) XXX_Size

func (m *UserTableStarted) XXX_Size() int

func (*UserTableStarted) XXX_Unmarshal

func (m *UserTableStarted) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

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