model

package module
v0.0.0-...-d090f64 Latest Latest
Warning

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

Go to latest
Published: May 24, 2021 License: GPL-3.0 Imports: 11 Imported by: 0

README

model

介绍

{以下是 Gitee 平台说明,您可以替换此简介 Gitee 是 OSCHINA 推出的基于 Git 的代码托管平台(同时支持 SVN)。专为开发者提供稳定、高效、安全的云端软件开发协作平台 无论是个人、团队、或是企业,都能够用 Gitee 实现代码托管、项目管理、协作开发。企业项目请看 https://gitee.com/enterprises}

软件架构

软件架构说明

安装教程
  1. xxxx
  2. xxxx
  3. xxxx
使用说明
  1. xxxx
  2. xxxx
  3. xxxx
参与贡献
  1. Fork 本仓库
  2. 新建 Feat_xxx 分支
  3. 提交代码
  4. 新建 Pull Request
特技
  1. 使用 Readme_XXX.md 来支持不同的语言,例如 Readme_en.md, Readme_zh.md
  2. Gitee 官方博客 blog.gitee.com
  3. 你可以 https://gitee.com/explore 这个地址来了解 Gitee 上的优秀开源项目
  4. GVP 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目
  5. Gitee 官方提供的使用手册 https://gitee.com/help
  6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 https://gitee.com/gitee-stars/

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ECgGameSubMsgid_name = map[int32]string{
		0:    "cgms_game_sub_null",
		2001: "cgms_game_offline",
		2002: "cgms_game_ready_req",
		2003: "cgms_game_ready_rsp",
		2004: "cgms_game_sitdown",
		2005: "cgms_game_sitdown_ret",
		2006: "cgms_game_sitdown_ret_bc",
		2007: "cgms_game_standup",
		2008: "cgms_game_standup_ret",
		2009: "cgms_game_kick_user",
		2010: "cgms_game_kick_user_ret",
		2011: "cgms_game_scene_info_req",
		2012: "cgms_game_userinfo_ret",
		2013: "cgms_game_tableinfoupdate_ret",
		2014: "cgms_game_betrank_ret_bc",
		2015: "cgms_game_changetable",
		2016: "cgms_game_changetable_ret",
		2017: "cgms_game_getnewtableinfo",
		2018: "cgms_game_getnewtableinfo_ret",
		2019: "cgms_game_money_change",
		2020: "cgms_game_enter_table",
		2021: "cgms_game_rank_list",
		2022: "cgms_game_reward_broadcast",
		2023: "cgms_game_match",
		2024: "cgms_game_match_ret",
		2025: "cgms_game_get_slot_rank",
		2026: "cgms_game_get_slot_rank_ret",
		2027: "cgms_game_jackpot_info_ret",
	}
	ECgGameSubMsgid_value = map[string]int32{
		"cgms_game_sub_null":            0,
		"cgms_game_offline":             2001,
		"cgms_game_ready_req":           2002,
		"cgms_game_ready_rsp":           2003,
		"cgms_game_sitdown":             2004,
		"cgms_game_sitdown_ret":         2005,
		"cgms_game_sitdown_ret_bc":      2006,
		"cgms_game_standup":             2007,
		"cgms_game_standup_ret":         2008,
		"cgms_game_kick_user":           2009,
		"cgms_game_kick_user_ret":       2010,
		"cgms_game_scene_info_req":      2011,
		"cgms_game_userinfo_ret":        2012,
		"cgms_game_tableinfoupdate_ret": 2013,
		"cgms_game_betrank_ret_bc":      2014,
		"cgms_game_changetable":         2015,
		"cgms_game_changetable_ret":     2016,
		"cgms_game_getnewtableinfo":     2017,
		"cgms_game_getnewtableinfo_ret": 2018,
		"cgms_game_money_change":        2019,
		"cgms_game_enter_table":         2020,
		"cgms_game_rank_list":           2021,
		"cgms_game_reward_broadcast":    2022,
		"cgms_game_match":               2023,
		"cgms_game_match_ret":           2024,
		"cgms_game_get_slot_rank":       2025,
		"cgms_game_get_slot_rank_ret":   2026,
		"cgms_game_jackpot_info_ret":    2027,
	}
)

Enum value maps for ECgGameSubMsgid.

View Source
var (
	StandupType_name = map[int32]string{
		0: "normal_standup_op",
		1: "changetable_standup_op",
	}
	StandupType_value = map[string]int32{
		"normal_standup_op":      0,
		"changetable_standup_op": 1,
	}
)

Enum value maps for StandupType.

View Source
var (
	EGameRankType_name = map[int32]string{
		0: "normal_type",
		1: "soccer_type",
	}
	EGameRankType_value = map[string]int32{
		"normal_type": 0,
		"soccer_type": 1,
	}
)

Enum value maps for EGameRankType.

View Source
var (
	CgmsKickUserEkickreason_name = map[int32]string{
		0: "eReasonNone",
		1: "eReasonNomoney",
		2: "eReasonGameOver",
		3: "eReasonMoreMoney",
		4: "eReasonAdminKick",
		5: "eReasonDismiss",
	}
	CgmsKickUserEkickreason_value = map[string]int32{
		"eReasonNone":      0,
		"eReasonNomoney":   1,
		"eReasonGameOver":  2,
		"eReasonMoreMoney": 3,
		"eReasonAdminKick": 4,
		"eReasonDismiss":   5,
	}
)

Enum value maps for CgmsKickUserEkickreason.

View Source
var (
	ECgLoginSubMsgid_name = map[int32]string{
		0:    "cgms_login_sub_null",
		2101: "cgms_login_login",
		2102: "cgms_login_login_ret",
		2104: "cgms_login_rule",
		2105: "cgms_login_tablelistinfo_ret",
		2106: "cgms_login_roominfo_ret",
		2107: "cgms_login_logout",
		2108: "cgms_login_logout_ret",
	}
	ECgLoginSubMsgid_value = map[string]int32{
		"cgms_login_sub_null":          0,
		"cgms_login_login":             2101,
		"cgms_login_login_ret":         2102,
		"cgms_login_rule":              2104,
		"cgms_login_tablelistinfo_ret": 2105,
		"cgms_login_roominfo_ret":      2106,
		"cgms_login_logout":            2107,
		"cgms_login_logout_ret":        2108,
	}
)

Enum value maps for ECgLoginSubMsgid.

View Source
var (
	ECliLobbySubMsgid_name = map[int32]string{
		0:    "lbms_null",
		1501: "lbms_getgameserverlist",
		1502: "lbms_gameserverlist_ret",
		1503: "lbms_new_game_server",
		1504: "lbms_close_game_server",
		1506: "LbmsGameServerNoticeRet",
		1530: "Lbms_enter_bachall",
		1531: "Lbms_room_info_ret",
		1532: "lbms_get_nickname",
		1533: "lbms_get_nickname_ret",
		1538: "LbmsExcharge",
		1539: "LbmsExchargeRet",
		1540: "LbmsRechargeRet",
		1541: "LbmsRechargeWithdrawalRecord",
		1542: "LbmsRechargeWithdrawalRecordRet",
		1545: "LbmsApplyAgent",
		1546: "LbmsApplyAgentRet",
		1555: "lbms_redeem_use",
		1556: "lbms_redeem_use_ret",
		1557: "lbms_user_request_server",
		1558: "lbms_user_response_server",
		1560: "lbms_bank_logon",
		1561: "lbms_bank_logon_ret",
		1562: "lbms_bank_get_transfer",
		1563: "lbms_bank_get_transfer_ret",
		1564: "lbms_bank_update_transfer_ret",
		1565: "lbms_bank_add_transfer_ret",
		1566: "lbms_bank_cancel_transfer",
		1567: "lbms_bank_cancel_transfer_ret",
		1568: "lbms_bank_modify_pwd",
		1569: "lbms_bank_modify_pwd_ret",
		1570: "lbms_bank_op",
		1571: "lbms_bank_op_ret",
		1572: "lbms_bank_set_pwd",
		1573: "lbms_bank_set_pwd_ret",
		1576: "lbms_bank_transfer",
		1577: "lbms_bank_transfer_ret",
		1578: "lbms_bank_transfer_record",
		1579: "lbms_bank_transfer_record_ret",
		1580: "lbms_bank_access_record",
		1581: "lbms_bank_access_record_ret",
		1595: "lbms_update_score",
		1596: "lbms_turnonoff_autorep",
		1597: "lbms_brokerage_withdraw",
		1598: "lbms_brokerage_withdraw_ret",
		1599: "lbms_withdraw_record",
		1600: "lbms_withdraw_record_ret",
		1601: "lbms_query_underling",
		1602: "lbms_query_underling_ret",
		1603: "lbms_query_agent_info",
		1604: "lbms_query_agent_info_ret",
		1605: "lbms_bind_mac",
		1606: "lbms_bind_mac_ret",
		1607: "lbms_unbind_mac",
		1608: "lbms_unbind_mac_ret",
		1609: "lbms_query_wealth_rank",
		1610: "lbms_query_wealth_rank_ret",
		1611: "lbms_get_self_userinfo",
		1612: "lbms_get_self_userinfo_ret",
		1613: "lbms_modify_nickname",
		1614: "lbms_modify_nickname_ret",
		1615: "lbms_modify_user_info",
		1616: "lbms_modify_user_info_ret",
		1617: "lbms_redeem_info_req",
		1618: "lbms_redeem_info_ret",
		1619: "lbms_redeem_give_req",
		1620: "lbms_redeem_give_ret",
		1621: "lbms_redeem_query_info_req",
		1622: "lbms_redeem_query_info_ret",
		1623: "lbms_active_notice_ret",
		1624: "lbms_modify_login_pwd_req",
		1625: "lbms_modify_login_pwd_ret",
	}
	ECliLobbySubMsgid_value = map[string]int32{
		"lbms_null":                       0,
		"lbms_getgameserverlist":          1501,
		"lbms_gameserverlist_ret":         1502,
		"lbms_new_game_server":            1503,
		"lbms_close_game_server":          1504,
		"LbmsGameServerNoticeRet":         1506,
		"Lbms_enter_bachall":              1530,
		"Lbms_room_info_ret":              1531,
		"lbms_get_nickname":               1532,
		"lbms_get_nickname_ret":           1533,
		"LbmsExcharge":                    1538,
		"LbmsExchargeRet":                 1539,
		"LbmsRechargeRet":                 1540,
		"LbmsRechargeWithdrawalRecord":    1541,
		"LbmsRechargeWithdrawalRecordRet": 1542,
		"LbmsApplyAgent":                  1545,
		"LbmsApplyAgentRet":               1546,
		"lbms_redeem_use":                 1555,
		"lbms_redeem_use_ret":             1556,
		"lbms_user_request_server":        1557,
		"lbms_user_response_server":       1558,
		"lbms_bank_logon":                 1560,
		"lbms_bank_logon_ret":             1561,
		"lbms_bank_get_transfer":          1562,
		"lbms_bank_get_transfer_ret":      1563,
		"lbms_bank_update_transfer_ret":   1564,
		"lbms_bank_add_transfer_ret":      1565,
		"lbms_bank_cancel_transfer":       1566,
		"lbms_bank_cancel_transfer_ret":   1567,
		"lbms_bank_modify_pwd":            1568,
		"lbms_bank_modify_pwd_ret":        1569,
		"lbms_bank_op":                    1570,
		"lbms_bank_op_ret":                1571,
		"lbms_bank_set_pwd":               1572,
		"lbms_bank_set_pwd_ret":           1573,
		"lbms_bank_transfer":              1576,
		"lbms_bank_transfer_ret":          1577,
		"lbms_bank_transfer_record":       1578,
		"lbms_bank_transfer_record_ret":   1579,
		"lbms_bank_access_record":         1580,
		"lbms_bank_access_record_ret":     1581,
		"lbms_update_score":               1595,
		"lbms_turnonoff_autorep":          1596,
		"lbms_brokerage_withdraw":         1597,
		"lbms_brokerage_withdraw_ret":     1598,
		"lbms_withdraw_record":            1599,
		"lbms_withdraw_record_ret":        1600,
		"lbms_query_underling":            1601,
		"lbms_query_underling_ret":        1602,
		"lbms_query_agent_info":           1603,
		"lbms_query_agent_info_ret":       1604,
		"lbms_bind_mac":                   1605,
		"lbms_bind_mac_ret":               1606,
		"lbms_unbind_mac":                 1607,
		"lbms_unbind_mac_ret":             1608,
		"lbms_query_wealth_rank":          1609,
		"lbms_query_wealth_rank_ret":      1610,
		"lbms_get_self_userinfo":          1611,
		"lbms_get_self_userinfo_ret":      1612,
		"lbms_modify_nickname":            1613,
		"lbms_modify_nickname_ret":        1614,
		"lbms_modify_user_info":           1615,
		"lbms_modify_user_info_ret":       1616,
		"lbms_redeem_info_req":            1617,
		"lbms_redeem_info_ret":            1618,
		"lbms_redeem_give_req":            1619,
		"lbms_redeem_give_ret":            1620,
		"lbms_redeem_query_info_req":      1621,
		"lbms_redeem_query_info_ret":      1622,
		"lbms_active_notice_ret":          1623,
		"lbms_modify_login_pwd_req":       1624,
		"lbms_modify_login_pwd_ret":       1625,
	}
)

Enum value maps for ECliLobbySubMsgid.

View Source
var (
	EGameNoticeTypes_name = map[int32]string{
		0: "GN_TP_REWARD",
		1: "GN_TP_SYSTEM",
		2: "GN_TP_SELF",
	}
	EGameNoticeTypes_value = map[string]int32{
		"GN_TP_REWARD": 0,
		"GN_TP_SYSTEM": 1,
		"GN_TP_SELF":   2,
	}
)

Enum value maps for EGameNoticeTypes.

View Source
var (
	StBankOpEBankOpTypes_name = map[int32]string{
		0: "BANK_OP_DEPOSIT",
		1: "BANK_OP_AGAIN",
	}
	StBankOpEBankOpTypes_value = map[string]int32{
		"BANK_OP_DEPOSIT": 0,
		"BANK_OP_AGAIN":   1,
	}
)

Enum value maps for StBankOpEBankOpTypes.

View Source
var (
	ECliLoginSubMsgid_name = map[int32]string{
		0:    "clms_null",
		1001: "clms_logon",
		1002: "clms_logon_ret",
		1003: "clms_register",
		1004: "clms_register_ret",
		1005: "clms_logout",
		1006: "clms_logout_ret",
		1007: "clms_offline",
		1008: "clms_getsmscode",
		1009: "clms_getsmscode_ret",
		1012: "clms_modify_headshot",
		1013: "clms_modify_headshot_ret",
		1014: "clms_reset_passwd",
		1015: "clms_reset_passwd_ret",
		1016: "clms_reset_bank_pwd",
		1017: "clms_reset_bank_pwd_ret",
		1018: "clms_bind_phonenum",
		1019: "clms_bind_phonenum_ret",
		1020: "clms_seed_info",
		1021: "clms_seed_info_ret",
	}
	ECliLoginSubMsgid_value = map[string]int32{
		"clms_null":                0,
		"clms_logon":               1001,
		"clms_logon_ret":           1002,
		"clms_register":            1003,
		"clms_register_ret":        1004,
		"clms_logout":              1005,
		"clms_logout_ret":          1006,
		"clms_offline":             1007,
		"clms_getsmscode":          1008,
		"clms_getsmscode_ret":      1009,
		"clms_modify_headshot":     1012,
		"clms_modify_headshot_ret": 1013,
		"clms_reset_passwd":        1014,
		"clms_reset_passwd_ret":    1015,
		"clms_reset_bank_pwd":      1016,
		"clms_reset_bank_pwd_ret":  1017,
		"clms_bind_phonenum":       1018,
		"clms_bind_phonenum_ret":   1019,
		"clms_seed_info":           1020,
		"clms_seed_info_ret":       1021,
	}
)

Enum value maps for ECliLoginSubMsgid.

View Source
var (
	EUserType_name = map[int32]string{
		0: "PLAYER_GUEST",
		1: "PLAYER_NONEBIND",
		2: "PLAYER_BIND",
		3: "PLAYER_BUSINESS",
		4: "PLAYER_TEST",
		5: "PLAYER_STORE_BUSINESS",
		6: "PLAYER_COUNT",
	}
	EUserType_value = map[string]int32{
		"PLAYER_GUEST":          0,
		"PLAYER_NONEBIND":       1,
		"PLAYER_BIND":           2,
		"PLAYER_BUSINESS":       3,
		"PLAYER_TEST":           4,
		"PLAYER_STORE_BUSINESS": 5,
		"PLAYER_COUNT":          6,
	}
)

Enum value maps for EUserType.

View Source
var (
	ELogonTypes_name = map[int32]string{
		0: "LOGONTYPE_NULL",
		1: "LOGONTYPE_GAMEID",
		2: "LOGONTYPE_ACCOUNT",
		3: "LOGONTYPE_WEIXIN",
		4: "LOGONTYPE_GUEST",
		5: "LOGONTYPE_TOOL",
	}
	ELogonTypes_value = map[string]int32{
		"LOGONTYPE_NULL":    0,
		"LOGONTYPE_GAMEID":  1,
		"LOGONTYPE_ACCOUNT": 2,
		"LOGONTYPE_WEIXIN":  3,
		"LOGONTYPE_GUEST":   4,
		"LOGONTYPE_TOOL":    5,
	}
)

Enum value maps for ELogonTypes.

View Source
var (
	EUserLogoutReason_name = map[int32]string{
		0: "logout_none",
		1: "logout_quit_game",
		2: "logout_offline",
		3: "logout_kicked",
		4: "logout_user",
		5: "logout_lobby",
		6: "logout_relogin",
		7: "logout_condition_fail",
	}
	EUserLogoutReason_value = map[string]int32{
		"logout_none":           0,
		"logout_quit_game":      1,
		"logout_offline":        2,
		"logout_kicked":         3,
		"logout_user":           4,
		"logout_lobby":          5,
		"logout_relogin":        6,
		"logout_condition_fail": 7,
	}
)

Enum value maps for EUserLogoutReason.

View Source
var (
	EGetsmscodeType_name = map[int32]string{
		0: "smscode_none",
		1: "smscode_register",
		2: "smscode_bind",
		3: "smscode_reset",
		4: "smscode_reset_bank",
		5: "smscode_logon_verify",
	}
	EGetsmscodeType_value = map[string]int32{
		"smscode_none":         0,
		"smscode_register":     1,
		"smscode_bind":         2,
		"smscode_reset":        3,
		"smscode_reset_bank":   4,
		"smscode_logon_verify": 5,
	}
)

Enum value maps for EGetsmscodeType.

View Source
var (
	EMainMsgid_name = map[int32]string{
		0:    "cl_msg_null",
		1:    "server_register",
		2:    "ss_log",
		1000: "cl_login",
		1099: "cl_login_end",
		1100: "cl_lobby",
		1199: "cl_lobby_end",
		2000: "cg_login",
		2099: "cg_login_end",
		2100: "cg_game",
		2199: "cg_game_end",
		2200: "cg_broadcast",
		2299: "cg_broadcast_end",
		3200: "gs_lobby",
		3299: "gs_lobby_end",
		4000: "cg_chird_begin",
		41:   "cg_brnn",
		42:   "cg_blackjack",
		43:   "cg_baccarat",
		44:   "cg_slots_sgxml",
		45:   "cg_tbnn",
		46:   "cg_qznn",
		47:   "cg_slots_yxlm",
		48:   "cg_slots_cq",
		49:   "cg_slots_xxl",
		50:   "cg_slots_jxsg",
		51:   "cg_pj",
		52:   "cg_likui",
		53:   "cg_slots_panda",
		54:   "cg_dragon",
		55:   "cg_slots_seven",
		56:   "cg_slots_nezha",
		57:   "cg_slots_csd",
		58:   "cg_fish2d",
		59:   "cg_slots_legend",
		60:   "cg_twoeight_battle",
		61:   "cg_qz_twoeight_battle",
		62:   "cg_slots_fxgz",
		63:   "cg_slots_ygbaohe",
		64:   "cg_slots_knight",
		65:   "cg_slots_lotus",
		66:   "cg_brpm",
		67:   "cg_slots_sht",
		68:   "cg_slots_luckyfruit",
		69:   "cg_slots_mcddz",
		99:   "cg_chird_end",
	}
	EMainMsgid_value = map[string]int32{
		"cl_msg_null":           0,
		"server_register":       1,
		"ss_log":                2,
		"cl_login":              1000,
		"cl_login_end":          1099,
		"cl_lobby":              1100,
		"cl_lobby_end":          1199,
		"cg_login":              2000,
		"cg_login_end":          2099,
		"cg_game":               2100,
		"cg_game_end":           2199,
		"cg_broadcast":          2200,
		"cg_broadcast_end":      2299,
		"gs_lobby":              3200,
		"gs_lobby_end":          3299,
		"cg_chird_begin":        4000,
		"cg_brnn":               41,
		"cg_blackjack":          42,
		"cg_baccarat":           43,
		"cg_slots_sgxml":        44,
		"cg_tbnn":               45,
		"cg_qznn":               46,
		"cg_slots_yxlm":         47,
		"cg_slots_cq":           48,
		"cg_slots_xxl":          49,
		"cg_slots_jxsg":         50,
		"cg_pj":                 51,
		"cg_likui":              52,
		"cg_slots_panda":        53,
		"cg_dragon":             54,
		"cg_slots_seven":        55,
		"cg_slots_nezha":        56,
		"cg_slots_csd":          57,
		"cg_fish2d":             58,
		"cg_slots_legend":       59,
		"cg_twoeight_battle":    60,
		"cg_qz_twoeight_battle": 61,
		"cg_slots_fxgz":         62,
		"cg_slots_ygbaohe":      63,
		"cg_slots_knight":       64,
		"cg_slots_lotus":        65,
		"cg_brpm":               66,
		"cg_slots_sht":          67,
		"cg_slots_luckyfruit":   68,
		"cg_slots_mcddz":        69,
		"cg_chird_end":          99,
	}
)

Enum value maps for EMainMsgid.

View Source
var (
	FrameType_name = map[int32]string{
		0: "Message",
		1: "Kick",
		2: "Ping",
	}
	FrameType_value = map[string]int32{
		"Message": 0,
		"Kick":    1,
		"Ping":    2,
	}
)

Enum value maps for FrameType.

View Source
var (
	ESsMsgid_name = map[int32]string{
		0:  "ss_msg_null",
		1:  "ss_gwlobby_register",
		2:  "ss_gwlobby_register_ret",
		5:  "ss_gwlogon_register",
		6:  "ss_gwlogon_register_ret",
		7:  "ss_gslobby_register",
		8:  "ss_gslobby_register_ret",
		9:  "ss_gwgs_register",
		10: "ss_gwgs_register_ret",
		11: "ss_gslobby_close",
		12: "ss_gwlobby_userlogon",
		13: "ss_gwlobby_userlogout",
		14: "ss_gwlobby_userlogongame",
		15: "ss_gwlobby_userlogoutgame",
		16: "ss_gwlobby_usermsgmoretimes",
		17: "ss_gwlobby_server_list",
		18: "ss_gwlobby_new_server",
		19: "ss_gwlobby_close_server",
	}
	ESsMsgid_value = map[string]int32{
		"ss_msg_null":                 0,
		"ss_gwlobby_register":         1,
		"ss_gwlobby_register_ret":     2,
		"ss_gwlogon_register":         5,
		"ss_gwlogon_register_ret":     6,
		"ss_gslobby_register":         7,
		"ss_gslobby_register_ret":     8,
		"ss_gwgs_register":            9,
		"ss_gwgs_register_ret":        10,
		"ss_gslobby_close":            11,
		"ss_gwlobby_userlogon":        12,
		"ss_gwlobby_userlogout":       13,
		"ss_gwlobby_userlogongame":    14,
		"ss_gwlobby_userlogoutgame":   15,
		"ss_gwlobby_usermsgmoretimes": 16,
		"ss_gwlobby_server_list":      17,
		"ss_gwlobby_new_server":       18,
		"ss_gwlobby_close_server":     19,
	}
)

Enum value maps for ESsMsgid.

View Source
var File_cg_game_proto protoreflect.FileDescriptor
View Source
var File_cg_logon_proto protoreflect.FileDescriptor
View Source
var File_cl_lobby_proto protoreflect.FileDescriptor
View Source
var File_cl_logon_proto protoreflect.FileDescriptor
View Source
var File_frame_proto protoreflect.FileDescriptor
View Source
var File_server_register_proto protoreflect.FileDescriptor

Functions

func NewGameServiceEndpoints

func NewGameServiceEndpoints() []*api.Endpoint

func NewLobbyServiceEndpoints

func NewLobbyServiceEndpoints() []*api.Endpoint

func NewLogonServiceEndpoints

func NewLogonServiceEndpoints() []*api.Endpoint

func RegisterGameServiceHandler

func RegisterGameServiceHandler(s server.Server, hdlr GameServiceHandler, opts ...server.HandlerOption) error

func RegisterLobbyServiceHandler

func RegisterLobbyServiceHandler(s server.Server, hdlr LobbyServiceHandler, opts ...server.HandlerOption) error

func RegisterLogonServiceHandler

func RegisterLogonServiceHandler(s server.Server, hdlr LogonServiceHandler, opts ...server.HandlerOption) error

Types

type BankAccessRecordItem

type BankAccessRecordItem struct {
	Op   int32  `protobuf:"varint,1,opt,name=op,proto3" json:"op,omitempty"`     //0取款,1存款
	Tm   int32  `protobuf:"varint,2,opt,name=tm,proto3" json:"tm,omitempty"`     //时间
	Gold uint32 `protobuf:"varint,3,opt,name=gold,proto3" json:"gold,omitempty"` //金额
	// contains filtered or unexported fields
}

func (*BankAccessRecordItem) Descriptor deprecated

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

Deprecated: Use BankAccessRecordItem.ProtoReflect.Descriptor instead.

func (*BankAccessRecordItem) GetGold

func (x *BankAccessRecordItem) GetGold() uint32

func (*BankAccessRecordItem) GetOp

func (x *BankAccessRecordItem) GetOp() int32

func (*BankAccessRecordItem) GetTm

func (x *BankAccessRecordItem) GetTm() int32

func (*BankAccessRecordItem) ProtoMessage

func (*BankAccessRecordItem) ProtoMessage()

func (*BankAccessRecordItem) ProtoReflect

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

func (*BankAccessRecordItem) Reset

func (x *BankAccessRecordItem) Reset()

func (*BankAccessRecordItem) String

func (x *BankAccessRecordItem) String() string

type C2SHeartbeat

type C2SHeartbeat struct {
	// contains filtered or unexported fields
}

心跳

func (*C2SHeartbeat) Descriptor deprecated

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

Deprecated: Use C2SHeartbeat.ProtoReflect.Descriptor instead.

func (*C2SHeartbeat) ProtoMessage

func (*C2SHeartbeat) ProtoMessage()

func (*C2SHeartbeat) ProtoReflect

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

func (*C2SHeartbeat) Reset

func (x *C2SHeartbeat) Reset()

func (*C2SHeartbeat) String

func (x *C2SHeartbeat) String() string

type CgUserLogin

type CgUserLogin struct {
	Accountid int64 `protobuf:"varint,1,opt,name=accountid,proto3" json:"accountid,omitempty"` //玩家账号ID
	Token     int32 `protobuf:"varint,2,opt,name=token,proto3" json:"token,omitempty"`         //玩家token
	Serverid  int32 `protobuf:"varint,3,opt,name=serverid,proto3" json:"serverid,omitempty"`   //服务器ID
	// contains filtered or unexported fields
}

func (*CgUserLogin) Descriptor deprecated

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

Deprecated: Use CgUserLogin.ProtoReflect.Descriptor instead.

func (*CgUserLogin) GetAccountid

func (x *CgUserLogin) GetAccountid() int64

func (*CgUserLogin) GetServerid

func (x *CgUserLogin) GetServerid() int32

func (*CgUserLogin) GetToken

func (x *CgUserLogin) GetToken() int32

func (*CgUserLogin) ProtoMessage

func (*CgUserLogin) ProtoMessage()

func (*CgUserLogin) ProtoReflect

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

func (*CgUserLogin) Reset

func (x *CgUserLogin) Reset()

func (*CgUserLogin) String

func (x *CgUserLogin) String() string

type CgUserLoginRet

type CgUserLoginRet struct {

	//返回,
	//0成功
	//1账号不存在
	//2登录游戏时在其他房间
	//3重连服务器选桌,已经被踢1小时不能进
	//4抱歉,由于系统维护的原因,
	//5您的游戏成绩低于当前游戏房间的最低进入成绩
	//6抱歉,您的游戏成绩高于当前游戏房间的最高进入成绩%I64d,不能进入当前游戏房间
	//7房间满员
	//8异常错误
	Ret       int32  `protobuf:"varint,1,opt,name=ret,proto3" json:"ret,omitempty"`
	ServerId  int32  `protobuf:"varint,2,opt,name=server_id,json=serverId,proto3" json:"server_id,omitempty"` //服务器id
	AccountId int64  `protobuf:"varint,3,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"`
	Score     int64  `protobuf:"varint,4,opt,name=score,proto3" json:"score,omitempty"` //金币或者比赛场的银币
	Currtime  uint32 `protobuf:"varint,5,opt,name=currtime,proto3" json:"currtime,omitempty"`
	Gameid    int32  `protobuf:"varint,6,opt,name=gameid,proto3" json:"gameid,omitempty"` //子游戏类型:1:百人牛牛,2:通比牛牛...
	// contains filtered or unexported fields
}

func (*CgUserLoginRet) Descriptor deprecated

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

Deprecated: Use CgUserLoginRet.ProtoReflect.Descriptor instead.

func (*CgUserLoginRet) GetAccountId

func (x *CgUserLoginRet) GetAccountId() int64

func (*CgUserLoginRet) GetCurrtime

func (x *CgUserLoginRet) GetCurrtime() uint32

func (*CgUserLoginRet) GetGameid

func (x *CgUserLoginRet) GetGameid() int32

func (*CgUserLoginRet) GetRet

func (x *CgUserLoginRet) GetRet() int32

func (*CgUserLoginRet) GetScore

func (x *CgUserLoginRet) GetScore() int64

func (*CgUserLoginRet) GetServerId

func (x *CgUserLoginRet) GetServerId() int32

func (*CgUserLoginRet) ProtoMessage

func (*CgUserLoginRet) ProtoMessage()

func (*CgUserLoginRet) ProtoReflect

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

func (*CgUserLoginRet) Reset

func (x *CgUserLoginRet) Reset()

func (*CgUserLoginRet) String

func (x *CgUserLoginRet) String() string

type CgUserLogout

type CgUserLogout struct {
	// contains filtered or unexported fields
}

func (*CgUserLogout) Descriptor deprecated

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

Deprecated: Use CgUserLogout.ProtoReflect.Descriptor instead.

func (*CgUserLogout) ProtoMessage

func (*CgUserLogout) ProtoMessage()

func (*CgUserLogout) ProtoReflect

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

func (*CgUserLogout) Reset

func (x *CgUserLogout) Reset()

func (*CgUserLogout) String

func (x *CgUserLogout) String() string

type CgUserLogoutRet

type CgUserLogoutRet struct {
	Accountid int64 `protobuf:"varint,1,opt,name=accountid,proto3" json:"accountid,omitempty"` //账号id
	Ret       int32 `protobuf:"varint,2,opt,name=ret,proto3" json:"ret,omitempty"`             //0成功,1失败
	Reason    int32 `protobuf:"varint,3,opt,name=reason,proto3" json:"reason,omitempty"`       //退出原因
	// contains filtered or unexported fields
}

func (*CgUserLogoutRet) Descriptor deprecated

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

Deprecated: Use CgUserLogoutRet.ProtoReflect.Descriptor instead.

func (*CgUserLogoutRet) GetAccountid

func (x *CgUserLogoutRet) GetAccountid() int64

func (*CgUserLogoutRet) GetReason

func (x *CgUserLogoutRet) GetReason() int32

func (*CgUserLogoutRet) GetRet

func (x *CgUserLogoutRet) GetRet() int32

func (*CgUserLogoutRet) ProtoMessage

func (*CgUserLogoutRet) ProtoMessage()

func (*CgUserLogoutRet) ProtoReflect

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

func (*CgUserLogoutRet) Reset

func (x *CgUserLogoutRet) Reset()

func (*CgUserLogoutRet) String

func (x *CgUserLogoutRet) String() string

type CgUserRoominfoRet

type CgUserRoominfoRet struct {
	Roomid     int32                `protobuf:"varint,1,opt,name=roomid,proto3" json:"roomid,omitempty"` //桌子id
	Tablecount int32                `protobuf:"varint,2,opt,name=tablecount,proto3" json:"tablecount,omitempty"`
	Chaircount int32                `protobuf:"varint,3,opt,name=chaircount,proto3" json:"chaircount,omitempty"`
	Servertype int32                `protobuf:"varint,4,opt,name=servertype,proto3" json:"servertype,omitempty"`
	Serverrule int32                `protobuf:"varint,5,opt,name=serverrule,proto3" json:"serverrule,omitempty"`
	Tablelist  []*Sttablesimpleinfo `protobuf:"bytes,6,rep,name=tablelist,proto3" json:"tablelist,omitempty"` //桌子列表
	// contains filtered or unexported fields
}

房间信息-下发

func (*CgUserRoominfoRet) Descriptor deprecated

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

Deprecated: Use CgUserRoominfoRet.ProtoReflect.Descriptor instead.

func (*CgUserRoominfoRet) GetChaircount

func (x *CgUserRoominfoRet) GetChaircount() int32

func (*CgUserRoominfoRet) GetRoomid

func (x *CgUserRoominfoRet) GetRoomid() int32

func (*CgUserRoominfoRet) GetServerrule

func (x *CgUserRoominfoRet) GetServerrule() int32

func (*CgUserRoominfoRet) GetServertype

func (x *CgUserRoominfoRet) GetServertype() int32

func (*CgUserRoominfoRet) GetTablecount

func (x *CgUserRoominfoRet) GetTablecount() int32

func (*CgUserRoominfoRet) GetTablelist

func (x *CgUserRoominfoRet) GetTablelist() []*Sttablesimpleinfo

func (*CgUserRoominfoRet) ProtoMessage

func (*CgUserRoominfoRet) ProtoMessage()

func (*CgUserRoominfoRet) ProtoReflect

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

func (*CgUserRoominfoRet) Reset

func (x *CgUserRoominfoRet) Reset()

func (*CgUserRoominfoRet) String

func (x *CgUserRoominfoRet) String() string

type CgUserTableinfoRet

type CgUserTableinfoRet struct {
	Tableinfo *Sttablesimpleinfo `protobuf:"bytes,2,opt,name=tableinfo,proto3" json:"tableinfo,omitempty"` //桌子列表
	// contains filtered or unexported fields
}

桌子信息-下发

func (*CgUserTableinfoRet) Descriptor deprecated

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

Deprecated: Use CgUserTableinfoRet.ProtoReflect.Descriptor instead.

func (*CgUserTableinfoRet) GetTableinfo

func (x *CgUserTableinfoRet) GetTableinfo() *Sttablesimpleinfo

func (*CgUserTableinfoRet) ProtoMessage

func (*CgUserTableinfoRet) ProtoMessage()

func (*CgUserTableinfoRet) ProtoReflect

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

func (*CgUserTableinfoRet) Reset

func (x *CgUserTableinfoRet) Reset()

func (*CgUserTableinfoRet) String

func (x *CgUserTableinfoRet) String() string

type CgUserUserrule

type CgUserUserrule struct {
	Rulemask     int32  `protobuf:"varint,1,opt,name=rulemask,proto3" json:"rulemask,omitempty"`         //规则掩码
	Minwinrate   int32  `protobuf:"varint,2,opt,name=minwinrate,proto3" json:"minwinrate,omitempty"`     //最低胜率
	Maxfleerate  int32  `protobuf:"varint,3,opt,name=maxfleerate,proto3" json:"maxfleerate,omitempty"`   //最高逃率
	Maxgamescore int64  `protobuf:"varint,4,opt,name=maxgamescore,proto3" json:"maxgamescore,omitempty"` //最高分数
	Mingamescore int64  `protobuf:"varint,5,opt,name=mingamescore,proto3" json:"mingamescore,omitempty"` //最低分数
	Tablepwd     string `protobuf:"bytes,6,opt,name=tablepwd,proto3" json:"tablepwd,omitempty"`          //桌子密码
	// contains filtered or unexported fields
}

玩家规则,登录完成后发送

func (*CgUserUserrule) Descriptor deprecated

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

Deprecated: Use CgUserUserrule.ProtoReflect.Descriptor instead.

func (*CgUserUserrule) GetMaxfleerate

func (x *CgUserUserrule) GetMaxfleerate() int32

func (*CgUserUserrule) GetMaxgamescore

func (x *CgUserUserrule) GetMaxgamescore() int64

func (*CgUserUserrule) GetMingamescore

func (x *CgUserUserrule) GetMingamescore() int64

func (*CgUserUserrule) GetMinwinrate

func (x *CgUserUserrule) GetMinwinrate() int32

func (*CgUserUserrule) GetRulemask

func (x *CgUserUserrule) GetRulemask() int32

func (*CgUserUserrule) GetTablepwd

func (x *CgUserUserrule) GetTablepwd() string

func (*CgUserUserrule) ProtoMessage

func (*CgUserUserrule) ProtoMessage()

func (*CgUserUserrule) ProtoReflect

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

func (*CgUserUserrule) Reset

func (x *CgUserUserrule) Reset()

func (*CgUserUserrule) String

func (x *CgUserUserrule) String() string

type CgmsBetrankRet

type CgmsBetrankRet struct {
	Rankchairs []*StLateBetInfo `protobuf:"bytes,1,rep,name=rankchairs,proto3" json:"rankchairs,omitempty"`
	// contains filtered or unexported fields
}

func (*CgmsBetrankRet) Descriptor deprecated

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

Deprecated: Use CgmsBetrankRet.ProtoReflect.Descriptor instead.

func (*CgmsBetrankRet) GetRankchairs

func (x *CgmsBetrankRet) GetRankchairs() []*StLateBetInfo

func (*CgmsBetrankRet) ProtoMessage

func (*CgmsBetrankRet) ProtoMessage()

func (*CgmsBetrankRet) ProtoReflect

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

func (*CgmsBetrankRet) Reset

func (x *CgmsBetrankRet) Reset()

func (*CgmsBetrankRet) String

func (x *CgmsBetrankRet) String() string

type CgmsChangetable

type CgmsChangetable struct {
	// contains filtered or unexported fields
}

func (*CgmsChangetable) Descriptor deprecated

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

Deprecated: Use CgmsChangetable.ProtoReflect.Descriptor instead.

func (*CgmsChangetable) ProtoMessage

func (*CgmsChangetable) ProtoMessage()

func (*CgmsChangetable) ProtoReflect

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

func (*CgmsChangetable) Reset

func (x *CgmsChangetable) Reset()

func (*CgmsChangetable) String

func (x *CgmsChangetable) String() string

type CgmsChangetableRet

type CgmsChangetableRet struct {
	Ret int32 `protobuf:"varint,1,opt,name=ret,proto3" json:"ret,omitempty"` //换桌错误信息 1未找到空位
	// contains filtered or unexported fields
}

func (*CgmsChangetableRet) Descriptor deprecated

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

Deprecated: Use CgmsChangetableRet.ProtoReflect.Descriptor instead.

func (*CgmsChangetableRet) GetRet

func (x *CgmsChangetableRet) GetRet() int32

func (*CgmsChangetableRet) ProtoMessage

func (*CgmsChangetableRet) ProtoMessage()

func (*CgmsChangetableRet) ProtoReflect

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

func (*CgmsChangetableRet) Reset

func (x *CgmsChangetableRet) Reset()

func (*CgmsChangetableRet) String

func (x *CgmsChangetableRet) String() string

type CgmsEmpty

type CgmsEmpty struct {
	// contains filtered or unexported fields
}

空消息体

func (*CgmsEmpty) Descriptor deprecated

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

Deprecated: Use CgmsEmpty.ProtoReflect.Descriptor instead.

func (*CgmsEmpty) ProtoMessage

func (*CgmsEmpty) ProtoMessage()

func (*CgmsEmpty) ProtoReflect

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

func (*CgmsEmpty) Reset

func (x *CgmsEmpty) Reset()

func (*CgmsEmpty) String

func (x *CgmsEmpty) String() string

type CgmsGetSlotRank

type CgmsGetSlotRank struct {
	Ranktype int32 `protobuf:"varint,1,opt,name=ranktype,proto3" json:"ranktype,omitempty"` //0:昨日和进入排行, 1:今日排行
	// contains filtered or unexported fields
}

func (*CgmsGetSlotRank) Descriptor deprecated

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

Deprecated: Use CgmsGetSlotRank.ProtoReflect.Descriptor instead.

func (*CgmsGetSlotRank) GetRanktype

func (x *CgmsGetSlotRank) GetRanktype() int32

func (*CgmsGetSlotRank) ProtoMessage

func (*CgmsGetSlotRank) ProtoMessage()

func (*CgmsGetSlotRank) ProtoReflect

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

func (*CgmsGetSlotRank) Reset

func (x *CgmsGetSlotRank) Reset()

func (*CgmsGetSlotRank) String

func (x *CgmsGetSlotRank) String() string

type CgmsGetSlotRankRet

type CgmsGetSlotRankRet struct {
	Rank    []*StRankItem `protobuf:"bytes,1,rep,name=rank,proto3" json:"rank,omitempty"`       //今日排行
	Yesrank []*StRankItem `protobuf:"bytes,2,rep,name=yesrank,proto3" json:"yesrank,omitempty"` //昨日排行
	// contains filtered or unexported fields
}

func (*CgmsGetSlotRankRet) Descriptor deprecated

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

Deprecated: Use CgmsGetSlotRankRet.ProtoReflect.Descriptor instead.

func (*CgmsGetSlotRankRet) GetRank

func (x *CgmsGetSlotRankRet) GetRank() []*StRankItem

func (*CgmsGetSlotRankRet) GetYesrank

func (x *CgmsGetSlotRankRet) GetYesrank() []*StRankItem

func (*CgmsGetSlotRankRet) ProtoMessage

func (*CgmsGetSlotRankRet) ProtoMessage()

func (*CgmsGetSlotRankRet) ProtoReflect

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

func (*CgmsGetSlotRankRet) Reset

func (x *CgmsGetSlotRankRet) Reset()

func (*CgmsGetSlotRankRet) String

func (x *CgmsGetSlotRankRet) String() string

type CgmsGetnewtableinfo

type CgmsGetnewtableinfo struct {
	// contains filtered or unexported fields
}

func (*CgmsGetnewtableinfo) Descriptor deprecated

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

Deprecated: Use CgmsGetnewtableinfo.ProtoReflect.Descriptor instead.

func (*CgmsGetnewtableinfo) ProtoMessage

func (*CgmsGetnewtableinfo) ProtoMessage()

func (*CgmsGetnewtableinfo) ProtoReflect

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

func (*CgmsGetnewtableinfo) Reset

func (x *CgmsGetnewtableinfo) Reset()

func (*CgmsGetnewtableinfo) String

func (x *CgmsGetnewtableinfo) String() string

type CgmsGetnewtableinfoRet

type CgmsGetnewtableinfoRet struct {
	Tableid    int32                     `protobuf:"varint,1,opt,name=tableid,proto3" json:"tableid,omitempty"` //桌子
	Activeuser map[int32]*Stusergameinfo ``                                                                     //玩家列表,map<chairid, userinfo>
	/* 162-byte string literal not displayed */
	Tablestatus int32 `protobuf:"varint,5,opt,name=tablestatus,proto3" json:"tablestatus,omitempty"` //桌子状态
	// contains filtered or unexported fields
}

func (*CgmsGetnewtableinfoRet) Descriptor deprecated

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

Deprecated: Use CgmsGetnewtableinfoRet.ProtoReflect.Descriptor instead.

func (*CgmsGetnewtableinfoRet) GetActiveuser

func (x *CgmsGetnewtableinfoRet) GetActiveuser() map[int32]*Stusergameinfo

func (*CgmsGetnewtableinfoRet) GetTableid

func (x *CgmsGetnewtableinfoRet) GetTableid() int32

func (*CgmsGetnewtableinfoRet) GetTablestatus

func (x *CgmsGetnewtableinfoRet) GetTablestatus() int32

func (*CgmsGetnewtableinfoRet) ProtoMessage

func (*CgmsGetnewtableinfoRet) ProtoMessage()

func (*CgmsGetnewtableinfoRet) ProtoReflect

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

func (*CgmsGetnewtableinfoRet) Reset

func (x *CgmsGetnewtableinfoRet) Reset()

func (*CgmsGetnewtableinfoRet) String

func (x *CgmsGetnewtableinfoRet) String() string

type CgmsJackpotInfoRet

type CgmsJackpotInfoRet struct {
	Jackpot  int64 `protobuf:"varint,1,opt,name=jackpot,proto3" json:"jackpot,omitempty"`   //当前奖池值
	Varscore int32 `protobuf:"varint,2,opt,name=varscore,proto3" json:"varscore,omitempty"` //每秒变化值
	// contains filtered or unexported fields
}

func (*CgmsJackpotInfoRet) Descriptor deprecated

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

Deprecated: Use CgmsJackpotInfoRet.ProtoReflect.Descriptor instead.

func (*CgmsJackpotInfoRet) GetJackpot

func (x *CgmsJackpotInfoRet) GetJackpot() int64

func (*CgmsJackpotInfoRet) GetVarscore

func (x *CgmsJackpotInfoRet) GetVarscore() int32

func (*CgmsJackpotInfoRet) ProtoMessage

func (*CgmsJackpotInfoRet) ProtoMessage()

func (*CgmsJackpotInfoRet) ProtoReflect

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

func (*CgmsJackpotInfoRet) Reset

func (x *CgmsJackpotInfoRet) Reset()

func (*CgmsJackpotInfoRet) String

func (x *CgmsJackpotInfoRet) String() string

type CgmsKickUser

type CgmsKickUser struct {
	Tableid int32 `protobuf:"varint,1,opt,name=tableid,proto3" json:"tableid,omitempty"` //桌子
	Chairid int32 `protobuf:"varint,2,opt,name=chairid,proto3" json:"chairid,omitempty"` //椅子
	Reason  int32 `protobuf:"varint,3,opt,name=reason,proto3" json:"reason,omitempty"`   //原因,1金币不足,2游戏结束,3金币超额,4房主踢出 5房间解散
	// contains filtered or unexported fields
}

func (*CgmsKickUser) Descriptor deprecated

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

Deprecated: Use CgmsKickUser.ProtoReflect.Descriptor instead.

func (*CgmsKickUser) GetChairid

func (x *CgmsKickUser) GetChairid() int32

func (*CgmsKickUser) GetReason

func (x *CgmsKickUser) GetReason() int32

func (*CgmsKickUser) GetTableid

func (x *CgmsKickUser) GetTableid() int32

func (*CgmsKickUser) ProtoMessage

func (*CgmsKickUser) ProtoMessage()

func (*CgmsKickUser) ProtoReflect

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

func (*CgmsKickUser) Reset

func (x *CgmsKickUser) Reset()

func (*CgmsKickUser) String

func (x *CgmsKickUser) String() string

type CgmsKickUserEkickreason

type CgmsKickUserEkickreason int32
const (
	CgmsKickUser_eReasonNone      CgmsKickUserEkickreason = 0
	CgmsKickUser_eReasonNomoney   CgmsKickUserEkickreason = 1 //金币不足
	CgmsKickUser_eReasonGameOver  CgmsKickUserEkickreason = 2 //游戏结束
	CgmsKickUser_eReasonMoreMoney CgmsKickUserEkickreason = 3 //金币超额
	CgmsKickUser_eReasonAdminKick CgmsKickUserEkickreason = 4 //房主踢出
	CgmsKickUser_eReasonDismiss   CgmsKickUserEkickreason = 5 //房间解散
)

func (CgmsKickUserEkickreason) Descriptor

func (CgmsKickUserEkickreason) Enum

func (CgmsKickUserEkickreason) EnumDescriptor deprecated

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

Deprecated: Use CgmsKickUserEkickreason.Descriptor instead.

func (CgmsKickUserEkickreason) Number

func (CgmsKickUserEkickreason) String

func (x CgmsKickUserEkickreason) String() string

func (CgmsKickUserEkickreason) Type

type CgmsMatch

type CgmsMatch struct {
	// contains filtered or unexported fields
}

func (*CgmsMatch) Descriptor deprecated

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

Deprecated: Use CgmsMatch.ProtoReflect.Descriptor instead.

func (*CgmsMatch) ProtoMessage

func (*CgmsMatch) ProtoMessage()

func (*CgmsMatch) ProtoReflect

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

func (*CgmsMatch) Reset

func (x *CgmsMatch) Reset()

func (*CgmsMatch) String

func (x *CgmsMatch) String() string

type CgmsMatchRet

type CgmsMatchRet struct {
	Ret int32 `protobuf:"varint,1,opt,name=ret,proto3" json:"ret,omitempty"`
	// contains filtered or unexported fields
}

func (*CgmsMatchRet) Descriptor deprecated

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

Deprecated: Use CgmsMatchRet.ProtoReflect.Descriptor instead.

func (*CgmsMatchRet) GetRet

func (x *CgmsMatchRet) GetRet() int32

func (*CgmsMatchRet) ProtoMessage

func (*CgmsMatchRet) ProtoMessage()

func (*CgmsMatchRet) ProtoReflect

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

func (*CgmsMatchRet) Reset

func (x *CgmsMatchRet) Reset()

func (*CgmsMatchRet) String

func (x *CgmsMatchRet) String() string

type CgmsMoneyChange

type CgmsMoneyChange struct {
	ChairId       int32 `protobuf:"varint,1,opt,name=chair_id,json=chairId,proto3" json:"chair_id,omitempty"`       //座位号
	CurrMoney     int64 `protobuf:"varint,2,opt,name=curr_money,json=currMoney,proto3" json:"curr_money,omitempty"` //当前钱
	VarMoney      int64 `protobuf:"varint,3,opt,name=var_money,json=varMoney,proto3" json:"var_money,omitempty"`    //变化的钱
	Vipexperience int64 `protobuf:"varint,4,opt,name=vipexperience,proto3" json:"vipexperience,omitempty"`          //VIP经验
	// contains filtered or unexported fields
}

func (*CgmsMoneyChange) Descriptor deprecated

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

Deprecated: Use CgmsMoneyChange.ProtoReflect.Descriptor instead.

func (*CgmsMoneyChange) GetChairId

func (x *CgmsMoneyChange) GetChairId() int32

func (*CgmsMoneyChange) GetCurrMoney

func (x *CgmsMoneyChange) GetCurrMoney() int64

func (*CgmsMoneyChange) GetVarMoney

func (x *CgmsMoneyChange) GetVarMoney() int64

func (*CgmsMoneyChange) GetVipexperience

func (x *CgmsMoneyChange) GetVipexperience() int64

func (*CgmsMoneyChange) ProtoMessage

func (*CgmsMoneyChange) ProtoMessage()

func (*CgmsMoneyChange) ProtoReflect

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

func (*CgmsMoneyChange) Reset

func (x *CgmsMoneyChange) Reset()

func (*CgmsMoneyChange) String

func (x *CgmsMoneyChange) String() string

type CgmsMsgEnterTable

type CgmsMsgEnterTable struct {
	// contains filtered or unexported fields
}

func (*CgmsMsgEnterTable) Descriptor deprecated

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

Deprecated: Use CgmsMsgEnterTable.ProtoReflect.Descriptor instead.

func (*CgmsMsgEnterTable) ProtoMessage

func (*CgmsMsgEnterTable) ProtoMessage()

func (*CgmsMsgEnterTable) ProtoReflect

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

func (*CgmsMsgEnterTable) Reset

func (x *CgmsMsgEnterTable) Reset()

func (*CgmsMsgEnterTable) String

func (x *CgmsMsgEnterTable) String() string

type CgmsMsgOffline

type CgmsMsgOffline struct {
	Accountid int64 `protobuf:"varint,1,opt,name=accountid,proto3" json:"accountid,omitempty"`
	// contains filtered or unexported fields
}

func (*CgmsMsgOffline) Descriptor deprecated

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

Deprecated: Use CgmsMsgOffline.ProtoReflect.Descriptor instead.

func (*CgmsMsgOffline) GetAccountid

func (x *CgmsMsgOffline) GetAccountid() int64

func (*CgmsMsgOffline) ProtoMessage

func (*CgmsMsgOffline) ProtoMessage()

func (*CgmsMsgOffline) ProtoReflect

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

func (*CgmsMsgOffline) Reset

func (x *CgmsMsgOffline) Reset()

func (*CgmsMsgOffline) String

func (x *CgmsMsgOffline) String() string

type CgmsMsgReadyReq

type CgmsMsgReadyReq struct {
	// contains filtered or unexported fields
}

func (*CgmsMsgReadyReq) Descriptor deprecated

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

Deprecated: Use CgmsMsgReadyReq.ProtoReflect.Descriptor instead.

func (*CgmsMsgReadyReq) ProtoMessage

func (*CgmsMsgReadyReq) ProtoMessage()

func (*CgmsMsgReadyReq) ProtoReflect

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

func (*CgmsMsgReadyReq) Reset

func (x *CgmsMsgReadyReq) Reset()

func (*CgmsMsgReadyReq) String

func (x *CgmsMsgReadyReq) String() string

type CgmsMsgReadyRsp

type CgmsMsgReadyRsp struct {
	Chairid int32 `protobuf:"varint,1,opt,name=chairid,proto3" json:"chairid,omitempty"` //椅子
	// contains filtered or unexported fields
}

func (*CgmsMsgReadyRsp) Descriptor deprecated

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

Deprecated: Use CgmsMsgReadyRsp.ProtoReflect.Descriptor instead.

func (*CgmsMsgReadyRsp) GetChairid

func (x *CgmsMsgReadyRsp) GetChairid() int32

func (*CgmsMsgReadyRsp) ProtoMessage

func (*CgmsMsgReadyRsp) ProtoMessage()

func (*CgmsMsgReadyRsp) ProtoReflect

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

func (*CgmsMsgReadyRsp) Reset

func (x *CgmsMsgReadyRsp) Reset()

func (*CgmsMsgReadyRsp) String

func (x *CgmsMsgReadyRsp) String() string

type CgmsOtherUserinfo

type CgmsOtherUserinfo struct {
	Accountid int64 `protobuf:"varint,1,opt,name=accountid,proto3" json:"accountid,omitempty"` //账号
	Faceid    int32 `protobuf:"varint,2,opt,name=faceid,proto3" json:"faceid,omitempty"`       //头像
	// contains filtered or unexported fields
}

func (*CgmsOtherUserinfo) Descriptor deprecated

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

Deprecated: Use CgmsOtherUserinfo.ProtoReflect.Descriptor instead.

func (*CgmsOtherUserinfo) GetAccountid

func (x *CgmsOtherUserinfo) GetAccountid() int64

func (*CgmsOtherUserinfo) GetFaceid

func (x *CgmsOtherUserinfo) GetFaceid() int32

func (*CgmsOtherUserinfo) ProtoMessage

func (*CgmsOtherUserinfo) ProtoMessage()

func (*CgmsOtherUserinfo) ProtoReflect

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

func (*CgmsOtherUserinfo) Reset

func (x *CgmsOtherUserinfo) Reset()

func (*CgmsOtherUserinfo) String

func (x *CgmsOtherUserinfo) String() string

type CgmsReady

type CgmsReady struct {
	Op int32 `protobuf:"varint,1,opt,name=op,proto3" json:"op,omitempty"` //1准备,-1取消准备,0未操作
	// contains filtered or unexported fields
}

点击准备

func (*CgmsReady) Descriptor deprecated

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

Deprecated: Use CgmsReady.ProtoReflect.Descriptor instead.

func (*CgmsReady) GetOp

func (x *CgmsReady) GetOp() int32

func (*CgmsReady) ProtoMessage

func (*CgmsReady) ProtoMessage()

func (*CgmsReady) ProtoReflect

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

func (*CgmsReady) Reset

func (x *CgmsReady) Reset()

func (*CgmsReady) String

func (x *CgmsReady) String() string

type CgmsReadyRet

type CgmsReadyRet struct {
	Chairid    int32 `protobuf:"varint,1,opt,name=chairid,proto3" json:"chairid,omitempty"`       //点击准备的人
	Readystate int32 `protobuf:"varint,2,opt,name=readystate,proto3" json:"readystate,omitempty"` //0未准备,1已准备
	// contains filtered or unexported fields
}

此消息可群发

func (*CgmsReadyRet) Descriptor deprecated

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

Deprecated: Use CgmsReadyRet.ProtoReflect.Descriptor instead.

func (*CgmsReadyRet) GetChairid

func (x *CgmsReadyRet) GetChairid() int32

func (*CgmsReadyRet) GetReadystate

func (x *CgmsReadyRet) GetReadystate() int32

func (*CgmsReadyRet) ProtoMessage

func (*CgmsReadyRet) ProtoMessage()

func (*CgmsReadyRet) ProtoReflect

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

func (*CgmsReadyRet) Reset

func (x *CgmsReadyRet) Reset()

func (*CgmsReadyRet) String

func (x *CgmsReadyRet) String() string

type CgmsRequestRank

type CgmsRequestRank struct {
	Type int32 `protobuf:"varint,1,opt,name=type,proto3" json:"type,omitempty"`
	// contains filtered or unexported fields
}

func (*CgmsRequestRank) Descriptor deprecated

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

Deprecated: Use CgmsRequestRank.ProtoReflect.Descriptor instead.

func (*CgmsRequestRank) GetType

func (x *CgmsRequestRank) GetType() int32

func (*CgmsRequestRank) ProtoMessage

func (*CgmsRequestRank) ProtoMessage()

func (*CgmsRequestRank) ProtoReflect

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

func (*CgmsRequestRank) Reset

func (x *CgmsRequestRank) Reset()

func (*CgmsRequestRank) String

func (x *CgmsRequestRank) String() string

type CgmsSceneInfoReq

type CgmsSceneInfoReq struct {
	// contains filtered or unexported fields
}

func (*CgmsSceneInfoReq) Descriptor deprecated

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

Deprecated: Use CgmsSceneInfoReq.ProtoReflect.Descriptor instead.

func (*CgmsSceneInfoReq) ProtoMessage

func (*CgmsSceneInfoReq) ProtoMessage()

func (*CgmsSceneInfoReq) ProtoReflect

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

func (*CgmsSceneInfoReq) Reset

func (x *CgmsSceneInfoReq) Reset()

func (*CgmsSceneInfoReq) String

func (x *CgmsSceneInfoReq) String() string

type CgmsSitdown

type CgmsSitdown struct {
	Tableid  int32  `protobuf:"varint,1,opt,name=tableid,proto3" json:"tableid,omitempty"`  //桌子
	Chairid  int32  `protobuf:"varint,2,opt,name=chairid,proto3" json:"chairid,omitempty"`  //椅子
	Tablepwd string `protobuf:"bytes,3,opt,name=tablepwd,proto3" json:"tablepwd,omitempty"` //保留
	// contains filtered or unexported fields
}

func (*CgmsSitdown) Descriptor deprecated

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

Deprecated: Use CgmsSitdown.ProtoReflect.Descriptor instead.

func (*CgmsSitdown) GetChairid

func (x *CgmsSitdown) GetChairid() int32

func (*CgmsSitdown) GetTableid

func (x *CgmsSitdown) GetTableid() int32

func (*CgmsSitdown) GetTablepwd

func (x *CgmsSitdown) GetTablepwd() string

func (*CgmsSitdown) ProtoMessage

func (*CgmsSitdown) ProtoMessage()

func (*CgmsSitdown) ProtoReflect

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

func (*CgmsSitdown) Reset

func (x *CgmsSitdown) Reset()

func (*CgmsSitdown) String

func (x *CgmsSitdown) String() string

type CgmsSitdownRet

type CgmsSitdownRet struct {
	Tableid     int32             `protobuf:"varint,1,opt,name=tableid,proto3" json:"tableid,omitempty"`         //桌子
	Chairid     int32             `protobuf:"varint,2,opt,name=chairid,proto3" json:"chairid,omitempty"`         //椅子
	Ret         int32             `protobuf:"varint,3,opt,name=ret,proto3" json:"ret,omitempty"`                 //0成功
	Activeuser  []*Stusergameinfo `protobuf:"bytes,4,rep,name=activeuser,proto3" json:"activeuser,omitempty"`    // 玩家列表
	Tablestatus int32             `protobuf:"varint,5,opt,name=tablestatus,proto3" json:"tablestatus,omitempty"` //桌子状态
	// contains filtered or unexported fields
}

func (*CgmsSitdownRet) Descriptor deprecated

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

Deprecated: Use CgmsSitdownRet.ProtoReflect.Descriptor instead.

func (*CgmsSitdownRet) GetActiveuser

func (x *CgmsSitdownRet) GetActiveuser() []*Stusergameinfo

func (*CgmsSitdownRet) GetChairid

func (x *CgmsSitdownRet) GetChairid() int32

func (*CgmsSitdownRet) GetRet

func (x *CgmsSitdownRet) GetRet() int32

func (*CgmsSitdownRet) GetTableid

func (x *CgmsSitdownRet) GetTableid() int32

func (*CgmsSitdownRet) GetTablestatus

func (x *CgmsSitdownRet) GetTablestatus() int32

func (*CgmsSitdownRet) ProtoMessage

func (*CgmsSitdownRet) ProtoMessage()

func (*CgmsSitdownRet) ProtoReflect

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

func (*CgmsSitdownRet) Reset

func (x *CgmsSitdownRet) Reset()

func (*CgmsSitdownRet) String

func (x *CgmsSitdownRet) String() string

type CgmsSitdownRetBc

type CgmsSitdownRetBc struct {
	Newuser *Stusergameinfo `protobuf:"bytes,1,opt,name=newuser,proto3" json:"newuser,omitempty"`
	// contains filtered or unexported fields
}

func (*CgmsSitdownRetBc) Descriptor deprecated

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

Deprecated: Use CgmsSitdownRetBc.ProtoReflect.Descriptor instead.

func (*CgmsSitdownRetBc) GetNewuser

func (x *CgmsSitdownRetBc) GetNewuser() *Stusergameinfo

func (*CgmsSitdownRetBc) ProtoMessage

func (*CgmsSitdownRetBc) ProtoMessage()

func (*CgmsSitdownRetBc) ProtoReflect

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

func (*CgmsSitdownRetBc) Reset

func (x *CgmsSitdownRetBc) Reset()

func (*CgmsSitdownRetBc) String

func (x *CgmsSitdownRetBc) String() string

type CgmsStandup

type CgmsStandup struct {
	// contains filtered or unexported fields
}

func (*CgmsStandup) Descriptor deprecated

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

Deprecated: Use CgmsStandup.ProtoReflect.Descriptor instead.

func (*CgmsStandup) ProtoMessage

func (*CgmsStandup) ProtoMessage()

func (*CgmsStandup) ProtoReflect

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

func (*CgmsStandup) Reset

func (x *CgmsStandup) Reset()

func (*CgmsStandup) String

func (x *CgmsStandup) String() string

type CgmsStandupRet

type CgmsStandupRet struct {
	Chairid int32 `protobuf:"varint,1,opt,name=chairid,proto3" json:"chairid,omitempty"` //离开玩家
	Ret     int32 `protobuf:"varint,2,opt,name=ret,proto3" json:"ret,omitempty"`         //0成功,1失败
	Reason  int32 `protobuf:"varint,3,opt,name=reason,proto3" json:"reason,omitempty"`
	// contains filtered or unexported fields
}

可群发

func (*CgmsStandupRet) Descriptor deprecated

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

Deprecated: Use CgmsStandupRet.ProtoReflect.Descriptor instead.

func (*CgmsStandupRet) GetChairid

func (x *CgmsStandupRet) GetChairid() int32

func (*CgmsStandupRet) GetReason

func (x *CgmsStandupRet) GetReason() int32

func (*CgmsStandupRet) GetRet

func (x *CgmsStandupRet) GetRet() int32

func (*CgmsStandupRet) ProtoMessage

func (*CgmsStandupRet) ProtoMessage()

func (*CgmsStandupRet) ProtoReflect

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

func (*CgmsStandupRet) Reset

func (x *CgmsStandupRet) Reset()

func (*CgmsStandupRet) String

func (x *CgmsStandupRet) String() string

type ClBankAccessRecord

type ClBankAccessRecord struct {
	Account []byte `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"` //账号
	// contains filtered or unexported fields
}

func (*ClBankAccessRecord) Descriptor deprecated

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

Deprecated: Use ClBankAccessRecord.ProtoReflect.Descriptor instead.

func (*ClBankAccessRecord) GetAccount

func (x *ClBankAccessRecord) GetAccount() []byte

func (*ClBankAccessRecord) ProtoMessage

func (*ClBankAccessRecord) ProtoMessage()

func (*ClBankAccessRecord) ProtoReflect

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

func (*ClBankAccessRecord) Reset

func (x *ClBankAccessRecord) Reset()

func (*ClBankAccessRecord) String

func (x *ClBankAccessRecord) String() string

type ClBankAccessRecordRet

type ClBankAccessRecordRet struct {
	Items []*BankAccessRecordItem `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"`
	// contains filtered or unexported fields
}

func (*ClBankAccessRecordRet) Descriptor deprecated

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

Deprecated: Use ClBankAccessRecordRet.ProtoReflect.Descriptor instead.

func (*ClBankAccessRecordRet) GetItems

func (*ClBankAccessRecordRet) ProtoMessage

func (*ClBankAccessRecordRet) ProtoMessage()

func (*ClBankAccessRecordRet) ProtoReflect

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

func (*ClBankAccessRecordRet) Reset

func (x *ClBankAccessRecordRet) Reset()

func (*ClBankAccessRecordRet) String

func (x *ClBankAccessRecordRet) String() string

type ClBinMacRet

type ClBinMacRet struct {
	Ret int32 `protobuf:"varint,1,opt,name=ret,proto3" json:"ret,omitempty"` //0成功
	// contains filtered or unexported fields
}

func (*ClBinMacRet) Descriptor deprecated

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

Deprecated: Use ClBinMacRet.ProtoReflect.Descriptor instead.

func (*ClBinMacRet) GetRet

func (x *ClBinMacRet) GetRet() int32

func (*ClBinMacRet) ProtoMessage

func (*ClBinMacRet) ProtoMessage()

func (*ClBinMacRet) ProtoReflect

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

func (*ClBinMacRet) Reset

func (x *ClBinMacRet) Reset()

func (*ClBinMacRet) String

func (x *ClBinMacRet) String() string

type ClBindMac

type ClBindMac struct {
	Mac     []byte `protobuf:"bytes,1,opt,name=mac,proto3" json:"mac,omitempty"`         //mac地址
	Account []byte `protobuf:"bytes,2,opt,name=account,proto3" json:"account,omitempty"` //手机号
	// contains filtered or unexported fields
}

func (*ClBindMac) Descriptor deprecated

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

Deprecated: Use ClBindMac.ProtoReflect.Descriptor instead.

func (*ClBindMac) GetAccount

func (x *ClBindMac) GetAccount() []byte

func (*ClBindMac) GetMac

func (x *ClBindMac) GetMac() []byte

func (*ClBindMac) ProtoMessage

func (*ClBindMac) ProtoMessage()

func (*ClBindMac) ProtoReflect

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

func (*ClBindMac) Reset

func (x *ClBindMac) Reset()

func (*ClBindMac) String

func (x *ClBindMac) String() string

type ClBindPhonenum

type ClBindPhonenum struct {
	Phonenum []byte `protobuf:"bytes,1,opt,name=phonenum,proto3" json:"phonenum,omitempty"` //手机号
	Smscode  int32  `protobuf:"varint,2,opt,name=smscode,proto3" json:"smscode,omitempty"`  //验证码
	Pwd      []byte `protobuf:"bytes,3,opt,name=pwd,proto3" json:"pwd,omitempty"`           //密码
	Gameid   int64  `protobuf:"varint,4,opt,name=gameid,proto3" json:"gameid,omitempty"`
	// contains filtered or unexported fields
}

func (*ClBindPhonenum) Descriptor deprecated

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

Deprecated: Use ClBindPhonenum.ProtoReflect.Descriptor instead.

func (*ClBindPhonenum) GetGameid

func (x *ClBindPhonenum) GetGameid() int64

func (*ClBindPhonenum) GetPhonenum

func (x *ClBindPhonenum) GetPhonenum() []byte

func (*ClBindPhonenum) GetPwd

func (x *ClBindPhonenum) GetPwd() []byte

func (*ClBindPhonenum) GetSmscode

func (x *ClBindPhonenum) GetSmscode() int32

func (*ClBindPhonenum) ProtoMessage

func (*ClBindPhonenum) ProtoMessage()

func (*ClBindPhonenum) ProtoReflect

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

func (*ClBindPhonenum) Reset

func (x *ClBindPhonenum) Reset()

func (*ClBindPhonenum) String

func (x *ClBindPhonenum) String() string

type ClBindPhonenumRet

type ClBindPhonenumRet struct {
	Ret       int32  `protobuf:"varint,1,opt,name=ret,proto3" json:"ret,omitempty"`
	Phonenum  []byte `protobuf:"bytes,2,opt,name=phonenum,proto3" json:"phonenum,omitempty"` //手机号
	Gameid    int64  `protobuf:"varint,3,opt,name=gameid,proto3" json:"gameid,omitempty"`
	Nickname  []byte `protobuf:"bytes,4,opt,name=nickname,proto3" json:"nickname,omitempty"`    //昵称
	Logontype int32  `protobuf:"varint,5,opt,name=logontype,proto3" json:"logontype,omitempty"` //登录方式
	Account   []byte `protobuf:"bytes,6,opt,name=account,proto3" json:"account,omitempty"`      //账号
	// contains filtered or unexported fields
}

func (*ClBindPhonenumRet) Descriptor deprecated

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

Deprecated: Use ClBindPhonenumRet.ProtoReflect.Descriptor instead.

func (*ClBindPhonenumRet) GetAccount

func (x *ClBindPhonenumRet) GetAccount() []byte

func (*ClBindPhonenumRet) GetGameid

func (x *ClBindPhonenumRet) GetGameid() int64

func (*ClBindPhonenumRet) GetLogontype

func (x *ClBindPhonenumRet) GetLogontype() int32

func (*ClBindPhonenumRet) GetNickname

func (x *ClBindPhonenumRet) GetNickname() []byte

func (*ClBindPhonenumRet) GetPhonenum

func (x *ClBindPhonenumRet) GetPhonenum() []byte

func (*ClBindPhonenumRet) GetRet

func (x *ClBindPhonenumRet) GetRet() int32

func (*ClBindPhonenumRet) ProtoMessage

func (*ClBindPhonenumRet) ProtoMessage()

func (*ClBindPhonenumRet) ProtoReflect

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

func (*ClBindPhonenumRet) Reset

func (x *ClBindPhonenumRet) Reset()

func (*ClBindPhonenumRet) String

func (x *ClBindPhonenumRet) String() string

type ClEnterBachall

type ClEnterBachall struct {
	Account []byte `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"` //账号
	Type    int32  `protobuf:"varint,2,opt,name=type,proto3" json:"type,omitempty"`      //类型(0:进入  1:退出)
	// contains filtered or unexported fields
}

func (*ClEnterBachall) Descriptor deprecated

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

Deprecated: Use ClEnterBachall.ProtoReflect.Descriptor instead.

func (*ClEnterBachall) GetAccount

func (x *ClEnterBachall) GetAccount() []byte

func (*ClEnterBachall) GetType

func (x *ClEnterBachall) GetType() int32

func (*ClEnterBachall) ProtoMessage

func (*ClEnterBachall) ProtoMessage()

func (*ClEnterBachall) ProtoReflect

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

func (*ClEnterBachall) Reset

func (x *ClEnterBachall) Reset()

func (*ClEnterBachall) String

func (x *ClEnterBachall) String() string

type ClGameActiveNoticeRet

type ClGameActiveNoticeRet struct {
	Notices []*StClNotice `protobuf:"bytes,1,rep,name=notices,proto3" json:"notices,omitempty"`
	// contains filtered or unexported fields
}

游戏活动公告

func (*ClGameActiveNoticeRet) Descriptor deprecated

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

Deprecated: Use ClGameActiveNoticeRet.ProtoReflect.Descriptor instead.

func (*ClGameActiveNoticeRet) GetNotices

func (x *ClGameActiveNoticeRet) GetNotices() []*StClNotice

func (*ClGameActiveNoticeRet) ProtoMessage

func (*ClGameActiveNoticeRet) ProtoMessage()

func (*ClGameActiveNoticeRet) ProtoReflect

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

func (*ClGameActiveNoticeRet) Reset

func (x *ClGameActiveNoticeRet) Reset()

func (*ClGameActiveNoticeRet) String

func (x *ClGameActiveNoticeRet) String() string

type ClGameServerClose

type ClGameServerClose struct {
	ServerId int32 `protobuf:"varint,1,opt,name=server_id,json=serverId,proto3" json:"server_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ClGameServerClose) Descriptor deprecated

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

Deprecated: Use ClGameServerClose.ProtoReflect.Descriptor instead.

func (*ClGameServerClose) GetServerId

func (x *ClGameServerClose) GetServerId() int32

func (*ClGameServerClose) ProtoMessage

func (*ClGameServerClose) ProtoMessage()

func (*ClGameServerClose) ProtoReflect

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

func (*ClGameServerClose) Reset

func (x *ClGameServerClose) Reset()

func (*ClGameServerClose) String

func (x *ClGameServerClose) String() string

type ClGameServerNoticeRet

type ClGameServerNoticeRet struct {
	MsgType     int32    `protobuf:"varint,1,opt,name=msg_type,json=msgType,proto3" json:"msg_type,omitempty"`             //消息类型
	MsgTemplete int32    `protobuf:"varint,2,opt,name=msg_templete,json=msgTemplete,proto3" json:"msg_templete,omitempty"` //消息模板
	Paramlist   []string `protobuf:"bytes,3,rep,name=paramlist,proto3" json:"paramlist,omitempty"`                         //参数列表
	Playerid    int64    `protobuf:"varint,4,opt,name=playerid,proto3" json:"playerid,omitempty"`                          //触发公告的玩家ID
	// contains filtered or unexported fields
}

公告 LbmsGameServerNoticeRet

func (*ClGameServerNoticeRet) Descriptor deprecated

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

Deprecated: Use ClGameServerNoticeRet.ProtoReflect.Descriptor instead.

func (*ClGameServerNoticeRet) GetMsgTemplete

func (x *ClGameServerNoticeRet) GetMsgTemplete() int32

func (*ClGameServerNoticeRet) GetMsgType

func (x *ClGameServerNoticeRet) GetMsgType() int32

func (*ClGameServerNoticeRet) GetParamlist

func (x *ClGameServerNoticeRet) GetParamlist() []string

func (*ClGameServerNoticeRet) GetPlayerid

func (x *ClGameServerNoticeRet) GetPlayerid() int64

func (*ClGameServerNoticeRet) ProtoMessage

func (*ClGameServerNoticeRet) ProtoMessage()

func (*ClGameServerNoticeRet) ProtoReflect

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

func (*ClGameServerNoticeRet) Reset

func (x *ClGameServerNoticeRet) Reset()

func (*ClGameServerNoticeRet) String

func (x *ClGameServerNoticeRet) String() string

type ClGameserverlistRet

type ClGameserverlistRet struct {
	Gslist []*Stgameserver `protobuf:"bytes,1,rep,name=gslist,proto3" json:"gslist,omitempty"` //服务器列表
	// contains filtered or unexported fields
}

func (*ClGameserverlistRet) Descriptor deprecated

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

Deprecated: Use ClGameserverlistRet.ProtoReflect.Descriptor instead.

func (*ClGameserverlistRet) GetGslist

func (x *ClGameserverlistRet) GetGslist() []*Stgameserver

func (*ClGameserverlistRet) ProtoMessage

func (*ClGameserverlistRet) ProtoMessage()

func (*ClGameserverlistRet) ProtoReflect

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

func (*ClGameserverlistRet) Reset

func (x *ClGameserverlistRet) Reset()

func (*ClGameserverlistRet) String

func (x *ClGameserverlistRet) String() string

type ClGetSelfUserinfo

type ClGetSelfUserinfo struct {
	Account []byte `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"` //gameid
	// contains filtered or unexported fields
}

func (*ClGetSelfUserinfo) Descriptor deprecated

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

Deprecated: Use ClGetSelfUserinfo.ProtoReflect.Descriptor instead.

func (*ClGetSelfUserinfo) GetAccount

func (x *ClGetSelfUserinfo) GetAccount() []byte

func (*ClGetSelfUserinfo) ProtoMessage

func (*ClGetSelfUserinfo) ProtoMessage()

func (*ClGetSelfUserinfo) ProtoReflect

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

func (*ClGetSelfUserinfo) Reset

func (x *ClGetSelfUserinfo) Reset()

func (*ClGetSelfUserinfo) String

func (x *ClGetSelfUserinfo) String() string

type ClGetSelfUserinfoRet

type ClGetSelfUserinfoRet struct {
	Accountid     int64  `protobuf:"varint,1,opt,name=accountid,proto3" json:"accountid,omitempty"`         //账号I D
	Account       []byte `protobuf:"bytes,2,opt,name=account,proto3" json:"account,omitempty"`              //账号
	Gameid        int64  `protobuf:"varint,3,opt,name=gameid,proto3" json:"gameid,omitempty"`               //游戏 I D
	Nickname      []byte `protobuf:"bytes,4,opt,name=nickname,proto3" json:"nickname,omitempty"`            //昵称
	Faceid        int32  `protobuf:"varint,5,opt,name=faceid,proto3" json:"faceid,omitempty"`               //头像id
	Viplevel      int32  `protobuf:"varint,6,opt,name=viplevel,proto3" json:"viplevel,omitempty"`           //VIP等级
	Vipexperience int64  `protobuf:"varint,7,opt,name=vipexperience,proto3" json:"vipexperience,omitempty"` //VIP经验
	Sex           int32  `protobuf:"varint,8,opt,name=sex,proto3" json:"sex,omitempty"`                     //0女,1男
	Usergoldcoin  int64  `protobuf:"varint,9,opt,name=usergoldcoin,proto3" json:"usergoldcoin,omitempty"`   //金币
	Moormachine   int32  `protobuf:"varint,10,opt,name=moormachine,proto3" json:"moormachine,omitempty"`    //绑定机器,0未绑定
	Headimgurl    []byte `protobuf:"bytes,11,opt,name=headimgurl,proto3" json:"headimgurl,omitempty"`       //微信头像
	Bankgold      uint64 `protobuf:"varint,12,opt,name=bankgold,proto3" json:"bankgold,omitempty"`
	Recharge      uint64 `protobuf:"varint,13,opt,name=recharge,proto3" json:"recharge,omitempty"`
	Sign          string `protobuf:"bytes,14,opt,name=sign,proto3" json:"sign,omitempty"`
	Ret           int32  `protobuf:"varint,15,opt,name=ret,proto3" json:"ret,omitempty"`
	// contains filtered or unexported fields
}

func (*ClGetSelfUserinfoRet) Descriptor deprecated

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

Deprecated: Use ClGetSelfUserinfoRet.ProtoReflect.Descriptor instead.

func (*ClGetSelfUserinfoRet) GetAccount

func (x *ClGetSelfUserinfoRet) GetAccount() []byte

func (*ClGetSelfUserinfoRet) GetAccountid

func (x *ClGetSelfUserinfoRet) GetAccountid() int64

func (*ClGetSelfUserinfoRet) GetBankgold

func (x *ClGetSelfUserinfoRet) GetBankgold() uint64

func (*ClGetSelfUserinfoRet) GetFaceid

func (x *ClGetSelfUserinfoRet) GetFaceid() int32

func (*ClGetSelfUserinfoRet) GetGameid

func (x *ClGetSelfUserinfoRet) GetGameid() int64

func (*ClGetSelfUserinfoRet) GetHeadimgurl

func (x *ClGetSelfUserinfoRet) GetHeadimgurl() []byte

func (*ClGetSelfUserinfoRet) GetMoormachine

func (x *ClGetSelfUserinfoRet) GetMoormachine() int32

func (*ClGetSelfUserinfoRet) GetNickname

func (x *ClGetSelfUserinfoRet) GetNickname() []byte

func (*ClGetSelfUserinfoRet) GetRecharge

func (x *ClGetSelfUserinfoRet) GetRecharge() uint64

func (*ClGetSelfUserinfoRet) GetRet

func (x *ClGetSelfUserinfoRet) GetRet() int32

func (*ClGetSelfUserinfoRet) GetSex

func (x *ClGetSelfUserinfoRet) GetSex() int32

func (*ClGetSelfUserinfoRet) GetSign

func (x *ClGetSelfUserinfoRet) GetSign() string

func (*ClGetSelfUserinfoRet) GetUsergoldcoin

func (x *ClGetSelfUserinfoRet) GetUsergoldcoin() int64

func (*ClGetSelfUserinfoRet) GetVipexperience

func (x *ClGetSelfUserinfoRet) GetVipexperience() int64

func (*ClGetSelfUserinfoRet) GetViplevel

func (x *ClGetSelfUserinfoRet) GetViplevel() int32

func (*ClGetSelfUserinfoRet) ProtoMessage

func (*ClGetSelfUserinfoRet) ProtoMessage()

func (*ClGetSelfUserinfoRet) ProtoReflect

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

func (*ClGetSelfUserinfoRet) Reset

func (x *ClGetSelfUserinfoRet) Reset()

func (*ClGetSelfUserinfoRet) String

func (x *ClGetSelfUserinfoRet) String() string

type ClGetgameserverlist

type ClGetgameserverlist struct {
	// contains filtered or unexported fields
}

func (*ClGetgameserverlist) Descriptor deprecated

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

Deprecated: Use ClGetgameserverlist.ProtoReflect.Descriptor instead.

func (*ClGetgameserverlist) ProtoMessage

func (*ClGetgameserverlist) ProtoMessage()

func (*ClGetgameserverlist) ProtoReflect

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

func (*ClGetgameserverlist) Reset

func (x *ClGetgameserverlist) Reset()

func (*ClGetgameserverlist) String

func (x *ClGetgameserverlist) String() string

type ClGetsmscode

type ClGetsmscode struct {
	Phonenum   []byte `protobuf:"bytes,1,opt,name=phonenum,proto3" json:"phonenum,omitempty"`      //手机号码
	Verifytype int32  `protobuf:"varint,2,opt,name=verifytype,proto3" json:"verifytype,omitempty"` //获取类型
	Accountid  int64  `protobuf:"varint,3,opt,name=accountid,proto3" json:"accountid,omitempty"`   //账号I D
	// contains filtered or unexported fields
}

获取手机验证码

func (*ClGetsmscode) Descriptor deprecated

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

Deprecated: Use ClGetsmscode.ProtoReflect.Descriptor instead.

func (*ClGetsmscode) GetAccountid

func (x *ClGetsmscode) GetAccountid() int64

func (*ClGetsmscode) GetPhonenum

func (x *ClGetsmscode) GetPhonenum() []byte

func (*ClGetsmscode) GetVerifytype

func (x *ClGetsmscode) GetVerifytype() int32

func (*ClGetsmscode) ProtoMessage

func (*ClGetsmscode) ProtoMessage()

func (*ClGetsmscode) ProtoReflect

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

func (*ClGetsmscode) Reset

func (x *ClGetsmscode) Reset()

func (*ClGetsmscode) String

func (x *ClGetsmscode) String() string

type ClGetsmscodeRet

type ClGetsmscodeRet struct {
	Ret int32 `protobuf:"varint,1,opt,name=ret,proto3" json:"ret,omitempty"` //0为成功,1失败,
	// contains filtered or unexported fields
}

func (*ClGetsmscodeRet) Descriptor deprecated

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

Deprecated: Use ClGetsmscodeRet.ProtoReflect.Descriptor instead.

func (*ClGetsmscodeRet) GetRet

func (x *ClGetsmscodeRet) GetRet() int32

func (*ClGetsmscodeRet) ProtoMessage

func (*ClGetsmscodeRet) ProtoMessage()

func (*ClGetsmscodeRet) ProtoReflect

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

func (*ClGetsmscodeRet) Reset

func (x *ClGetsmscodeRet) Reset()

func (*ClGetsmscodeRet) String

func (x *ClGetsmscodeRet) String() string

type ClLogon

type ClLogon struct {
	Logontype  int32  `protobuf:"varint,1,opt,name=logontype,proto3" json:"logontype,omitempty"`                     //1 gameid登录,2 账号登录,3 微信登录,4 游客登录,5 工具登录(信息都填入account中,包括id登录)
	Account    []byte `protobuf:"bytes,2,opt,name=account,proto3" json:"account,omitempty"`                          //账号 gameid, 账号/手机号, 微信openid, 机器序列号
	Pwd        []byte `protobuf:"bytes,3,opt,name=pwd,proto3" json:"pwd,omitempty"`                                  //密码,当logontype = 3,4时,该字段为空
	Devicetype int32  `protobuf:"varint,4,opt,name=devicetype,proto3" json:"devicetype,omitempty"`                   //0未知,1 android, 2 ios, 3 pc
	Loginip    []byte `protobuf:"bytes,5,opt,name=loginip,proto3" json:"loginip,omitempty"`                          //登录IP
	Mac        []byte `protobuf:"bytes,6,opt,name=mac,proto3" json:"mac,omitempty"`                                  //设备唯一码
	Smscode    int32  `protobuf:"varint,7,opt,name=smscode,proto3" json:"smscode,omitempty"`                         //验证码
	Phonenum   []byte `protobuf:"bytes,8,opt,name=phonenum,proto3" json:"phonenum,omitempty"`                        //手机号码
	PlatformId int32  `protobuf:"varint,9,opt,name=platform_id,json=platformId,proto3" json:"platform_id,omitempty"` //平台id
	// contains filtered or unexported fields
}

func (*ClLogon) Descriptor deprecated

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

Deprecated: Use ClLogon.ProtoReflect.Descriptor instead.

func (*ClLogon) GetAccount

func (x *ClLogon) GetAccount() []byte

func (*ClLogon) GetDevicetype

func (x *ClLogon) GetDevicetype() int32

func (*ClLogon) GetLoginip

func (x *ClLogon) GetLoginip() []byte

func (*ClLogon) GetLogontype

func (x *ClLogon) GetLogontype() int32

func (*ClLogon) GetMac

func (x *ClLogon) GetMac() []byte

func (*ClLogon) GetPhonenum

func (x *ClLogon) GetPhonenum() []byte

func (*ClLogon) GetPlatformId

func (x *ClLogon) GetPlatformId() int32

func (*ClLogon) GetPwd

func (x *ClLogon) GetPwd() []byte

func (*ClLogon) GetSmscode

func (x *ClLogon) GetSmscode() int32

func (*ClLogon) ProtoMessage

func (*ClLogon) ProtoMessage()

func (*ClLogon) ProtoReflect

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

func (*ClLogon) Reset

func (x *ClLogon) Reset()

func (*ClLogon) String

func (x *ClLogon) String() string

type ClLogonRet

type ClLogonRet struct {
	Ret          int32          `protobuf:"varint,1,opt,name=ret,proto3" json:"ret,omitempty"`                                         //0为成功,1失败
	Userinfo     *StAccountInfo `protobuf:"bytes,2,opt,name=userinfo,proto3" json:"userinfo,omitempty"`                                //玩家信息  //其他信息用其他协议同步推送到客户端
	Token        int32          `protobuf:"varint,3,opt,name=token,proto3" json:"token,omitempty"`                                     //登录token
	GameServerId int32          `protobuf:"varint,4,opt,name=game_server_id,json=gameServerId,proto3" json:"game_server_id,omitempty"` //服务器id
	ServerTime   int64          `protobuf:"varint,5,opt,name=server_time,json=serverTime,proto3" json:"server_time,omitempty"`         //服务器时间
	// contains filtered or unexported fields
}

玩家登录返回

func (*ClLogonRet) Descriptor deprecated

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

Deprecated: Use ClLogonRet.ProtoReflect.Descriptor instead.

func (*ClLogonRet) GetGameServerId

func (x *ClLogonRet) GetGameServerId() int32

func (*ClLogonRet) GetRet

func (x *ClLogonRet) GetRet() int32

func (*ClLogonRet) GetServerTime

func (x *ClLogonRet) GetServerTime() int64

func (*ClLogonRet) GetToken

func (x *ClLogonRet) GetToken() int32

func (*ClLogonRet) GetUserinfo

func (x *ClLogonRet) GetUserinfo() *StAccountInfo

func (*ClLogonRet) ProtoMessage

func (*ClLogonRet) ProtoMessage()

func (*ClLogonRet) ProtoReflect

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

func (*ClLogonRet) Reset

func (x *ClLogonRet) Reset()

func (*ClLogonRet) String

func (x *ClLogonRet) String() string

type ClLogout

type ClLogout struct {
	Resaon    int32 `protobuf:"varint,1,opt,name=resaon,proto3" json:"resaon,omitempty"`
	Accountid int64 `protobuf:"varint,2,opt,name=accountid,proto3" json:"accountid,omitempty"` //账号I D
	// contains filtered or unexported fields
}

func (*ClLogout) Descriptor deprecated

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

Deprecated: Use ClLogout.ProtoReflect.Descriptor instead.

func (*ClLogout) GetAccountid

func (x *ClLogout) GetAccountid() int64

func (*ClLogout) GetResaon

func (x *ClLogout) GetResaon() int32

func (*ClLogout) ProtoMessage

func (*ClLogout) ProtoMessage()

func (*ClLogout) ProtoReflect

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

func (*ClLogout) Reset

func (x *ClLogout) Reset()

func (*ClLogout) String

func (x *ClLogout) String() string

type ClLogoutRet

type ClLogoutRet struct {
	Ret    int32 `protobuf:"varint,1,opt,name=ret,proto3" json:"ret,omitempty"`
	Resaon int32 `protobuf:"varint,2,opt,name=resaon,proto3" json:"resaon,omitempty"`
	// contains filtered or unexported fields
}

func (*ClLogoutRet) Descriptor deprecated

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

Deprecated: Use ClLogoutRet.ProtoReflect.Descriptor instead.

func (*ClLogoutRet) GetResaon

func (x *ClLogoutRet) GetResaon() int32

func (*ClLogoutRet) GetRet

func (x *ClLogoutRet) GetRet() int32

func (*ClLogoutRet) ProtoMessage

func (*ClLogoutRet) ProtoMessage()

func (*ClLogoutRet) ProtoReflect

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

func (*ClLogoutRet) Reset

func (x *ClLogoutRet) Reset()

func (*ClLogoutRet) String

func (x *ClLogoutRet) String() string

type ClModifyHeadshot

type ClModifyHeadshot struct {
	Accountid  int64 `protobuf:"varint,1,opt,name=accountid,proto3" json:"accountid,omitempty"`
	Headshotid int32 `protobuf:"varint,2,opt,name=headshotid,proto3" json:"headshotid,omitempty"`
	// contains filtered or unexported fields
}

func (*ClModifyHeadshot) Descriptor deprecated

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

Deprecated: Use ClModifyHeadshot.ProtoReflect.Descriptor instead.

func (*ClModifyHeadshot) GetAccountid

func (x *ClModifyHeadshot) GetAccountid() int64

func (*ClModifyHeadshot) GetHeadshotid

func (x *ClModifyHeadshot) GetHeadshotid() int32

func (*ClModifyHeadshot) ProtoMessage

func (*ClModifyHeadshot) ProtoMessage()

func (*ClModifyHeadshot) ProtoReflect

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

func (*ClModifyHeadshot) Reset

func (x *ClModifyHeadshot) Reset()

func (*ClModifyHeadshot) String

func (x *ClModifyHeadshot) String() string

type ClModifyHeadshotRet

type ClModifyHeadshotRet struct {
	Ret        int32 `protobuf:"varint,1,opt,name=ret,proto3" json:"ret,omitempty"`
	Headshotid int32 `protobuf:"varint,2,opt,name=headshotid,proto3" json:"headshotid,omitempty"`
	// contains filtered or unexported fields
}

func (*ClModifyHeadshotRet) Descriptor deprecated

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

Deprecated: Use ClModifyHeadshotRet.ProtoReflect.Descriptor instead.

func (*ClModifyHeadshotRet) GetHeadshotid

func (x *ClModifyHeadshotRet) GetHeadshotid() int32

func (*ClModifyHeadshotRet) GetRet

func (x *ClModifyHeadshotRet) GetRet() int32

func (*ClModifyHeadshotRet) ProtoMessage

func (*ClModifyHeadshotRet) ProtoMessage()

func (*ClModifyHeadshotRet) ProtoReflect

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

func (*ClModifyHeadshotRet) Reset

func (x *ClModifyHeadshotRet) Reset()

func (*ClModifyHeadshotRet) String

func (x *ClModifyHeadshotRet) String() string

type ClModifyNickname

type ClModifyNickname struct {
	Accountid int64  `protobuf:"varint,1,opt,name=accountid,proto3" json:"accountid,omitempty"`
	Nickname  []byte `protobuf:"bytes,2,opt,name=nickname,proto3" json:"nickname,omitempty"`
	// contains filtered or unexported fields
}

func (*ClModifyNickname) Descriptor deprecated

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

Deprecated: Use ClModifyNickname.ProtoReflect.Descriptor instead.

func (*ClModifyNickname) GetAccountid

func (x *ClModifyNickname) GetAccountid() int64

func (*ClModifyNickname) GetNickname

func (x *ClModifyNickname) GetNickname() []byte

func (*ClModifyNickname) ProtoMessage

func (*ClModifyNickname) ProtoMessage()

func (*ClModifyNickname) ProtoReflect

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

func (*ClModifyNickname) Reset

func (x *ClModifyNickname) Reset()

func (*ClModifyNickname) String

func (x *ClModifyNickname) String() string

type ClModifyNicknameRet

type ClModifyNicknameRet struct {
	Ret       int32  `protobuf:"varint,1,opt,name=ret,proto3" json:"ret,omitempty"`
	Nickname  []byte `protobuf:"bytes,2,opt,name=nickname,proto3" json:"nickname,omitempty"`
	CurrScore int64  `protobuf:"varint,3,opt,name=curr_score,json=currScore,proto3" json:"curr_score,omitempty"` //当前金币
	Cost      int64  `protobuf:"varint,4,opt,name=cost,proto3" json:"cost,omitempty"`                            //花费
	// contains filtered or unexported fields
}

func (*ClModifyNicknameRet) Descriptor deprecated

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

Deprecated: Use ClModifyNicknameRet.ProtoReflect.Descriptor instead.

func (*ClModifyNicknameRet) GetCost

func (x *ClModifyNicknameRet) GetCost() int64

func (*ClModifyNicknameRet) GetCurrScore

func (x *ClModifyNicknameRet) GetCurrScore() int64

func (*ClModifyNicknameRet) GetNickname

func (x *ClModifyNicknameRet) GetNickname() []byte

func (*ClModifyNicknameRet) GetRet

func (x *ClModifyNicknameRet) GetRet() int32

func (*ClModifyNicknameRet) ProtoMessage

func (*ClModifyNicknameRet) ProtoMessage()

func (*ClModifyNicknameRet) ProtoReflect

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

func (*ClModifyNicknameRet) Reset

func (x *ClModifyNicknameRet) Reset()

func (*ClModifyNicknameRet) String

func (x *ClModifyNicknameRet) String() string

type ClModifyUserInfo

type ClModifyUserInfo struct {
	Account []byte `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"` //账号
	Sex     int32  `protobuf:"varint,2,opt,name=sex,proto3" json:"sex,omitempty"`        //性别
	Sign    []byte `protobuf:"bytes,3,opt,name=sign,proto3" json:"sign,omitempty"`       //签名
	// contains filtered or unexported fields
}

修改个人信息

func (*ClModifyUserInfo) Descriptor deprecated

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

Deprecated: Use ClModifyUserInfo.ProtoReflect.Descriptor instead.

func (*ClModifyUserInfo) GetAccount

func (x *ClModifyUserInfo) GetAccount() []byte

func (*ClModifyUserInfo) GetSex

func (x *ClModifyUserInfo) GetSex() int32

func (*ClModifyUserInfo) GetSign

func (x *ClModifyUserInfo) GetSign() []byte

func (*ClModifyUserInfo) ProtoMessage

func (*ClModifyUserInfo) ProtoMessage()

func (*ClModifyUserInfo) ProtoReflect

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

func (*ClModifyUserInfo) Reset

func (x *ClModifyUserInfo) Reset()

func (*ClModifyUserInfo) String

func (x *ClModifyUserInfo) String() string

type ClModifyUserInfoRet

type ClModifyUserInfoRet struct {
	Ret int32 `protobuf:"varint,1,opt,name=ret,proto3" json:"ret,omitempty"` //结果
	// contains filtered or unexported fields
}

func (*ClModifyUserInfoRet) Descriptor deprecated

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

Deprecated: Use ClModifyUserInfoRet.ProtoReflect.Descriptor instead.

func (*ClModifyUserInfoRet) GetRet

func (x *ClModifyUserInfoRet) GetRet() int32

func (*ClModifyUserInfoRet) ProtoMessage

func (*ClModifyUserInfoRet) ProtoMessage()

func (*ClModifyUserInfoRet) ProtoReflect

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

func (*ClModifyUserInfoRet) Reset

func (x *ClModifyUserInfoRet) Reset()

func (*ClModifyUserInfoRet) String

func (x *ClModifyUserInfoRet) String() string

type ClOffline

type ClOffline struct {
	Accountid int64  `protobuf:"varint,1,opt,name=accountid,proto3" json:"accountid,omitempty"` //账号I D
	Sessionid uint32 `protobuf:"varint,2,opt,name=sessionid,proto3" json:"sessionid,omitempty"` //会话id
	// contains filtered or unexported fields
}

func (*ClOffline) Descriptor deprecated

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

Deprecated: Use ClOffline.ProtoReflect.Descriptor instead.

func (*ClOffline) GetAccountid

func (x *ClOffline) GetAccountid() int64

func (*ClOffline) GetSessionid

func (x *ClOffline) GetSessionid() uint32

func (*ClOffline) ProtoMessage

func (*ClOffline) ProtoMessage()

func (*ClOffline) ProtoReflect

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

func (*ClOffline) Reset

func (x *ClOffline) Reset()

func (*ClOffline) String

func (x *ClOffline) String() string

type ClRedeemGiveReq

type ClRedeemGiveReq struct {
	Account      []byte `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"`                                  //账号
	GiveToGameid int64  `protobuf:"varint,2,opt,name=give_to_gameid,json=giveToGameid,proto3" json:"give_to_gameid,omitempty"` //赠送对象gameid
	CardType     int32  `protobuf:"varint,3,opt,name=card_type,json=cardType,proto3" json:"card_type,omitempty"`               //兑换码类型
	CardNum      int32  `protobuf:"varint,4,opt,name=card_num,json=cardNum,proto3" json:"card_num,omitempty"`                  //兑换码数量
	GiveType     int32  `protobuf:"varint,5,opt,name=give_type,json=giveType,proto3" json:"give_type,omitempty"`               //赠送类型:0赠送给普通玩家,1赠送给v号
	// contains filtered or unexported fields
}

func (*ClRedeemGiveReq) Descriptor deprecated

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

Deprecated: Use ClRedeemGiveReq.ProtoReflect.Descriptor instead.

func (*ClRedeemGiveReq) GetAccount

func (x *ClRedeemGiveReq) GetAccount() []byte

func (*ClRedeemGiveReq) GetCardNum

func (x *ClRedeemGiveReq) GetCardNum() int32

func (*ClRedeemGiveReq) GetCardType

func (x *ClRedeemGiveReq) GetCardType() int32

func (*ClRedeemGiveReq) GetGiveToGameid

func (x *ClRedeemGiveReq) GetGiveToGameid() int64

func (*ClRedeemGiveReq) GetGiveType

func (x *ClRedeemGiveReq) GetGiveType() int32

func (*ClRedeemGiveReq) ProtoMessage

func (*ClRedeemGiveReq) ProtoMessage()

func (*ClRedeemGiveReq) ProtoReflect

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

func (*ClRedeemGiveReq) Reset

func (x *ClRedeemGiveReq) Reset()

func (*ClRedeemGiveReq) String

func (x *ClRedeemGiveReq) String() string

type ClRedeemGiveRet

type ClRedeemGiveRet struct {
	Ret          int32  `protobuf:"varint,1,opt,name=ret,proto3" json:"ret,omitempty"`                                         //结果
	GiveToGameid int64  `protobuf:"varint,2,opt,name=give_to_gameid,json=giveToGameid,proto3" json:"give_to_gameid,omitempty"` //赠送对象gameid
	CardType     int32  `protobuf:"varint,3,opt,name=card_type,json=cardType,proto3" json:"card_type,omitempty"`
	CardNum      int32  `protobuf:"varint,4,opt,name=card_num,json=cardNum,proto3" json:"card_num,omitempty"`
	GiveType     int32  `protobuf:"varint,5,opt,name=give_type,json=giveType,proto3" json:"give_type,omitempty"`         //赠送类型:0赠送给普通玩家,1赠送给v号
	TarNickname  []byte `protobuf:"bytes,6,opt,name=tar_nickname,json=tarNickname,proto3" json:"tar_nickname,omitempty"` //赠送对象昵称
	GiveTime     int32  `protobuf:"varint,7,opt,name=give_time,json=giveTime,proto3" json:"give_time,omitempty"`         //赠送时间
	CardNo       string `protobuf:"bytes,8,opt,name=card_no,json=cardNo,proto3" json:"card_no,omitempty"`                //兑换码卡号
	CardName     []byte `protobuf:"bytes,9,opt,name=card_name,json=cardName,proto3" json:"card_name,omitempty"`          //兑换卡名称
	Gold         int64  `protobuf:"varint,10,opt,name=gold,proto3" json:"gold,omitempty"`                                //金币
	// contains filtered or unexported fields
}

func (*ClRedeemGiveRet) Descriptor deprecated

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

Deprecated: Use ClRedeemGiveRet.ProtoReflect.Descriptor instead.

func (*ClRedeemGiveRet) GetCardName

func (x *ClRedeemGiveRet) GetCardName() []byte

func (*ClRedeemGiveRet) GetCardNo

func (x *ClRedeemGiveRet) GetCardNo() string

func (*ClRedeemGiveRet) GetCardNum

func (x *ClRedeemGiveRet) GetCardNum() int32

func (*ClRedeemGiveRet) GetCardType

func (x *ClRedeemGiveRet) GetCardType() int32

func (*ClRedeemGiveRet) GetGiveTime

func (x *ClRedeemGiveRet) GetGiveTime() int32

func (*ClRedeemGiveRet) GetGiveToGameid

func (x *ClRedeemGiveRet) GetGiveToGameid() int64

func (*ClRedeemGiveRet) GetGiveType

func (x *ClRedeemGiveRet) GetGiveType() int32

func (*ClRedeemGiveRet) GetGold

func (x *ClRedeemGiveRet) GetGold() int64

func (*ClRedeemGiveRet) GetRet

func (x *ClRedeemGiveRet) GetRet() int32

func (*ClRedeemGiveRet) GetTarNickname

func (x *ClRedeemGiveRet) GetTarNickname() []byte

func (*ClRedeemGiveRet) ProtoMessage

func (*ClRedeemGiveRet) ProtoMessage()

func (*ClRedeemGiveRet) ProtoReflect

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

func (*ClRedeemGiveRet) Reset

func (x *ClRedeemGiveRet) Reset()

func (*ClRedeemGiveRet) String

func (x *ClRedeemGiveRet) String() string

type ClRedeemInfoReq

type ClRedeemInfoReq struct {
	Account []byte `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"` //账号
	// contains filtered or unexported fields
}

func (*ClRedeemInfoReq) Descriptor deprecated

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

Deprecated: Use ClRedeemInfoReq.ProtoReflect.Descriptor instead.

func (*ClRedeemInfoReq) GetAccount

func (x *ClRedeemInfoReq) GetAccount() []byte

func (*ClRedeemInfoReq) ProtoMessage

func (*ClRedeemInfoReq) ProtoMessage()

func (*ClRedeemInfoReq) ProtoReflect

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

func (*ClRedeemInfoReq) Reset

func (x *ClRedeemInfoReq) Reset()

func (*ClRedeemInfoReq) String

func (x *ClRedeemInfoReq) String() string

type ClRedeemInfoRet

type ClRedeemInfoRet struct {
	Accountid     int64              `protobuf:"varint,1,opt,name=accountid,proto3" json:"accountid,omitempty"`
	RedeemRecords []*RedeemGiveLog   `protobuf:"bytes,2,rep,name=redeem_records,json=redeemRecords,proto3" json:"redeem_records,omitempty"` //赠送记录
	Infos         []*RedeemGroupInfo `protobuf:"bytes,3,rep,name=infos,proto3" json:"infos,omitempty"`                                      //当前拥有的兑换卡类型及数量
	// contains filtered or unexported fields
}

func (*ClRedeemInfoRet) Descriptor deprecated

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

Deprecated: Use ClRedeemInfoRet.ProtoReflect.Descriptor instead.

func (*ClRedeemInfoRet) GetAccountid

func (x *ClRedeemInfoRet) GetAccountid() int64

func (*ClRedeemInfoRet) GetInfos

func (x *ClRedeemInfoRet) GetInfos() []*RedeemGroupInfo

func (*ClRedeemInfoRet) GetRedeemRecords

func (x *ClRedeemInfoRet) GetRedeemRecords() []*RedeemGiveLog

func (*ClRedeemInfoRet) ProtoMessage

func (*ClRedeemInfoRet) ProtoMessage()

func (*ClRedeemInfoRet) ProtoReflect

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

func (*ClRedeemInfoRet) Reset

func (x *ClRedeemInfoRet) Reset()

func (*ClRedeemInfoRet) String

func (x *ClRedeemInfoRet) String() string

type ClRedeemQueryInfoReq

type ClRedeemQueryInfoReq struct {
	Account []byte `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"`             //账号
	CardNo  string `protobuf:"bytes,2,opt,name=card_no,json=cardNo,proto3" json:"card_no,omitempty"` //兑换码卡号
	// contains filtered or unexported fields
}

func (*ClRedeemQueryInfoReq) Descriptor deprecated

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

Deprecated: Use ClRedeemQueryInfoReq.ProtoReflect.Descriptor instead.

func (*ClRedeemQueryInfoReq) GetAccount

func (x *ClRedeemQueryInfoReq) GetAccount() []byte

func (*ClRedeemQueryInfoReq) GetCardNo

func (x *ClRedeemQueryInfoReq) GetCardNo() string

func (*ClRedeemQueryInfoReq) ProtoMessage

func (*ClRedeemQueryInfoReq) ProtoMessage()

func (*ClRedeemQueryInfoReq) ProtoReflect

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

func (*ClRedeemQueryInfoReq) Reset

func (x *ClRedeemQueryInfoReq) Reset()

func (*ClRedeemQueryInfoReq) String

func (x *ClRedeemQueryInfoReq) String() string

type ClRedeemQueryInfoRet

type ClRedeemQueryInfoRet struct {
	CardNo       string `protobuf:"bytes,1,opt,name=card_no,json=cardNo,proto3" json:"card_no,omitempty"`                      //兑换码卡号
	UserNickname []byte `protobuf:"bytes,2,opt,name=user_nickname,json=userNickname,proto3" json:"user_nickname,omitempty"`    //使用者昵称,未使用则无
	Gold         int32  `protobuf:"varint,3,opt,name=gold,proto3" json:"gold,omitempty"`                                       //金币
	ValidEndTime int32  `protobuf:"varint,4,opt,name=valid_end_time,json=validEndTime,proto3" json:"valid_end_time,omitempty"` //有效日期
	UseTime      int32  `protobuf:"varint,5,opt,name=use_time,json=useTime,proto3" json:"use_time,omitempty"`                  //使用日期
	Ret          int32  `protobuf:"varint,6,opt,name=ret,proto3" json:"ret,omitempty"`
	Gameid       int64  `protobuf:"varint,7,opt,name=gameid,proto3" json:"gameid,omitempty"` //获赠玩家gameid
	// contains filtered or unexported fields
}

func (*ClRedeemQueryInfoRet) Descriptor deprecated

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

Deprecated: Use ClRedeemQueryInfoRet.ProtoReflect.Descriptor instead.

func (*ClRedeemQueryInfoRet) GetCardNo

func (x *ClRedeemQueryInfoRet) GetCardNo() string

func (*ClRedeemQueryInfoRet) GetGameid

func (x *ClRedeemQueryInfoRet) GetGameid() int64

func (*ClRedeemQueryInfoRet) GetGold

func (x *ClRedeemQueryInfoRet) GetGold() int32

func (*ClRedeemQueryInfoRet) GetRet

func (x *ClRedeemQueryInfoRet) GetRet() int32

func (*ClRedeemQueryInfoRet) GetUseTime

func (x *ClRedeemQueryInfoRet) GetUseTime() int32

func (*ClRedeemQueryInfoRet) GetUserNickname

func (x *ClRedeemQueryInfoRet) GetUserNickname() []byte

func (*ClRedeemQueryInfoRet) GetValidEndTime

func (x *ClRedeemQueryInfoRet) GetValidEndTime() int32

func (*ClRedeemQueryInfoRet) ProtoMessage

func (*ClRedeemQueryInfoRet) ProtoMessage()

func (*ClRedeemQueryInfoRet) ProtoReflect

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

func (*ClRedeemQueryInfoRet) Reset

func (x *ClRedeemQueryInfoRet) Reset()

func (*ClRedeemQueryInfoRet) String

func (x *ClRedeemQueryInfoRet) String() string

type ClRegister

type ClRegister struct {
	Account        []byte `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"`                           //账号
	Pwd            []byte `protobuf:"bytes,2,opt,name=pwd,proto3" json:"pwd,omitempty"`                                   //注册密码
	Nickname       []byte `protobuf:"bytes,3,opt,name=nickname,proto3" json:"nickname,omitempty"`                         //昵称
	Mac            []byte `protobuf:"bytes,4,opt,name=mac,proto3" json:"mac,omitempty"`                                   //mac地址
	Devicetype     int32  `protobuf:"varint,5,opt,name=devicetype,proto3" json:"devicetype,omitempty"`                    //0未知,1 android, 2 ios, 3 pc
	Ip             []byte `protobuf:"bytes,6,opt,name=ip,proto3" json:"ip,omitempty"`                                     //IP
	Spreadergameid int64  `protobuf:"varint,7,opt,name=spreadergameid,proto3" json:"spreadergameid,omitempty"`            //推荐人gameid
	Downchannel    int32  `protobuf:"varint,8,opt,name=downchannel,proto3" json:"downchannel,omitempty"`                  //下载渠道
	Smscode        int32  `protobuf:"varint,9,opt,name=smscode,proto3" json:"smscode,omitempty"`                          //验证码
	PlatformId     int32  `protobuf:"varint,10,opt,name=platform_id,json=platformId,proto3" json:"platform_id,omitempty"` //平台id
	// contains filtered or unexported fields
}

玩家注册账号

func (*ClRegister) Descriptor deprecated

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

Deprecated: Use ClRegister.ProtoReflect.Descriptor instead.

func (*ClRegister) GetAccount

func (x *ClRegister) GetAccount() []byte

func (*ClRegister) GetDevicetype

func (x *ClRegister) GetDevicetype() int32

func (*ClRegister) GetDownchannel

func (x *ClRegister) GetDownchannel() int32

func (*ClRegister) GetIp

func (x *ClRegister) GetIp() []byte

func (*ClRegister) GetMac

func (x *ClRegister) GetMac() []byte

func (*ClRegister) GetNickname

func (x *ClRegister) GetNickname() []byte

func (*ClRegister) GetPlatformId

func (x *ClRegister) GetPlatformId() int32

func (*ClRegister) GetPwd

func (x *ClRegister) GetPwd() []byte

func (*ClRegister) GetSmscode

func (x *ClRegister) GetSmscode() int32

func (*ClRegister) GetSpreadergameid

func (x *ClRegister) GetSpreadergameid() int64

func (*ClRegister) ProtoMessage

func (*ClRegister) ProtoMessage()

func (*ClRegister) ProtoReflect

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

func (*ClRegister) Reset

func (x *ClRegister) Reset()

func (*ClRegister) String

func (x *ClRegister) String() string

type ClRegisterRet

type ClRegisterRet struct {
	Ret       int32  `protobuf:"varint,1,opt,name=ret,proto3" json:"ret,omitempty"`             //0为成功
	Account   []byte `protobuf:"bytes,2,opt,name=account,proto3" json:"account,omitempty"`      //账号
	Accountid int64  `protobuf:"varint,3,opt,name=accountid,proto3" json:"accountid,omitempty"` //账号id
	Gameid    int64  `protobuf:"varint,4,opt,name=gameid,proto3" json:"gameid,omitempty"`       //gameid
	Usertype  int32  `protobuf:"varint,5,opt,name=usertype,proto3" json:"usertype,omitempty"`   //用户类型
	Addscore  int64  `protobuf:"varint,6,opt,name=addscore,proto3" json:"addscore,omitempty"`   //额外获得金币
	// contains filtered or unexported fields
}

func (*ClRegisterRet) Descriptor deprecated

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

Deprecated: Use ClRegisterRet.ProtoReflect.Descriptor instead.

func (*ClRegisterRet) GetAccount

func (x *ClRegisterRet) GetAccount() []byte

func (*ClRegisterRet) GetAccountid

func (x *ClRegisterRet) GetAccountid() int64

func (*ClRegisterRet) GetAddscore

func (x *ClRegisterRet) GetAddscore() int64

func (*ClRegisterRet) GetGameid

func (x *ClRegisterRet) GetGameid() int64

func (*ClRegisterRet) GetRet

func (x *ClRegisterRet) GetRet() int32

func (*ClRegisterRet) GetUsertype

func (x *ClRegisterRet) GetUsertype() int32

func (*ClRegisterRet) ProtoMessage

func (*ClRegisterRet) ProtoMessage()

func (*ClRegisterRet) ProtoReflect

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

func (*ClRegisterRet) Reset

func (x *ClRegisterRet) Reset()

func (*ClRegisterRet) String

func (x *ClRegisterRet) String() string

type ClResetBankPwd

type ClResetBankPwd struct {
	Phonenum   []byte `protobuf:"bytes,1,opt,name=phonenum,proto3" json:"phonenum,omitempty"`                        //手机号
	Smscode    int32  `protobuf:"varint,2,opt,name=smscode,proto3" json:"smscode,omitempty"`                         //验证码
	Pwd        []byte `protobuf:"bytes,3,opt,name=pwd,proto3" json:"pwd,omitempty"`                                  //新密码
	Account    []byte `protobuf:"bytes,4,opt,name=account,proto3" json:"account,omitempty"`                          //账号
	PlatformId int32  `protobuf:"varint,5,opt,name=platform_id,json=platformId,proto3" json:"platform_id,omitempty"` //平台id
	// contains filtered or unexported fields
}

func (*ClResetBankPwd) Descriptor deprecated

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

Deprecated: Use ClResetBankPwd.ProtoReflect.Descriptor instead.

func (*ClResetBankPwd) GetAccount

func (x *ClResetBankPwd) GetAccount() []byte

func (*ClResetBankPwd) GetPhonenum

func (x *ClResetBankPwd) GetPhonenum() []byte

func (*ClResetBankPwd) GetPlatformId

func (x *ClResetBankPwd) GetPlatformId() int32

func (*ClResetBankPwd) GetPwd

func (x *ClResetBankPwd) GetPwd() []byte

func (*ClResetBankPwd) GetSmscode

func (x *ClResetBankPwd) GetSmscode() int32

func (*ClResetBankPwd) ProtoMessage

func (*ClResetBankPwd) ProtoMessage()

func (*ClResetBankPwd) ProtoReflect

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

func (*ClResetBankPwd) Reset

func (x *ClResetBankPwd) Reset()

func (*ClResetBankPwd) String

func (x *ClResetBankPwd) String() string

type ClResetBankPwdRet

type ClResetBankPwdRet struct {
	Ret    int32  `protobuf:"varint,1,opt,name=ret,proto3" json:"ret,omitempty"`
	Newpwd []byte `protobuf:"bytes,2,opt,name=newpwd,proto3" json:"newpwd,omitempty"`
	Gameid int64  `protobuf:"varint,3,opt,name=gameid,proto3" json:"gameid,omitempty"`
	// contains filtered or unexported fields
}

func (*ClResetBankPwdRet) Descriptor deprecated

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

Deprecated: Use ClResetBankPwdRet.ProtoReflect.Descriptor instead.

func (*ClResetBankPwdRet) GetGameid

func (x *ClResetBankPwdRet) GetGameid() int64

func (*ClResetBankPwdRet) GetNewpwd

func (x *ClResetBankPwdRet) GetNewpwd() []byte

func (*ClResetBankPwdRet) GetRet

func (x *ClResetBankPwdRet) GetRet() int32

func (*ClResetBankPwdRet) ProtoMessage

func (*ClResetBankPwdRet) ProtoMessage()

func (*ClResetBankPwdRet) ProtoReflect

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

func (*ClResetBankPwdRet) Reset

func (x *ClResetBankPwdRet) Reset()

func (*ClResetBankPwdRet) String

func (x *ClResetBankPwdRet) String() string

type ClResetPasswd

type ClResetPasswd struct {
	Phonenum   []byte `protobuf:"bytes,1,opt,name=phonenum,proto3" json:"phonenum,omitempty"`                        //手机号
	Smscode    int32  `protobuf:"varint,2,opt,name=smscode,proto3" json:"smscode,omitempty"`                         //验证码
	Pwd        []byte `protobuf:"bytes,3,opt,name=pwd,proto3" json:"pwd,omitempty"`                                  //新密码
	Account    []byte `protobuf:"bytes,4,opt,name=account,proto3" json:"account,omitempty"`                          //账号
	PlatformId int32  `protobuf:"varint,5,opt,name=platform_id,json=platformId,proto3" json:"platform_id,omitempty"` //平台id
	// contains filtered or unexported fields
}

func (*ClResetPasswd) Descriptor deprecated

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

Deprecated: Use ClResetPasswd.ProtoReflect.Descriptor instead.

func (*ClResetPasswd) GetAccount

func (x *ClResetPasswd) GetAccount() []byte

func (*ClResetPasswd) GetPhonenum

func (x *ClResetPasswd) GetPhonenum() []byte

func (*ClResetPasswd) GetPlatformId

func (x *ClResetPasswd) GetPlatformId() int32

func (*ClResetPasswd) GetPwd

func (x *ClResetPasswd) GetPwd() []byte

func (*ClResetPasswd) GetSmscode

func (x *ClResetPasswd) GetSmscode() int32

func (*ClResetPasswd) ProtoMessage

func (*ClResetPasswd) ProtoMessage()

func (*ClResetPasswd) ProtoReflect

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

func (*ClResetPasswd) Reset

func (x *ClResetPasswd) Reset()

func (*ClResetPasswd) String

func (x *ClResetPasswd) String() string

type ClResetPasswdRet

type ClResetPasswdRet struct {
	Ret    int32  `protobuf:"varint,1,opt,name=ret,proto3" json:"ret,omitempty"`
	Newpwd []byte `protobuf:"bytes,2,opt,name=newpwd,proto3" json:"newpwd,omitempty"`
	Gameid int64  `protobuf:"varint,3,opt,name=gameid,proto3" json:"gameid,omitempty"`
	// contains filtered or unexported fields
}

func (*ClResetPasswdRet) Descriptor deprecated

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

Deprecated: Use ClResetPasswdRet.ProtoReflect.Descriptor instead.

func (*ClResetPasswdRet) GetGameid

func (x *ClResetPasswdRet) GetGameid() int64

func (*ClResetPasswdRet) GetNewpwd

func (x *ClResetPasswdRet) GetNewpwd() []byte

func (*ClResetPasswdRet) GetRet

func (x *ClResetPasswdRet) GetRet() int32

func (*ClResetPasswdRet) ProtoMessage

func (*ClResetPasswdRet) ProtoMessage()

func (*ClResetPasswdRet) ProtoReflect

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

func (*ClResetPasswdRet) Reset

func (x *ClResetPasswdRet) Reset()

func (*ClResetPasswdRet) String

func (x *ClResetPasswdRet) String() string

type ClRoomInfoRet

type ClRoomInfoRet struct {
	Serverid int32  `protobuf:"varint,1,opt,name=serverid,proto3" json:"serverid,omitempty"` //服务器id
	Infos    []byte `protobuf:"bytes,2,opt,name=infos,proto3" json:"infos,omitempty"`        //房间信息
	// contains filtered or unexported fields
}

func (*ClRoomInfoRet) Descriptor deprecated

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

Deprecated: Use ClRoomInfoRet.ProtoReflect.Descriptor instead.

func (*ClRoomInfoRet) GetInfos

func (x *ClRoomInfoRet) GetInfos() []byte

func (*ClRoomInfoRet) GetServerid

func (x *ClRoomInfoRet) GetServerid() int32

func (*ClRoomInfoRet) ProtoMessage

func (*ClRoomInfoRet) ProtoMessage()

func (*ClRoomInfoRet) ProtoReflect

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

func (*ClRoomInfoRet) Reset

func (x *ClRoomInfoRet) Reset()

func (*ClRoomInfoRet) String

func (x *ClRoomInfoRet) String() string

type ClSeedInfo

type ClSeedInfo struct {
	SendSeed uint64 `protobuf:"varint,1,opt,name=send_seed,json=sendSeed,proto3" json:"send_seed,omitempty"`
	RecvSeed uint64 `protobuf:"varint,2,opt,name=recv_seed,json=recvSeed,proto3" json:"recv_seed,omitempty"`
	// contains filtered or unexported fields
}

func (*ClSeedInfo) Descriptor deprecated

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

Deprecated: Use ClSeedInfo.ProtoReflect.Descriptor instead.

func (*ClSeedInfo) GetRecvSeed

func (x *ClSeedInfo) GetRecvSeed() uint64

func (*ClSeedInfo) GetSendSeed

func (x *ClSeedInfo) GetSendSeed() uint64

func (*ClSeedInfo) ProtoMessage

func (*ClSeedInfo) ProtoMessage()

func (*ClSeedInfo) ProtoReflect

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

func (*ClSeedInfo) Reset

func (x *ClSeedInfo) Reset()

func (*ClSeedInfo) String

func (x *ClSeedInfo) String() string

type ClSeedInfoRet

type ClSeedInfoRet struct {
	SendSeed       uint64 `protobuf:"varint,1,opt,name=send_seed,json=sendSeed,proto3" json:"send_seed,omitempty"`
	RecvSeed       uint64 `protobuf:"varint,2,opt,name=recv_seed,json=recvSeed,proto3" json:"recv_seed,omitempty"`
	SendSeedClient uint64 `protobuf:"varint,3,opt,name=send_seed_client,json=sendSeedClient,proto3" json:"send_seed_client,omitempty"`
	RecvSeedClient uint64 `protobuf:"varint,4,opt,name=recv_seed_client,json=recvSeedClient,proto3" json:"recv_seed_client,omitempty"`
	// contains filtered or unexported fields
}

func (*ClSeedInfoRet) Descriptor deprecated

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

Deprecated: Use ClSeedInfoRet.ProtoReflect.Descriptor instead.

func (*ClSeedInfoRet) GetRecvSeed

func (x *ClSeedInfoRet) GetRecvSeed() uint64

func (*ClSeedInfoRet) GetRecvSeedClient

func (x *ClSeedInfoRet) GetRecvSeedClient() uint64

func (*ClSeedInfoRet) GetSendSeed

func (x *ClSeedInfoRet) GetSendSeed() uint64

func (*ClSeedInfoRet) GetSendSeedClient

func (x *ClSeedInfoRet) GetSendSeedClient() uint64

func (*ClSeedInfoRet) ProtoMessage

func (*ClSeedInfoRet) ProtoMessage()

func (*ClSeedInfoRet) ProtoReflect

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

func (*ClSeedInfoRet) Reset

func (x *ClSeedInfoRet) Reset()

func (*ClSeedInfoRet) String

func (x *ClSeedInfoRet) String() string

type ClUnbindMac

type ClUnbindMac struct {
	Account []byte `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"` //gameid
	// contains filtered or unexported fields
}

func (*ClUnbindMac) Descriptor deprecated

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

Deprecated: Use ClUnbindMac.ProtoReflect.Descriptor instead.

func (*ClUnbindMac) GetAccount

func (x *ClUnbindMac) GetAccount() []byte

func (*ClUnbindMac) ProtoMessage

func (*ClUnbindMac) ProtoMessage()

func (*ClUnbindMac) ProtoReflect

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

func (*ClUnbindMac) Reset

func (x *ClUnbindMac) Reset()

func (*ClUnbindMac) String

func (x *ClUnbindMac) String() string

type ClUnbindMacRet

type ClUnbindMacRet struct {
	Ret int32 `protobuf:"varint,1,opt,name=ret,proto3" json:"ret,omitempty"`
	// contains filtered or unexported fields
}

func (*ClUnbindMacRet) Descriptor deprecated

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

Deprecated: Use ClUnbindMacRet.ProtoReflect.Descriptor instead.

func (*ClUnbindMacRet) GetRet

func (x *ClUnbindMacRet) GetRet() int32

func (*ClUnbindMacRet) ProtoMessage

func (*ClUnbindMacRet) ProtoMessage()

func (*ClUnbindMacRet) ProtoReflect

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

func (*ClUnbindMacRet) Reset

func (x *ClUnbindMacRet) Reset()

func (*ClUnbindMacRet) String

func (x *ClUnbindMacRet) String() string

type ClUserRequest

type ClUserRequest struct {
	Account   []byte `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"`
	RpcName   []byte `protobuf:"bytes,2,opt,name=rpc_name,json=rpcName,proto3" json:"rpc_name,omitempty"`
	Data      []byte `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	ContextId int32  `protobuf:"varint,4,opt,name=context_id,json=contextId,proto3" json:"context_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ClUserRequest) Descriptor deprecated

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

Deprecated: Use ClUserRequest.ProtoReflect.Descriptor instead.

func (*ClUserRequest) GetAccount

func (x *ClUserRequest) GetAccount() []byte

func (*ClUserRequest) GetContextId

func (x *ClUserRequest) GetContextId() int32

func (*ClUserRequest) GetData

func (x *ClUserRequest) GetData() []byte

func (*ClUserRequest) GetRpcName

func (x *ClUserRequest) GetRpcName() []byte

func (*ClUserRequest) ProtoMessage

func (*ClUserRequest) ProtoMessage()

func (*ClUserRequest) ProtoReflect

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

func (*ClUserRequest) Reset

func (x *ClUserRequest) Reset()

func (*ClUserRequest) String

func (x *ClUserRequest) String() string

type ClUserResponse

type ClUserResponse struct {
	RpcName   []byte `protobuf:"bytes,1,opt,name=rpc_name,json=rpcName,proto3" json:"rpc_name,omitempty"`
	Data      []byte `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	ContextId int32  `protobuf:"varint,3,opt,name=context_id,json=contextId,proto3" json:"context_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ClUserResponse) Descriptor deprecated

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

Deprecated: Use ClUserResponse.ProtoReflect.Descriptor instead.

func (*ClUserResponse) GetContextId

func (x *ClUserResponse) GetContextId() int32

func (*ClUserResponse) GetData

func (x *ClUserResponse) GetData() []byte

func (*ClUserResponse) GetRpcName

func (x *ClUserResponse) GetRpcName() []byte

func (*ClUserResponse) ProtoMessage

func (*ClUserResponse) ProtoMessage()

func (*ClUserResponse) ProtoReflect

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

func (*ClUserResponse) Reset

func (x *ClUserResponse) Reset()

func (*ClUserResponse) String

func (x *ClUserResponse) String() string

type ECgGameSubMsgid

type ECgGameSubMsgid int32
const (
	ECgGameSubMsgid_cgms_game_sub_null            ECgGameSubMsgid = 0
	ECgGameSubMsgid_cgms_game_offline             ECgGameSubMsgid = 2001 //掉线
	ECgGameSubMsgid_cgms_game_ready_req           ECgGameSubMsgid = 2002 //准备
	ECgGameSubMsgid_cgms_game_ready_rsp           ECgGameSubMsgid = 2003 //
	ECgGameSubMsgid_cgms_game_sitdown             ECgGameSubMsgid = 2004 //坐下 包含快速坐下
	ECgGameSubMsgid_cgms_game_sitdown_ret         ECgGameSubMsgid = 2005
	ECgGameSubMsgid_cgms_game_sitdown_ret_bc      ECgGameSubMsgid = 2006 //坐下广播
	ECgGameSubMsgid_cgms_game_standup             ECgGameSubMsgid = 2007 //起立离开坐位
	ECgGameSubMsgid_cgms_game_standup_ret         ECgGameSubMsgid = 2008
	ECgGameSubMsgid_cgms_game_kick_user           ECgGameSubMsgid = 2009 //踢出玩家
	ECgGameSubMsgid_cgms_game_kick_user_ret       ECgGameSubMsgid = 2010
	ECgGameSubMsgid_cgms_game_scene_info_req      ECgGameSubMsgid = 2011 //请求游戏场景信息
	ECgGameSubMsgid_cgms_game_userinfo_ret        ECgGameSubMsgid = 2012 //用户信息更新
	ECgGameSubMsgid_cgms_game_tableinfoupdate_ret ECgGameSubMsgid = 2013 //桌子信息
	ECgGameSubMsgid_cgms_game_betrank_ret_bc      ECgGameSubMsgid = 2014 //百人场,下注排行(每一局开始更新)
	ECgGameSubMsgid_cgms_game_changetable         ECgGameSubMsgid = 2015 //换桌
	ECgGameSubMsgid_cgms_game_changetable_ret     ECgGameSubMsgid = 2016
	ECgGameSubMsgid_cgms_game_getnewtableinfo     ECgGameSubMsgid = 2017 //客户端拉取最新消息
	ECgGameSubMsgid_cgms_game_getnewtableinfo_ret ECgGameSubMsgid = 2018
	ECgGameSubMsgid_cgms_game_money_change        ECgGameSubMsgid = 2019 //Money变化
	ECgGameSubMsgid_cgms_game_enter_table         ECgGameSubMsgid = 2020 //进入桌子
	ECgGameSubMsgid_cgms_game_rank_list           ECgGameSubMsgid = 2021 //获取排行榜
	ECgGameSubMsgid_cgms_game_reward_broadcast    ECgGameSubMsgid = 2022 //大奖广播
	ECgGameSubMsgid_cgms_game_match               ECgGameSubMsgid = 2023 //匹配
	ECgGameSubMsgid_cgms_game_match_ret           ECgGameSubMsgid = 2024 //匹配结果
	ECgGameSubMsgid_cgms_game_get_slot_rank       ECgGameSubMsgid = 2025 //获取拉霸排行榜
	ECgGameSubMsgid_cgms_game_get_slot_rank_ret   ECgGameSubMsgid = 2026 //获取拉霸排行榜
	ECgGameSubMsgid_cgms_game_jackpot_info_ret    ECgGameSubMsgid = 2027 //奖池信息
)

func (ECgGameSubMsgid) Descriptor

func (ECgGameSubMsgid) Enum

func (x ECgGameSubMsgid) Enum() *ECgGameSubMsgid

func (ECgGameSubMsgid) EnumDescriptor deprecated

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

Deprecated: Use ECgGameSubMsgid.Descriptor instead.

func (ECgGameSubMsgid) Number

func (ECgGameSubMsgid) String

func (x ECgGameSubMsgid) String() string

func (ECgGameSubMsgid) Type

type ECgLoginSubMsgid

type ECgLoginSubMsgid int32
const (
	ECgLoginSubMsgid_cgms_login_sub_null          ECgLoginSubMsgid = 0
	ECgLoginSubMsgid_cgms_login_login             ECgLoginSubMsgid = 2101 //登录
	ECgLoginSubMsgid_cgms_login_login_ret         ECgLoginSubMsgid = 2102 //登录返回
	ECgLoginSubMsgid_cgms_login_rule              ECgLoginSubMsgid = 2104 //用户规则,主动下发
	ECgLoginSubMsgid_cgms_login_tablelistinfo_ret ECgLoginSubMsgid = 2105 //桌子列表
	ECgLoginSubMsgid_cgms_login_roominfo_ret      ECgLoginSubMsgid = 2106 //下发房间信处
	ECgLoginSubMsgid_cgms_login_logout            ECgLoginSubMsgid = 2107 //退出游戏房间
	ECgLoginSubMsgid_cgms_login_logout_ret        ECgLoginSubMsgid = 2108
)

func (ECgLoginSubMsgid) Descriptor

func (ECgLoginSubMsgid) Enum

func (ECgLoginSubMsgid) EnumDescriptor deprecated

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

Deprecated: Use ECgLoginSubMsgid.Descriptor instead.

func (ECgLoginSubMsgid) Number

func (ECgLoginSubMsgid) String

func (x ECgLoginSubMsgid) String() string

func (ECgLoginSubMsgid) Type

type ECliLobbySubMsgid

type ECliLobbySubMsgid int32
const (
	ECliLobbySubMsgid_lbms_null                       ECliLobbySubMsgid = 0
	ECliLobbySubMsgid_lbms_getgameserverlist          ECliLobbySubMsgid = 1501 //获取游戏列表
	ECliLobbySubMsgid_lbms_gameserverlist_ret         ECliLobbySubMsgid = 1502
	ECliLobbySubMsgid_lbms_new_game_server            ECliLobbySubMsgid = 1503 //lobby->gateway 新服务器
	ECliLobbySubMsgid_lbms_close_game_server          ECliLobbySubMsgid = 1504
	ECliLobbySubMsgid_LbmsGameServerNoticeRet         ECliLobbySubMsgid = 1506 //公告  处理游戏服发来的公告
	ECliLobbySubMsgid_Lbms_enter_bachall              ECliLobbySubMsgid = 1530 //角色进入百家乐大厅
	ECliLobbySubMsgid_Lbms_room_info_ret              ECliLobbySubMsgid = 1531 //返回游戏房间信息
	ECliLobbySubMsgid_lbms_get_nickname               ECliLobbySubMsgid = 1532 //获取其他玩家的昵称
	ECliLobbySubMsgid_lbms_get_nickname_ret           ECliLobbySubMsgid = 1533 //
	ECliLobbySubMsgid_LbmsExcharge                    ECliLobbySubMsgid = 1538 //兑换请求
	ECliLobbySubMsgid_LbmsExchargeRet                 ECliLobbySubMsgid = 1539 //兑换返回
	ECliLobbySubMsgid_LbmsRechargeRet                 ECliLobbySubMsgid = 1540 //充值回复
	ECliLobbySubMsgid_LbmsRechargeWithdrawalRecord    ECliLobbySubMsgid = 1541 //请求充值兑换记录
	ECliLobbySubMsgid_LbmsRechargeWithdrawalRecordRet ECliLobbySubMsgid = 1542 //充值兑换记录回复
	ECliLobbySubMsgid_LbmsApplyAgent                  ECliLobbySubMsgid = 1545 //成为代理
	ECliLobbySubMsgid_LbmsApplyAgentRet               ECliLobbySubMsgid = 1546
	ECliLobbySubMsgid_lbms_redeem_use                 ECliLobbySubMsgid = 1555 //卡类兑换
	ECliLobbySubMsgid_lbms_redeem_use_ret             ECliLobbySubMsgid = 1556 //卡类兑换返回
	ECliLobbySubMsgid_lbms_user_request_server        ECliLobbySubMsgid = 1557
	ECliLobbySubMsgid_lbms_user_response_server       ECliLobbySubMsgid = 1558
	ECliLobbySubMsgid_lbms_bank_logon                 ECliLobbySubMsgid = 1560 //银行登陆
	ECliLobbySubMsgid_lbms_bank_logon_ret             ECliLobbySubMsgid = 1561
	ECliLobbySubMsgid_lbms_bank_get_transfer          ECliLobbySubMsgid = 1562 //领取转账
	ECliLobbySubMsgid_lbms_bank_get_transfer_ret      ECliLobbySubMsgid = 1563
	ECliLobbySubMsgid_lbms_bank_update_transfer_ret   ECliLobbySubMsgid = 1564 //转账状态更新
	ECliLobbySubMsgid_lbms_bank_add_transfer_ret      ECliLobbySubMsgid = 1565 //收到新转账
	ECliLobbySubMsgid_lbms_bank_cancel_transfer       ECliLobbySubMsgid = 1566 //撤回转账
	ECliLobbySubMsgid_lbms_bank_cancel_transfer_ret   ECliLobbySubMsgid = 1567 //撤回转账
	ECliLobbySubMsgid_lbms_bank_modify_pwd            ECliLobbySubMsgid = 1568 //修改密码
	ECliLobbySubMsgid_lbms_bank_modify_pwd_ret        ECliLobbySubMsgid = 1569 //修改密码
	ECliLobbySubMsgid_lbms_bank_op                    ECliLobbySubMsgid = 1570 //银行操作:存取款
	ECliLobbySubMsgid_lbms_bank_op_ret                ECliLobbySubMsgid = 1571
	ECliLobbySubMsgid_lbms_bank_set_pwd               ECliLobbySubMsgid = 1572 //设置银行密码
	ECliLobbySubMsgid_lbms_bank_set_pwd_ret           ECliLobbySubMsgid = 1573
	ECliLobbySubMsgid_lbms_bank_transfer              ECliLobbySubMsgid = 1576 //转账
	ECliLobbySubMsgid_lbms_bank_transfer_ret          ECliLobbySubMsgid = 1577
	ECliLobbySubMsgid_lbms_bank_transfer_record       ECliLobbySubMsgid = 1578 //转账记录
	ECliLobbySubMsgid_lbms_bank_transfer_record_ret   ECliLobbySubMsgid = 1579
	ECliLobbySubMsgid_lbms_bank_access_record         ECliLobbySubMsgid = 1580 //银行存取记录
	ECliLobbySubMsgid_lbms_bank_access_record_ret     ECliLobbySubMsgid = 1581
	ECliLobbySubMsgid_lbms_update_score               ECliLobbySubMsgid = 1595 //更新金币
	ECliLobbySubMsgid_lbms_turnonoff_autorep          ECliLobbySubMsgid = 1596 //回血线开关
	ECliLobbySubMsgid_lbms_brokerage_withdraw         ECliLobbySubMsgid = 1597 //佣金提现
	ECliLobbySubMsgid_lbms_brokerage_withdraw_ret     ECliLobbySubMsgid = 1598 //佣金提现
	ECliLobbySubMsgid_lbms_withdraw_record            ECliLobbySubMsgid = 1599 //提现记录
	ECliLobbySubMsgid_lbms_withdraw_record_ret        ECliLobbySubMsgid = 1600 //提现记录
	ECliLobbySubMsgid_lbms_query_underling            ECliLobbySubMsgid = 1601 //查询直属玩家
	ECliLobbySubMsgid_lbms_query_underling_ret        ECliLobbySubMsgid = 1602 //查询直属玩家
	ECliLobbySubMsgid_lbms_query_agent_info           ECliLobbySubMsgid = 1603 //查询代理信息
	ECliLobbySubMsgid_lbms_query_agent_info_ret       ECliLobbySubMsgid = 1604 //查询代理信息
	ECliLobbySubMsgid_lbms_bind_mac                   ECliLobbySubMsgid = 1605 //绑定机器码
	ECliLobbySubMsgid_lbms_bind_mac_ret               ECliLobbySubMsgid = 1606 //绑定机器码
	ECliLobbySubMsgid_lbms_unbind_mac                 ECliLobbySubMsgid = 1607 //解绑机器码
	ECliLobbySubMsgid_lbms_unbind_mac_ret             ECliLobbySubMsgid = 1608 //解绑机器码
	ECliLobbySubMsgid_lbms_query_wealth_rank          ECliLobbySubMsgid = 1609 //请求财富榜
	ECliLobbySubMsgid_lbms_query_wealth_rank_ret      ECliLobbySubMsgid = 1610 //请求财富榜
	ECliLobbySubMsgid_lbms_get_self_userinfo          ECliLobbySubMsgid = 1611 //请求获取个人信息
	ECliLobbySubMsgid_lbms_get_self_userinfo_ret      ECliLobbySubMsgid = 1612 //获取个人信息返回(包括金币,头像,等等)
	ECliLobbySubMsgid_lbms_modify_nickname            ECliLobbySubMsgid = 1613 //修改昵称
	ECliLobbySubMsgid_lbms_modify_nickname_ret        ECliLobbySubMsgid = 1614 //修改昵称返回
	ECliLobbySubMsgid_lbms_modify_user_info           ECliLobbySubMsgid = 1615 //修改个人信息
	ECliLobbySubMsgid_lbms_modify_user_info_ret       ECliLobbySubMsgid = 1616 //修改个人信息
	ECliLobbySubMsgid_lbms_redeem_info_req            ECliLobbySubMsgid = 1617 //v号兑换码信息
	ECliLobbySubMsgid_lbms_redeem_info_ret            ECliLobbySubMsgid = 1618 //v号兑换码信息
	ECliLobbySubMsgid_lbms_redeem_give_req            ECliLobbySubMsgid = 1619 //v号赠送兑换码
	ECliLobbySubMsgid_lbms_redeem_give_ret            ECliLobbySubMsgid = 1620 //v号赠送兑换码
	ECliLobbySubMsgid_lbms_redeem_query_info_req      ECliLobbySubMsgid = 1621 //查询单个兑换码信息
	ECliLobbySubMsgid_lbms_redeem_query_info_ret      ECliLobbySubMsgid = 1622 //查询单个兑换码信息
	ECliLobbySubMsgid_lbms_active_notice_ret          ECliLobbySubMsgid = 1623 //活动公告
	ECliLobbySubMsgid_lbms_modify_login_pwd_req       ECliLobbySubMsgid = 1624 //修改密码
	ECliLobbySubMsgid_lbms_modify_login_pwd_ret       ECliLobbySubMsgid = 1625 //修改密码
)

func (ECliLobbySubMsgid) Descriptor

func (ECliLobbySubMsgid) Enum

func (ECliLobbySubMsgid) EnumDescriptor deprecated

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

Deprecated: Use ECliLobbySubMsgid.Descriptor instead.

func (ECliLobbySubMsgid) Number

func (ECliLobbySubMsgid) String

func (x ECliLobbySubMsgid) String() string

func (ECliLobbySubMsgid) Type

type ECliLoginSubMsgid

type ECliLoginSubMsgid int32
const (
	ECliLoginSubMsgid_clms_null                ECliLoginSubMsgid = 0
	ECliLoginSubMsgid_clms_logon               ECliLoginSubMsgid = 1001 //登录
	ECliLoginSubMsgid_clms_logon_ret           ECliLoginSubMsgid = 1002 //登录返回
	ECliLoginSubMsgid_clms_register            ECliLoginSubMsgid = 1003 //注册
	ECliLoginSubMsgid_clms_register_ret        ECliLoginSubMsgid = 1004 //注册返回
	ECliLoginSubMsgid_clms_logout              ECliLoginSubMsgid = 1005 //退出
	ECliLoginSubMsgid_clms_logout_ret          ECliLoginSubMsgid = 1006
	ECliLoginSubMsgid_clms_offline             ECliLoginSubMsgid = 1007 //离线
	ECliLoginSubMsgid_clms_getsmscode          ECliLoginSubMsgid = 1008 //获取短信验证码
	ECliLoginSubMsgid_clms_getsmscode_ret      ECliLoginSubMsgid = 1009 //获取短信验证码返回
	ECliLoginSubMsgid_clms_modify_headshot     ECliLoginSubMsgid = 1012 //修改头像
	ECliLoginSubMsgid_clms_modify_headshot_ret ECliLoginSubMsgid = 1013
	ECliLoginSubMsgid_clms_reset_passwd        ECliLoginSubMsgid = 1014 //重置密码
	ECliLoginSubMsgid_clms_reset_passwd_ret    ECliLoginSubMsgid = 1015
	ECliLoginSubMsgid_clms_reset_bank_pwd      ECliLoginSubMsgid = 1016 //重置银行密码
	ECliLoginSubMsgid_clms_reset_bank_pwd_ret  ECliLoginSubMsgid = 1017
	ECliLoginSubMsgid_clms_bind_phonenum       ECliLoginSubMsgid = 1018 //绑定手机号
	ECliLoginSubMsgid_clms_bind_phonenum_ret   ECliLoginSubMsgid = 1019
	ECliLoginSubMsgid_clms_seed_info           ECliLoginSubMsgid = 1020 //加密种子
	ECliLoginSubMsgid_clms_seed_info_ret       ECliLoginSubMsgid = 1021 //加密种子
)

func (ECliLoginSubMsgid) Descriptor

func (ECliLoginSubMsgid) Enum

func (ECliLoginSubMsgid) EnumDescriptor deprecated

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

Deprecated: Use ECliLoginSubMsgid.Descriptor instead.

func (ECliLoginSubMsgid) Number

func (ECliLoginSubMsgid) String

func (x ECliLoginSubMsgid) String() string

func (ECliLoginSubMsgid) Type

type EGameNoticeTypes

type EGameNoticeTypes int32
const (
	EGameNoticeTypes_GN_TP_REWARD EGameNoticeTypes = 0 //大奖公告
	EGameNoticeTypes_GN_TP_SYSTEM EGameNoticeTypes = 1 //系统公告
	EGameNoticeTypes_GN_TP_SELF   EGameNoticeTypes = 2 //自己的大奖广播
)

func (EGameNoticeTypes) Descriptor

func (EGameNoticeTypes) Enum

func (EGameNoticeTypes) EnumDescriptor deprecated

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

Deprecated: Use EGameNoticeTypes.Descriptor instead.

func (EGameNoticeTypes) Number

func (EGameNoticeTypes) String

func (x EGameNoticeTypes) String() string

func (EGameNoticeTypes) Type

type EGameRankType

type EGameRankType int32
const (
	EGameRankType_normal_type EGameRankType = 0
	EGameRankType_soccer_type EGameRankType = 1
)

func (EGameRankType) Descriptor

func (EGameRankType) Enum

func (x EGameRankType) Enum() *EGameRankType

func (EGameRankType) EnumDescriptor deprecated

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

Deprecated: Use EGameRankType.Descriptor instead.

func (EGameRankType) Number

func (EGameRankType) String

func (x EGameRankType) String() string

func (EGameRankType) Type

type EGetsmscodeType

type EGetsmscodeType int32
const (
	EGetsmscodeType_smscode_none         EGetsmscodeType = 0
	EGetsmscodeType_smscode_register     EGetsmscodeType = 1 //注册
	EGetsmscodeType_smscode_bind         EGetsmscodeType = 2 //绑定手机
	EGetsmscodeType_smscode_reset        EGetsmscodeType = 3 //重置密码
	EGetsmscodeType_smscode_reset_bank   EGetsmscodeType = 4 //重置银行密码
	EGetsmscodeType_smscode_logon_verify EGetsmscodeType = 5 //登陆验证
)

func (EGetsmscodeType) Descriptor

func (EGetsmscodeType) Enum

func (x EGetsmscodeType) Enum() *EGetsmscodeType

func (EGetsmscodeType) EnumDescriptor deprecated

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

Deprecated: Use EGetsmscodeType.Descriptor instead.

func (EGetsmscodeType) Number

func (EGetsmscodeType) String

func (x EGetsmscodeType) String() string

func (EGetsmscodeType) Type

type ELogonTypes

type ELogonTypes int32
const (
	ELogonTypes_LOGONTYPE_NULL    ELogonTypes = 0
	ELogonTypes_LOGONTYPE_GAMEID  ELogonTypes = 1 //gameid登录
	ELogonTypes_LOGONTYPE_ACCOUNT ELogonTypes = 2 //账号登录
	ELogonTypes_LOGONTYPE_WEIXIN  ELogonTypes = 3 //微信登录
	ELogonTypes_LOGONTYPE_GUEST   ELogonTypes = 4 //游客登录
	ELogonTypes_LOGONTYPE_TOOL    ELogonTypes = 5 //工具登录
)

func (ELogonTypes) Descriptor

func (ELogonTypes) Enum

func (x ELogonTypes) Enum() *ELogonTypes

func (ELogonTypes) EnumDescriptor deprecated

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

Deprecated: Use ELogonTypes.Descriptor instead.

func (ELogonTypes) Number

func (x ELogonTypes) Number() protoreflect.EnumNumber

func (ELogonTypes) String

func (x ELogonTypes) String() string

func (ELogonTypes) Type

type EMainMsgid

type EMainMsgid int32

主消息id

const (
	EMainMsgid_cl_msg_null     EMainMsgid = 0
	EMainMsgid_server_register EMainMsgid = 1 //服务器内部相关相关
	EMainMsgid_ss_log          EMainMsgid = 2 //日志
	// 登录服主命令
	EMainMsgid_cl_login         EMainMsgid = 1000 //登录相关1000-1099
	EMainMsgid_cl_login_end     EMainMsgid = 1099
	EMainMsgid_cl_lobby         EMainMsgid = 1100 //大厅相关1100-1199
	EMainMsgid_cl_lobby_end     EMainMsgid = 1199
	EMainMsgid_cg_login         EMainMsgid = 2000 //客户端-游戏服,登录相关
	EMainMsgid_cg_login_end     EMainMsgid = 2099
	EMainMsgid_cg_game          EMainMsgid = 2100 //客户端-游戏服,游戏数据相关,起立,坐下,准备,踢人等,
	EMainMsgid_cg_game_end      EMainMsgid = 2199
	EMainMsgid_cg_broadcast     EMainMsgid = 2200 //游戏服-客户端,广播
	EMainMsgid_cg_broadcast_end EMainMsgid = 2299
	EMainMsgid_gs_lobby         EMainMsgid = 3200 //游戏服-大厅
	EMainMsgid_gs_lobby_end     EMainMsgid = 3299
	//子游戏消息
	EMainMsgid_cg_chird_begin        EMainMsgid = 4000
	EMainMsgid_cg_brnn               EMainMsgid = 41 //百人牛牛   4100-4199
	EMainMsgid_cg_blackjack          EMainMsgid = 42 //21点
	EMainMsgid_cg_baccarat           EMainMsgid = 43 //百家乐
	EMainMsgid_cg_slots_sgxml        EMainMsgid = 44 //水果小玛丽
	EMainMsgid_cg_tbnn               EMainMsgid = 45 //通比牛牛
	EMainMsgid_cg_qznn               EMainMsgid = 46 //抢庄牛牛
	EMainMsgid_cg_slots_yxlm         EMainMsgid = 47 //英雄联盟
	EMainMsgid_cg_slots_cq           EMainMsgid = 48 //传奇
	EMainMsgid_cg_slots_xxl          EMainMsgid = 49 //消消乐
	EMainMsgid_cg_slots_jxsg         EMainMsgid = 50 //9线水果
	EMainMsgid_cg_pj                 EMainMsgid = 51 //牌九
	EMainMsgid_cg_likui              EMainMsgid = 52 //李逵
	EMainMsgid_cg_slots_panda        EMainMsgid = 53 //熊猫
	EMainMsgid_cg_dragon             EMainMsgid = 54 //3d捕鱼
	EMainMsgid_cg_slots_seven        EMainMsgid = 55 //水果777
	EMainMsgid_cg_slots_nezha        EMainMsgid = 56 //哪吒传奇
	EMainMsgid_cg_slots_csd          EMainMsgid = 57 //财神到
	EMainMsgid_cg_fish2d             EMainMsgid = 58 //2d穿透捕鱼
	EMainMsgid_cg_slots_legend       EMainMsgid = 59 //传奇霸业
	EMainMsgid_cg_twoeight_battle    EMainMsgid = 60 //百人二八杠
	EMainMsgid_cg_qz_twoeight_battle EMainMsgid = 61 //抢庄二八杠
	EMainMsgid_cg_slots_fxgz         EMainMsgid = 62 //福星高照
	EMainMsgid_cg_slots_ygbaohe      EMainMsgid = 63 //月光宝盒
	EMainMsgid_cg_slots_knight       EMainMsgid = 64 //武士斩杀
	EMainMsgid_cg_slots_lotus        EMainMsgid = 65 //金瓶梅
	EMainMsgid_cg_brpm               EMainMsgid = 66 //百人跑马
	EMainMsgid_cg_slots_sht          EMainMsgid = 67 //上海滩
	EMainMsgid_cg_slots_luckyfruit   EMainMsgid = 68 //幸运水果机
	EMainMsgid_cg_slots_mcddz        EMainMsgid = 69 //萌宠大作战
	EMainMsgid_cg_chird_end          EMainMsgid = 99
)

func (EMainMsgid) Descriptor

func (EMainMsgid) Descriptor() protoreflect.EnumDescriptor

func (EMainMsgid) Enum

func (x EMainMsgid) Enum() *EMainMsgid

func (EMainMsgid) EnumDescriptor deprecated

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

Deprecated: Use EMainMsgid.Descriptor instead.

func (EMainMsgid) Number

func (x EMainMsgid) Number() protoreflect.EnumNumber

func (EMainMsgid) String

func (x EMainMsgid) String() string

func (EMainMsgid) Type

type ESsMsgid

type ESsMsgid int32
const (
	ESsMsgid_ss_msg_null                 ESsMsgid = 0
	ESsMsgid_ss_gwlobby_register         ESsMsgid = 1 //网关->大厅注册
	ESsMsgid_ss_gwlobby_register_ret     ESsMsgid = 2
	ESsMsgid_ss_gwlogon_register         ESsMsgid = 5 //网关->登录注册
	ESsMsgid_ss_gwlogon_register_ret     ESsMsgid = 6
	ESsMsgid_ss_gslobby_register         ESsMsgid = 7 //游戏服->大厅注册
	ESsMsgid_ss_gslobby_register_ret     ESsMsgid = 8
	ESsMsgid_ss_gwgs_register            ESsMsgid = 9 //网关->游戏服注册
	ESsMsgid_ss_gwgs_register_ret        ESsMsgid = 10
	ESsMsgid_ss_gslobby_close            ESsMsgid = 11 //游戏服关闭
	ESsMsgid_ss_gwlobby_userlogon        ESsMsgid = 12 //网关->大厅通知玩家登录
	ESsMsgid_ss_gwlobby_userlogout       ESsMsgid = 13 //网关->大厅通知玩家下线
	ESsMsgid_ss_gwlobby_userlogongame    ESsMsgid = 14 //网关->大厅通知玩家登录游戏
	ESsMsgid_ss_gwlobby_userlogoutgame   ESsMsgid = 15 //网关->大厅通知玩家离开游戏
	ESsMsgid_ss_gwlobby_usermsgmoretimes ESsMsgid = 16 //用户消息评论过快过多
	ESsMsgid_ss_gwlobby_server_list      ESsMsgid = 17
	ESsMsgid_ss_gwlobby_new_server       ESsMsgid = 18
	ESsMsgid_ss_gwlobby_close_server     ESsMsgid = 19
)

func (ESsMsgid) Descriptor

func (ESsMsgid) Descriptor() protoreflect.EnumDescriptor

func (ESsMsgid) Enum

func (x ESsMsgid) Enum() *ESsMsgid

func (ESsMsgid) EnumDescriptor deprecated

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

Deprecated: Use ESsMsgid.Descriptor instead.

func (ESsMsgid) Number

func (x ESsMsgid) Number() protoreflect.EnumNumber

func (ESsMsgid) String

func (x ESsMsgid) String() string

func (ESsMsgid) Type

type EUserLogoutReason

type EUserLogoutReason int32
const (
	EUserLogoutReason_logout_none           EUserLogoutReason = 0
	EUserLogoutReason_logout_quit_game      EUserLogoutReason = 1
	EUserLogoutReason_logout_offline        EUserLogoutReason = 2
	EUserLogoutReason_logout_kicked         EUserLogoutReason = 3
	EUserLogoutReason_logout_user           EUserLogoutReason = 4
	EUserLogoutReason_logout_lobby          EUserLogoutReason = 5
	EUserLogoutReason_logout_relogin        EUserLogoutReason = 6
	EUserLogoutReason_logout_condition_fail EUserLogoutReason = 7 //经验不足
)

func (EUserLogoutReason) Descriptor

func (EUserLogoutReason) Enum

func (EUserLogoutReason) EnumDescriptor deprecated

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

Deprecated: Use EUserLogoutReason.Descriptor instead.

func (EUserLogoutReason) Number

func (EUserLogoutReason) String

func (x EUserLogoutReason) String() string

func (EUserLogoutReason) Type

type EUserType

type EUserType int32
const (
	EUserType_PLAYER_GUEST          EUserType = 0 //游客
	EUserType_PLAYER_NONEBIND       EUserType = 1 //正式玩家未绑定手机号
	EUserType_PLAYER_BIND           EUserType = 2 //正式玩家且绑定手机号
	EUserType_PLAYER_BUSINESS       EUserType = 3 //银商
	EUserType_PLAYER_TEST           EUserType = 4 //测试
	EUserType_PLAYER_STORE_BUSINESS EUserType = 5 //仓库v
	EUserType_PLAYER_COUNT          EUserType = 6 //玩家类型数量
)

func (EUserType) Descriptor

func (EUserType) Descriptor() protoreflect.EnumDescriptor

func (EUserType) Enum

func (x EUserType) Enum() *EUserType

func (EUserType) EnumDescriptor deprecated

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

Deprecated: Use EUserType.Descriptor instead.

func (EUserType) Number

func (x EUserType) Number() protoreflect.EnumNumber

func (EUserType) String

func (x EUserType) String() string

func (EUserType) Type

type Frame

type Frame struct {
	Id      uint32 `protobuf:"varint,1,opt,name=Id,proto3" json:"Id,omitempty"`
	Message []byte `protobuf:"bytes,2,opt,name=Message,proto3" json:"Message,omitempty"`
	// contains filtered or unexported fields
}

func (*Frame) Descriptor deprecated

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

Deprecated: Use Frame.ProtoReflect.Descriptor instead.

func (*Frame) GetId

func (x *Frame) GetId() uint32

func (*Frame) GetMessage

func (x *Frame) GetMessage() []byte

func (*Frame) ProtoMessage

func (*Frame) ProtoMessage()

func (*Frame) ProtoReflect

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

func (*Frame) Reset

func (x *Frame) Reset()

func (*Frame) String

func (x *Frame) String() string

type FrameType

type FrameType int32
const (
	FrameType_Message FrameType = 0
	FrameType_Kick    FrameType = 1
	FrameType_Ping    FrameType = 2 // for testing
)

func (FrameType) Descriptor

func (FrameType) Descriptor() protoreflect.EnumDescriptor

func (FrameType) Enum

func (x FrameType) Enum() *FrameType

func (FrameType) EnumDescriptor deprecated

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

Deprecated: Use FrameType.Descriptor instead.

func (FrameType) Number

func (x FrameType) Number() protoreflect.EnumNumber

func (FrameType) String

func (x FrameType) String() string

func (FrameType) Type

type GameService

type GameService interface {
	Stream(ctx context.Context, opts ...client.CallOption) (GameService_StreamService, error)
	Call(ctx context.Context, in *Frame, opts ...client.CallOption) (*Frame, error)
}

func NewGameService

func NewGameService(name string, c client.Client) GameService

type GameServiceHandler

type GameServiceHandler interface {
	Stream(context.Context, GameService_StreamStream) error
	Call(context.Context, *Frame, *Frame) error
}

type GameService_StreamService

type GameService_StreamService interface {
	Context() context.Context
	SendMsg(interface{}) error
	RecvMsg(interface{}) error
	Close() error
	Send(*Frame) error
	Recv() (*Frame, error)
}

type GameService_StreamStream

type GameService_StreamStream interface {
	Context() context.Context
	SendMsg(interface{}) error
	RecvMsg(interface{}) error
	Close() error
	Send(*Frame) error
	Recv() (*Frame, error)
}

type LobbyService

type LobbyService interface {
	Stream(ctx context.Context, opts ...client.CallOption) (LobbyService_StreamService, error)
	Call(ctx context.Context, in *Frame, opts ...client.CallOption) (*Frame, error)
}

func NewLobbyService

func NewLobbyService(name string, c client.Client) LobbyService

type LobbyServiceHandler

type LobbyServiceHandler interface {
	Stream(context.Context, LobbyService_StreamStream) error
	Call(context.Context, *Frame, *Frame) error
}

type LobbyService_StreamService

type LobbyService_StreamService interface {
	Context() context.Context
	SendMsg(interface{}) error
	RecvMsg(interface{}) error
	Close() error
	Send(*Frame) error
	Recv() (*Frame, error)
}

type LobbyService_StreamStream

type LobbyService_StreamStream interface {
	Context() context.Context
	SendMsg(interface{}) error
	RecvMsg(interface{}) error
	Close() error
	Send(*Frame) error
	Recv() (*Frame, error)
}

type LogonService

type LogonService interface {
	Stream(ctx context.Context, opts ...client.CallOption) (LogonService_StreamService, error)
	Call(ctx context.Context, in *Frame, opts ...client.CallOption) (*Frame, error)
}

func NewLogonService

func NewLogonService(name string, c client.Client) LogonService

type LogonServiceHandler

type LogonServiceHandler interface {
	Stream(context.Context, LogonService_StreamStream) error
	Call(context.Context, *Frame, *Frame) error
}

type LogonService_StreamService

type LogonService_StreamService interface {
	Context() context.Context
	SendMsg(interface{}) error
	RecvMsg(interface{}) error
	Close() error
	Send(*Frame) error
	Recv() (*Frame, error)
}

type LogonService_StreamStream

type LogonService_StreamStream interface {
	Context() context.Context
	SendMsg(interface{}) error
	RecvMsg(interface{}) error
	Close() error
	Send(*Frame) error
	Recv() (*Frame, error)
}

type MsgGslobbyClose

type MsgGslobbyClose struct {
	Serverid int32 `protobuf:"varint,1,opt,name=serverid,proto3" json:"serverid,omitempty"`
	// contains filtered or unexported fields
}

func (*MsgGslobbyClose) Descriptor deprecated

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

Deprecated: Use MsgGslobbyClose.ProtoReflect.Descriptor instead.

func (*MsgGslobbyClose) GetServerid

func (x *MsgGslobbyClose) GetServerid() int32

func (*MsgGslobbyClose) ProtoMessage

func (*MsgGslobbyClose) ProtoMessage()

func (*MsgGslobbyClose) ProtoReflect

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

func (*MsgGslobbyClose) Reset

func (x *MsgGslobbyClose) Reset()

func (*MsgGslobbyClose) String

func (x *MsgGslobbyClose) String() string

type MsgGslobbyRegister

type MsgGslobbyRegister struct {
	Basescore     int32  `protobuf:"varint,1,opt,name=basescore,proto3" json:"basescore,omitempty"`          //底注
	Enterscore    int32  `protobuf:"varint,2,opt,name=enterscore,proto3" json:"enterscore,omitempty"`        //入场分
	Gameid        int32  `protobuf:"varint,3,opt,name=gameid,proto3" json:"gameid,omitempty"`                //子游戏id,同一类子游戏gameid相同
	Serverid      int32  `protobuf:"varint,4,opt,name=serverid,proto3" json:"serverid,omitempty"`            //房间索引
	Serverport    int32  `protobuf:"varint,5,opt,name=serverport,proto3" json:"serverport,omitempty"`        //房间端口
	Servertype    int32  `protobuf:"varint,6,opt,name=servertype,proto3" json:"servertype,omitempty"`        //服务类型(比如金币 和 比赛场)
	Onlinecount   int32  `protobuf:"varint,7,opt,name=onlinecount,proto3" json:"onlinecount,omitempty"`      //在线人数
	Fullcount     int32  `protobuf:"varint,8,opt,name=fullcount,proto3" json:"fullcount,omitempty"`          //满员人数
	Serveraddr    string `protobuf:"bytes,9,opt,name=serveraddr,proto3" json:"serveraddr,omitempty"`         //服务器地址  登录服自动获取
	Servername    string `protobuf:"bytes,10,opt,name=servername,proto3" json:"servername,omitempty"`        //房间名称
	Awardpool     int64  `protobuf:"varint,11,opt,name=awardpool,proto3" json:"awardpool,omitempty"`         //奖池
	Inventory     int64  `protobuf:"varint,12,opt,name=inventory,proto3" json:"inventory,omitempty"`         //库存
	Status        int32  `protobuf:"varint,13,opt,name=status,proto3" json:"status,omitempty"`               //状态
	Usercount     int32  `protobuf:"varint,14,opt,name=usercount,proto3" json:"usercount,omitempty"`         //真实在线人数
	Currentscores int64  `protobuf:"varint,15,opt,name=currentscores,proto3" json:"currentscores,omitempty"` //当前输赢分数
	Scores        int64  `protobuf:"varint,16,opt,name=scores,proto3" json:"scores,omitempty"`               //输赢分数
	Downlimit     int64  `protobuf:"varint,17,opt,name=downlimit,proto3" json:"downlimit,omitempty"`         //触底值
	Totalscores   int64  `protobuf:"varint,18,opt,name=totalscores,proto3" json:"totalscores,omitempty"`     //在线用户总积分,包括银行
	Addup         int64  `protobuf:"varint,19,opt,name=addup,proto3" json:"addup,omitempty"`                 //累计分数
	Todayprofit   int64  `protobuf:"varint,20,opt,name=todayprofit,proto3" json:"todayprofit,omitempty"`     //今日赢亏
	Dayflex       int64  `protobuf:"varint,21,opt,name=dayflex,proto3" json:"dayflex,omitempty"`             //今日收放
	// contains filtered or unexported fields
}

func (*MsgGslobbyRegister) Descriptor deprecated

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

Deprecated: Use MsgGslobbyRegister.ProtoReflect.Descriptor instead.

func (*MsgGslobbyRegister) GetAddup

func (x *MsgGslobbyRegister) GetAddup() int64

func (*MsgGslobbyRegister) GetAwardpool

func (x *MsgGslobbyRegister) GetAwardpool() int64

func (*MsgGslobbyRegister) GetBasescore

func (x *MsgGslobbyRegister) GetBasescore() int32

func (*MsgGslobbyRegister) GetCurrentscores

func (x *MsgGslobbyRegister) GetCurrentscores() int64

func (*MsgGslobbyRegister) GetDayflex

func (x *MsgGslobbyRegister) GetDayflex() int64

func (*MsgGslobbyRegister) GetDownlimit

func (x *MsgGslobbyRegister) GetDownlimit() int64

func (*MsgGslobbyRegister) GetEnterscore

func (x *MsgGslobbyRegister) GetEnterscore() int32

func (*MsgGslobbyRegister) GetFullcount

func (x *MsgGslobbyRegister) GetFullcount() int32

func (*MsgGslobbyRegister) GetGameid

func (x *MsgGslobbyRegister) GetGameid() int32

func (*MsgGslobbyRegister) GetInventory

func (x *MsgGslobbyRegister) GetInventory() int64

func (*MsgGslobbyRegister) GetOnlinecount

func (x *MsgGslobbyRegister) GetOnlinecount() int32

func (*MsgGslobbyRegister) GetScores

func (x *MsgGslobbyRegister) GetScores() int64

func (*MsgGslobbyRegister) GetServeraddr

func (x *MsgGslobbyRegister) GetServeraddr() string

func (*MsgGslobbyRegister) GetServerid

func (x *MsgGslobbyRegister) GetServerid() int32

func (*MsgGslobbyRegister) GetServername

func (x *MsgGslobbyRegister) GetServername() string

func (*MsgGslobbyRegister) GetServerport

func (x *MsgGslobbyRegister) GetServerport() int32

func (*MsgGslobbyRegister) GetServertype

func (x *MsgGslobbyRegister) GetServertype() int32

func (*MsgGslobbyRegister) GetStatus

func (x *MsgGslobbyRegister) GetStatus() int32

func (*MsgGslobbyRegister) GetTodayprofit

func (x *MsgGslobbyRegister) GetTodayprofit() int64

func (*MsgGslobbyRegister) GetTotalscores

func (x *MsgGslobbyRegister) GetTotalscores() int64

func (*MsgGslobbyRegister) GetUsercount

func (x *MsgGslobbyRegister) GetUsercount() int32

func (*MsgGslobbyRegister) ProtoMessage

func (*MsgGslobbyRegister) ProtoMessage()

func (*MsgGslobbyRegister) ProtoReflect

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

func (*MsgGslobbyRegister) Reset

func (x *MsgGslobbyRegister) Reset()

func (*MsgGslobbyRegister) String

func (x *MsgGslobbyRegister) String() string

type MsgGslobbyRegisterRet

type MsgGslobbyRegisterRet struct {
	Ret int32 `protobuf:"varint,1,opt,name=ret,proto3" json:"ret,omitempty"` //注册结果,0成功,-1已注册
	Abc int32 `protobuf:"varint,2,opt,name=abc,proto3" json:"abc,omitempty"`
	// contains filtered or unexported fields
}

func (*MsgGslobbyRegisterRet) Descriptor deprecated

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

Deprecated: Use MsgGslobbyRegisterRet.ProtoReflect.Descriptor instead.

func (*MsgGslobbyRegisterRet) GetAbc

func (x *MsgGslobbyRegisterRet) GetAbc() int32

func (*MsgGslobbyRegisterRet) GetRet

func (x *MsgGslobbyRegisterRet) GetRet() int32

func (*MsgGslobbyRegisterRet) ProtoMessage

func (*MsgGslobbyRegisterRet) ProtoMessage()

func (*MsgGslobbyRegisterRet) ProtoReflect

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

func (*MsgGslobbyRegisterRet) Reset

func (x *MsgGslobbyRegisterRet) Reset()

func (*MsgGslobbyRegisterRet) String

func (x *MsgGslobbyRegisterRet) String() string

type MsgGwgsRegister

type MsgGwgsRegister struct {
	Serverid      int32  `protobuf:"varint,1,opt,name=serverid,proto3" json:"serverid,omitempty"` //服务器ID
	ServerAddress string `protobuf:"bytes,2,opt,name=server_address,json=serverAddress,proto3" json:"server_address,omitempty"`
	ServerPort    int32  `protobuf:"varint,3,opt,name=server_port,json=serverPort,proto3" json:"server_port,omitempty"`
	// contains filtered or unexported fields
}

func (*MsgGwgsRegister) Descriptor deprecated

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

Deprecated: Use MsgGwgsRegister.ProtoReflect.Descriptor instead.

func (*MsgGwgsRegister) GetServerAddress

func (x *MsgGwgsRegister) GetServerAddress() string

func (*MsgGwgsRegister) GetServerPort

func (x *MsgGwgsRegister) GetServerPort() int32

func (*MsgGwgsRegister) GetServerid

func (x *MsgGwgsRegister) GetServerid() int32

func (*MsgGwgsRegister) ProtoMessage

func (*MsgGwgsRegister) ProtoMessage()

func (*MsgGwgsRegister) ProtoReflect

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

func (*MsgGwgsRegister) Reset

func (x *MsgGwgsRegister) Reset()

func (*MsgGwgsRegister) String

func (x *MsgGwgsRegister) String() string

type MsgGwgsRegisterRet

type MsgGwgsRegisterRet struct {
	Ret     int32 `protobuf:"varint,1,opt,name=ret,proto3" json:"ret,omitempty"`
	MsgType int32 `protobuf:"varint,2,opt,name=msgType,proto3" json:"msgType,omitempty"` //消息过滤机制类型
	// contains filtered or unexported fields
}

func (*MsgGwgsRegisterRet) Descriptor deprecated

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

Deprecated: Use MsgGwgsRegisterRet.ProtoReflect.Descriptor instead.

func (*MsgGwgsRegisterRet) GetMsgType

func (x *MsgGwgsRegisterRet) GetMsgType() int32

func (*MsgGwgsRegisterRet) GetRet

func (x *MsgGwgsRegisterRet) GetRet() int32

func (*MsgGwgsRegisterRet) ProtoMessage

func (*MsgGwgsRegisterRet) ProtoMessage()

func (*MsgGwgsRegisterRet) ProtoReflect

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

func (*MsgGwgsRegisterRet) Reset

func (x *MsgGwgsRegisterRet) Reset()

func (*MsgGwgsRegisterRet) String

func (x *MsgGwgsRegisterRet) String() string

type MsgGwlobbyNewServer

type MsgGwlobbyNewServer struct {
	Info *StServerInfo `protobuf:"bytes,1,opt,name=info,proto3" json:"info,omitempty"`
	// contains filtered or unexported fields
}

func (*MsgGwlobbyNewServer) Descriptor deprecated

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

Deprecated: Use MsgGwlobbyNewServer.ProtoReflect.Descriptor instead.

func (*MsgGwlobbyNewServer) GetInfo

func (x *MsgGwlobbyNewServer) GetInfo() *StServerInfo

func (*MsgGwlobbyNewServer) ProtoMessage

func (*MsgGwlobbyNewServer) ProtoMessage()

func (*MsgGwlobbyNewServer) ProtoReflect

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

func (*MsgGwlobbyNewServer) Reset

func (x *MsgGwlobbyNewServer) Reset()

func (*MsgGwlobbyNewServer) String

func (x *MsgGwlobbyNewServer) String() string

type MsgGwlobbyRegister

type MsgGwlobbyRegister struct {
	Serverid      int32  `protobuf:"varint,1,opt,name=serverid,proto3" json:"serverid,omitempty"` //服务器ID
	ServerAddress string `protobuf:"bytes,2,opt,name=server_address,json=serverAddress,proto3" json:"server_address,omitempty"`
	ServerPort    int32  `protobuf:"varint,3,opt,name=server_port,json=serverPort,proto3" json:"server_port,omitempty"`
	// contains filtered or unexported fields
}

func (*MsgGwlobbyRegister) Descriptor deprecated

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

Deprecated: Use MsgGwlobbyRegister.ProtoReflect.Descriptor instead.

func (*MsgGwlobbyRegister) GetServerAddress

func (x *MsgGwlobbyRegister) GetServerAddress() string

func (*MsgGwlobbyRegister) GetServerPort

func (x *MsgGwlobbyRegister) GetServerPort() int32

func (*MsgGwlobbyRegister) GetServerid

func (x *MsgGwlobbyRegister) GetServerid() int32

func (*MsgGwlobbyRegister) ProtoMessage

func (*MsgGwlobbyRegister) ProtoMessage()

func (*MsgGwlobbyRegister) ProtoReflect

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

func (*MsgGwlobbyRegister) Reset

func (x *MsgGwlobbyRegister) Reset()

func (*MsgGwlobbyRegister) String

func (x *MsgGwlobbyRegister) String() string

type MsgGwlobbyRegisterRet

type MsgGwlobbyRegisterRet struct {
	Ret int32 `protobuf:"varint,1,opt,name=ret,proto3" json:"ret,omitempty"`
	// contains filtered or unexported fields
}

func (*MsgGwlobbyRegisterRet) Descriptor deprecated

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

Deprecated: Use MsgGwlobbyRegisterRet.ProtoReflect.Descriptor instead.

func (*MsgGwlobbyRegisterRet) GetRet

func (x *MsgGwlobbyRegisterRet) GetRet() int32

func (*MsgGwlobbyRegisterRet) ProtoMessage

func (*MsgGwlobbyRegisterRet) ProtoMessage()

func (*MsgGwlobbyRegisterRet) ProtoReflect

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

func (*MsgGwlobbyRegisterRet) Reset

func (x *MsgGwlobbyRegisterRet) Reset()

func (*MsgGwlobbyRegisterRet) String

func (x *MsgGwlobbyRegisterRet) String() string

type MsgGwlobbyServerClose

type MsgGwlobbyServerClose struct {
	ServerId int32 `protobuf:"varint,1,opt,name=server_id,json=serverId,proto3" json:"server_id,omitempty"`
	// contains filtered or unexported fields
}

func (*MsgGwlobbyServerClose) Descriptor deprecated

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

Deprecated: Use MsgGwlobbyServerClose.ProtoReflect.Descriptor instead.

func (*MsgGwlobbyServerClose) GetServerId

func (x *MsgGwlobbyServerClose) GetServerId() int32

func (*MsgGwlobbyServerClose) ProtoMessage

func (*MsgGwlobbyServerClose) ProtoMessage()

func (*MsgGwlobbyServerClose) ProtoReflect

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

func (*MsgGwlobbyServerClose) Reset

func (x *MsgGwlobbyServerClose) Reset()

func (*MsgGwlobbyServerClose) String

func (x *MsgGwlobbyServerClose) String() string

type MsgGwlobbyServerListRet

type MsgGwlobbyServerListRet struct {
	List []*StServerInfo `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"` //服务器列表
	// contains filtered or unexported fields
}

func (*MsgGwlobbyServerListRet) Descriptor deprecated

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

Deprecated: Use MsgGwlobbyServerListRet.ProtoReflect.Descriptor instead.

func (*MsgGwlobbyServerListRet) GetList

func (x *MsgGwlobbyServerListRet) GetList() []*StServerInfo

func (*MsgGwlobbyServerListRet) ProtoMessage

func (*MsgGwlobbyServerListRet) ProtoMessage()

func (*MsgGwlobbyServerListRet) ProtoReflect

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

func (*MsgGwlobbyServerListRet) Reset

func (x *MsgGwlobbyServerListRet) Reset()

func (*MsgGwlobbyServerListRet) String

func (x *MsgGwlobbyServerListRet) String() string

type MsgGwlobbyUserlogon

type MsgGwlobbyUserlogon struct {
	Accountid int64 `protobuf:"varint,1,opt,name=accountid,proto3" json:"accountid,omitempty"` //账号id
	Authority int32 `protobuf:"varint,2,opt,name=authority,proto3" json:"authority,omitempty"` //权限
	Usertype  int32 `protobuf:"varint,3,opt,name=usertype,proto3" json:"usertype,omitempty"`   //用户类型
	// contains filtered or unexported fields
}

func (*MsgGwlobbyUserlogon) Descriptor deprecated

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

Deprecated: Use MsgGwlobbyUserlogon.ProtoReflect.Descriptor instead.

func (*MsgGwlobbyUserlogon) GetAccountid

func (x *MsgGwlobbyUserlogon) GetAccountid() int64

func (*MsgGwlobbyUserlogon) GetAuthority

func (x *MsgGwlobbyUserlogon) GetAuthority() int32

func (*MsgGwlobbyUserlogon) GetUsertype

func (x *MsgGwlobbyUserlogon) GetUsertype() int32

func (*MsgGwlobbyUserlogon) ProtoMessage

func (*MsgGwlobbyUserlogon) ProtoMessage()

func (*MsgGwlobbyUserlogon) ProtoReflect

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

func (*MsgGwlobbyUserlogon) Reset

func (x *MsgGwlobbyUserlogon) Reset()

func (*MsgGwlobbyUserlogon) String

func (x *MsgGwlobbyUserlogon) String() string

type MsgGwlobbyUserlogongame

type MsgGwlobbyUserlogongame struct {
	Accountid int64 `protobuf:"varint,1,opt,name=accountid,proto3" json:"accountid,omitempty"` //账号id
	Serverid  int32 `protobuf:"varint,2,opt,name=serverid,proto3" json:"serverid,omitempty"`   //房间索引
	// contains filtered or unexported fields
}

func (*MsgGwlobbyUserlogongame) Descriptor deprecated

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

Deprecated: Use MsgGwlobbyUserlogongame.ProtoReflect.Descriptor instead.

func (*MsgGwlobbyUserlogongame) GetAccountid

func (x *MsgGwlobbyUserlogongame) GetAccountid() int64

func (*MsgGwlobbyUserlogongame) GetServerid

func (x *MsgGwlobbyUserlogongame) GetServerid() int32

func (*MsgGwlobbyUserlogongame) ProtoMessage

func (*MsgGwlobbyUserlogongame) ProtoMessage()

func (*MsgGwlobbyUserlogongame) ProtoReflect

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

func (*MsgGwlobbyUserlogongame) Reset

func (x *MsgGwlobbyUserlogongame) Reset()

func (*MsgGwlobbyUserlogongame) String

func (x *MsgGwlobbyUserlogongame) String() string

type MsgGwlobbyUserlogout

type MsgGwlobbyUserlogout struct {
	Accountid int64  `protobuf:"varint,1,opt,name=accountid,proto3" json:"accountid,omitempty"` //账号id
	Reason    int32  `protobuf:"varint,2,opt,name=reason,proto3" json:"reason,omitempty"`       //原因:0正常退出,1:只退出子游戏
	Sessionid uint32 `protobuf:"varint,3,opt,name=sessionid,proto3" json:"sessionid,omitempty"` //会话id
	// contains filtered or unexported fields
}

func (*MsgGwlobbyUserlogout) Descriptor deprecated

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

Deprecated: Use MsgGwlobbyUserlogout.ProtoReflect.Descriptor instead.

func (*MsgGwlobbyUserlogout) GetAccountid

func (x *MsgGwlobbyUserlogout) GetAccountid() int64

func (*MsgGwlobbyUserlogout) GetReason

func (x *MsgGwlobbyUserlogout) GetReason() int32

func (*MsgGwlobbyUserlogout) GetSessionid

func (x *MsgGwlobbyUserlogout) GetSessionid() uint32

func (*MsgGwlobbyUserlogout) ProtoMessage

func (*MsgGwlobbyUserlogout) ProtoMessage()

func (*MsgGwlobbyUserlogout) ProtoReflect

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

func (*MsgGwlobbyUserlogout) Reset

func (x *MsgGwlobbyUserlogout) Reset()

func (*MsgGwlobbyUserlogout) String

func (x *MsgGwlobbyUserlogout) String() string

type MsgGwlobbyUserlogoutgame

type MsgGwlobbyUserlogoutgame struct {
	Accountid int64 `protobuf:"varint,1,opt,name=accountid,proto3" json:"accountid,omitempty"` //账号id
	Serverid  int32 `protobuf:"varint,2,opt,name=serverid,proto3" json:"serverid,omitempty"`   //房间索引
	Reason    int32 `protobuf:"varint,3,opt,name=reason,proto3" json:"reason,omitempty"`       //0: 正常退出,1:强制退出
	// contains filtered or unexported fields
}

func (*MsgGwlobbyUserlogoutgame) Descriptor deprecated

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

Deprecated: Use MsgGwlobbyUserlogoutgame.ProtoReflect.Descriptor instead.

func (*MsgGwlobbyUserlogoutgame) GetAccountid

func (x *MsgGwlobbyUserlogoutgame) GetAccountid() int64

func (*MsgGwlobbyUserlogoutgame) GetReason

func (x *MsgGwlobbyUserlogoutgame) GetReason() int32

func (*MsgGwlobbyUserlogoutgame) GetServerid

func (x *MsgGwlobbyUserlogoutgame) GetServerid() int32

func (*MsgGwlobbyUserlogoutgame) ProtoMessage

func (*MsgGwlobbyUserlogoutgame) ProtoMessage()

func (*MsgGwlobbyUserlogoutgame) ProtoReflect

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

func (*MsgGwlobbyUserlogoutgame) Reset

func (x *MsgGwlobbyUserlogoutgame) Reset()

func (*MsgGwlobbyUserlogoutgame) String

func (x *MsgGwlobbyUserlogoutgame) String() string

type MsgGwlobbyUsermsgmoretimes

type MsgGwlobbyUsermsgmoretimes struct {
	Accountid int64  `protobuf:"varint,1,opt,name=accountid,proto3" json:"accountid,omitempty"` //账号id
	Address   string `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"`      // IP地址
	// contains filtered or unexported fields
}

func (*MsgGwlobbyUsermsgmoretimes) Descriptor deprecated

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

Deprecated: Use MsgGwlobbyUsermsgmoretimes.ProtoReflect.Descriptor instead.

func (*MsgGwlobbyUsermsgmoretimes) GetAccountid

func (x *MsgGwlobbyUsermsgmoretimes) GetAccountid() int64

func (*MsgGwlobbyUsermsgmoretimes) GetAddress

func (x *MsgGwlobbyUsermsgmoretimes) GetAddress() string

func (*MsgGwlobbyUsermsgmoretimes) ProtoMessage

func (*MsgGwlobbyUsermsgmoretimes) ProtoMessage()

func (*MsgGwlobbyUsermsgmoretimes) ProtoReflect

func (*MsgGwlobbyUsermsgmoretimes) Reset

func (x *MsgGwlobbyUsermsgmoretimes) Reset()

func (*MsgGwlobbyUsermsgmoretimes) String

func (x *MsgGwlobbyUsermsgmoretimes) String() string

type MsgGwlogonRegister

type MsgGwlogonRegister struct {
	Serverid      int32  `protobuf:"varint,1,opt,name=serverid,proto3" json:"serverid,omitempty"` //服务器ID
	ServerAddress string `protobuf:"bytes,2,opt,name=server_address,json=serverAddress,proto3" json:"server_address,omitempty"`
	ServerPort    int32  `protobuf:"varint,3,opt,name=server_port,json=serverPort,proto3" json:"server_port,omitempty"`
	// contains filtered or unexported fields
}

func (*MsgGwlogonRegister) Descriptor deprecated

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

Deprecated: Use MsgGwlogonRegister.ProtoReflect.Descriptor instead.

func (*MsgGwlogonRegister) GetServerAddress

func (x *MsgGwlogonRegister) GetServerAddress() string

func (*MsgGwlogonRegister) GetServerPort

func (x *MsgGwlogonRegister) GetServerPort() int32

func (*MsgGwlogonRegister) GetServerid

func (x *MsgGwlogonRegister) GetServerid() int32

func (*MsgGwlogonRegister) ProtoMessage

func (*MsgGwlogonRegister) ProtoMessage()

func (*MsgGwlogonRegister) ProtoReflect

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

func (*MsgGwlogonRegister) Reset

func (x *MsgGwlogonRegister) Reset()

func (*MsgGwlogonRegister) String

func (x *MsgGwlogonRegister) String() string

type MsgGwlogonRegisterRet

type MsgGwlogonRegisterRet struct {
	Ret int32 `protobuf:"varint,1,opt,name=ret,proto3" json:"ret,omitempty"`
	// contains filtered or unexported fields
}

func (*MsgGwlogonRegisterRet) Descriptor deprecated

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

Deprecated: Use MsgGwlogonRegisterRet.ProtoReflect.Descriptor instead.

func (*MsgGwlogonRegisterRet) GetRet

func (x *MsgGwlogonRegisterRet) GetRet() int32

func (*MsgGwlogonRegisterRet) ProtoMessage

func (*MsgGwlogonRegisterRet) ProtoMessage()

func (*MsgGwlogonRegisterRet) ProtoReflect

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

func (*MsgGwlogonRegisterRet) Reset

func (x *MsgGwlogonRegisterRet) Reset()

func (*MsgGwlogonRegisterRet) String

func (x *MsgGwlogonRegisterRet) String() string

type RedeemGiveLog

type RedeemGiveLog struct {
	VipGameid int32  `protobuf:"varint,1,opt,name=vip_gameid,json=vipGameid,proto3" json:"vip_gameid,omitempty"` //获赠者gameid
	Nickname  []byte `protobuf:"bytes,2,opt,name=nickname,proto3" json:"nickname,omitempty"`                     //获赠者昵称
	Count     int32  `protobuf:"varint,3,opt,name=count,proto3" json:"count,omitempty"`                          //数量
	GiveTime  int32  `protobuf:"varint,4,opt,name=give_time,json=giveTime,proto3" json:"give_time,omitempty"`    //赠送时间
	GiveType  int32  `protobuf:"varint,5,opt,name=give_type,json=giveType,proto3" json:"give_type,omitempty"`
	CardNo    string `protobuf:"bytes,6,opt,name=card_no,json=cardNo,proto3" json:"card_no,omitempty"` //卡号
	Gold      int32  `protobuf:"varint,7,opt,name=gold,proto3" json:"gold,omitempty"`                  //金币
	// contains filtered or unexported fields
}

赠送记录

func (*RedeemGiveLog) Descriptor deprecated

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

Deprecated: Use RedeemGiveLog.ProtoReflect.Descriptor instead.

func (*RedeemGiveLog) GetCardNo

func (x *RedeemGiveLog) GetCardNo() string

func (*RedeemGiveLog) GetCount

func (x *RedeemGiveLog) GetCount() int32

func (*RedeemGiveLog) GetGiveTime

func (x *RedeemGiveLog) GetGiveTime() int32

func (*RedeemGiveLog) GetGiveType

func (x *RedeemGiveLog) GetGiveType() int32

func (*RedeemGiveLog) GetGold

func (x *RedeemGiveLog) GetGold() int32

func (*RedeemGiveLog) GetNickname

func (x *RedeemGiveLog) GetNickname() []byte

func (*RedeemGiveLog) GetVipGameid

func (x *RedeemGiveLog) GetVipGameid() int32

func (*RedeemGiveLog) ProtoMessage

func (*RedeemGiveLog) ProtoMessage()

func (*RedeemGiveLog) ProtoReflect

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

func (*RedeemGiveLog) Reset

func (x *RedeemGiveLog) Reset()

func (*RedeemGiveLog) String

func (x *RedeemGiveLog) String() string

type RedeemGroupInfo

type RedeemGroupInfo struct {
	Type  int32  `protobuf:"varint,1,opt,name=type,proto3" json:"type,omitempty"`   //兑换码类型
	Count int32  `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"` //兑换码数量
	Gold  int32  `protobuf:"varint,3,opt,name=gold,proto3" json:"gold,omitempty"`   //金币
	Name  string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`    //兑换码名称
	// contains filtered or unexported fields
}

func (*RedeemGroupInfo) Descriptor deprecated

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

Deprecated: Use RedeemGroupInfo.ProtoReflect.Descriptor instead.

func (*RedeemGroupInfo) GetCount

func (x *RedeemGroupInfo) GetCount() int32

func (*RedeemGroupInfo) GetGold

func (x *RedeemGroupInfo) GetGold() int32

func (*RedeemGroupInfo) GetName

func (x *RedeemGroupInfo) GetName() string

func (*RedeemGroupInfo) GetType

func (x *RedeemGroupInfo) GetType() int32

func (*RedeemGroupInfo) ProtoMessage

func (*RedeemGroupInfo) ProtoMessage()

func (*RedeemGroupInfo) ProtoReflect

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

func (*RedeemGroupInfo) Reset

func (x *RedeemGroupInfo) Reset()

func (*RedeemGroupInfo) String

func (x *RedeemGroupInfo) String() string

type S2CHeartbeat

type S2CHeartbeat struct {
	DwSendTickCount int32 `protobuf:"varint,1,opt,name=dwSendTickCount,proto3" json:"dwSendTickCount,omitempty"` //发送时间
	DwRecvTickCount int32 `protobuf:"varint,2,opt,name=dwRecvTickCount,proto3" json:"dwRecvTickCount,omitempty"` //接收时间
	// contains filtered or unexported fields
}

func (*S2CHeartbeat) Descriptor deprecated

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

Deprecated: Use S2CHeartbeat.ProtoReflect.Descriptor instead.

func (*S2CHeartbeat) GetDwRecvTickCount

func (x *S2CHeartbeat) GetDwRecvTickCount() int32

func (*S2CHeartbeat) GetDwSendTickCount

func (x *S2CHeartbeat) GetDwSendTickCount() int32

func (*S2CHeartbeat) ProtoMessage

func (*S2CHeartbeat) ProtoMessage()

func (*S2CHeartbeat) ProtoReflect

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

func (*S2CHeartbeat) Reset

func (x *S2CHeartbeat) Reset()

func (*S2CHeartbeat) String

func (x *S2CHeartbeat) String() string

type StAccountInfo

type StAccountInfo struct {
	Accountid       int64  `protobuf:"varint,1,opt,name=accountid,proto3" json:"accountid,omitempty"`              //账号I D
	Account         []byte `protobuf:"bytes,2,opt,name=account,proto3" json:"account,omitempty"`                   //账号
	Gameid          int64  `protobuf:"varint,3,opt,name=gameid,proto3" json:"gameid,omitempty"`                    //游戏 I D
	Nickname        []byte `protobuf:"bytes,4,opt,name=nickname,proto3" json:"nickname,omitempty"`                 //昵称
	Faceid          int32  `protobuf:"varint,5,opt,name=faceid,proto3" json:"faceid,omitempty"`                    //头像id
	Sex             int32  `protobuf:"varint,6,opt,name=sex,proto3" json:"sex,omitempty"`                          //0女,1男
	Score           int64  `protobuf:"varint,7,opt,name=score,proto3" json:"score,omitempty"`                      //携带金币
	Bankscore       int64  `protobuf:"varint,8,opt,name=bankscore,proto3" json:"bankscore,omitempty"`              //银行金币
	Usertype        int32  `protobuf:"varint,9,opt,name=usertype,proto3" json:"usertype,omitempty"`                //
	Devicetype      int32  `protobuf:"varint,10,opt,name=devicetype,proto3" json:"devicetype,omitempty"`           //0未知,1 android, 2 ios, 3 pc
	Spreadergameid  int64  `protobuf:"varint,11,opt,name=spreadergameid,proto3" json:"spreadergameid,omitempty"`   //推荐人gameid
	Phonenum        []byte `protobuf:"bytes,12,opt,name=phonenum,proto3" json:"phonenum,omitempty"`                //绑定的手机号
	Sign            []byte `protobuf:"bytes,13,opt,name=sign,proto3" json:"sign,omitempty"`                        //签名
	Authority       int32  `protobuf:"varint,14,opt,name=authority,proto3" json:"authority,omitempty"`             //权限
	Headimgurl      []byte `protobuf:"bytes,15,opt,name=headimgurl,proto3" json:"headimgurl,omitempty"`            //头像url
	Loginip         []byte `protobuf:"bytes,16,opt,name=loginip,proto3" json:"loginip,omitempty"`                  //登录IP地址
	Level           int32  `protobuf:"varint,17,opt,name=level,proto3" json:"level,omitempty"`                     //等级
	Experience      int32  `protobuf:"varint,18,opt,name=experience,proto3" json:"experience,omitempty"`           //经验值
	Viplevel        int32  `protobuf:"varint,19,opt,name=viplevel,proto3" json:"viplevel,omitempty"`               //VIP等级
	Vipexperience   int64  `protobuf:"varint,20,opt,name=vipexperience,proto3" json:"vipexperience,omitempty"`     //VIP经验
	Channel         int32  `protobuf:"varint,21,opt,name=channel,proto3" json:"channel,omitempty"`                 //兑换渠道(兑换渠道 0 支付宝 1微信 2银行卡)
	Channelaccount  []byte `protobuf:"bytes,22,opt,name=channelaccount,proto3" json:"channelaccount,omitempty"`    //兑换渠道账号
	Realname        []byte `protobuf:"bytes,23,opt,name=realname,proto3" json:"realname,omitempty"`                //兑换真实名字
	Havebankpwd     bool   `protobuf:"varint,24,opt,name=havebankpwd,proto3" json:"havebankpwd,omitempty"`         //是否有银行密码
	Brokerage       int64  `protobuf:"varint,25,opt,name=brokerage,proto3" json:"brokerage,omitempty"`             //佣金
	Totalbrokerage  int64  `protobuf:"varint,26,opt,name=totalbrokerage,proto3" json:"totalbrokerage,omitempty"`   //累计佣金
	Isbindmac       bool   `protobuf:"varint,27,opt,name=isbindmac,proto3" json:"isbindmac,omitempty"`             //是否绑定mac
	Modifynamecount int32  `protobuf:"varint,28,opt,name=modifynamecount,proto3" json:"modifynamecount,omitempty"` //修改昵称次数
	Pwd             []byte `protobuf:"bytes,29,opt,name=pwd,proto3" json:"pwd,omitempty"`                          //密码
	// contains filtered or unexported fields
}

玩家数据对象

func (*StAccountInfo) Descriptor deprecated

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

Deprecated: Use StAccountInfo.ProtoReflect.Descriptor instead.

func (*StAccountInfo) GetAccount

func (x *StAccountInfo) GetAccount() []byte

func (*StAccountInfo) GetAccountid

func (x *StAccountInfo) GetAccountid() int64

func (*StAccountInfo) GetAuthority

func (x *StAccountInfo) GetAuthority() int32

func (*StAccountInfo) GetBankscore

func (x *StAccountInfo) GetBankscore() int64

func (*StAccountInfo) GetBrokerage

func (x *StAccountInfo) GetBrokerage() int64

func (*StAccountInfo) GetChannel

func (x *StAccountInfo) GetChannel() int32

func (*StAccountInfo) GetChannelaccount

func (x *StAccountInfo) GetChannelaccount() []byte

func (*StAccountInfo) GetDevicetype

func (x *StAccountInfo) GetDevicetype() int32

func (*StAccountInfo) GetExperience

func (x *StAccountInfo) GetExperience() int32

func (*StAccountInfo) GetFaceid

func (x *StAccountInfo) GetFaceid() int32

func (*StAccountInfo) GetGameid

func (x *StAccountInfo) GetGameid() int64

func (*StAccountInfo) GetHavebankpwd

func (x *StAccountInfo) GetHavebankpwd() bool

func (*StAccountInfo) GetHeadimgurl

func (x *StAccountInfo) GetHeadimgurl() []byte

func (*StAccountInfo) GetIsbindmac

func (x *StAccountInfo) GetIsbindmac() bool

func (*StAccountInfo) GetLevel

func (x *StAccountInfo) GetLevel() int32

func (*StAccountInfo) GetLoginip

func (x *StAccountInfo) GetLoginip() []byte

func (*StAccountInfo) GetModifynamecount

func (x *StAccountInfo) GetModifynamecount() int32

func (*StAccountInfo) GetNickname

func (x *StAccountInfo) GetNickname() []byte

func (*StAccountInfo) GetPhonenum

func (x *StAccountInfo) GetPhonenum() []byte

func (*StAccountInfo) GetPwd

func (x *StAccountInfo) GetPwd() []byte

func (*StAccountInfo) GetRealname

func (x *StAccountInfo) GetRealname() []byte

func (*StAccountInfo) GetScore

func (x *StAccountInfo) GetScore() int64

func (*StAccountInfo) GetSex

func (x *StAccountInfo) GetSex() int32

func (*StAccountInfo) GetSign

func (x *StAccountInfo) GetSign() []byte

func (*StAccountInfo) GetSpreadergameid

func (x *StAccountInfo) GetSpreadergameid() int64

func (*StAccountInfo) GetTotalbrokerage

func (x *StAccountInfo) GetTotalbrokerage() int64

func (*StAccountInfo) GetUsertype

func (x *StAccountInfo) GetUsertype() int32

func (*StAccountInfo) GetVipexperience

func (x *StAccountInfo) GetVipexperience() int64

func (*StAccountInfo) GetViplevel

func (x *StAccountInfo) GetViplevel() int32

func (*StAccountInfo) ProtoMessage

func (*StAccountInfo) ProtoMessage()

func (*StAccountInfo) ProtoReflect

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

func (*StAccountInfo) Reset

func (x *StAccountInfo) Reset()

func (*StAccountInfo) String

func (x *StAccountInfo) String() string

type StBankAddTransferRet

type StBankAddTransferRet struct {
	Recvgameid int64  `protobuf:"varint,1,opt,name=recvgameid,proto3" json:"recvgameid,omitempty"` //收款方gameid
	Gold       int64  `protobuf:"varint,2,opt,name=gold,proto3" json:"gold,omitempty"`             //赠送金币数量
	Tm         string `protobuf:"bytes,3,opt,name=tm,proto3" json:"tm,omitempty"`                  //时间
	Tid        int64  `protobuf:"varint,4,opt,name=tid,proto3" json:"tid,omitempty"`               //id
	// contains filtered or unexported fields
}

func (*StBankAddTransferRet) Descriptor deprecated

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

Deprecated: Use StBankAddTransferRet.ProtoReflect.Descriptor instead.

func (*StBankAddTransferRet) GetGold

func (x *StBankAddTransferRet) GetGold() int64

func (*StBankAddTransferRet) GetRecvgameid

func (x *StBankAddTransferRet) GetRecvgameid() int64

func (*StBankAddTransferRet) GetTid

func (x *StBankAddTransferRet) GetTid() int64

func (*StBankAddTransferRet) GetTm

func (x *StBankAddTransferRet) GetTm() string

func (*StBankAddTransferRet) ProtoMessage

func (*StBankAddTransferRet) ProtoMessage()

func (*StBankAddTransferRet) ProtoReflect

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

func (*StBankAddTransferRet) Reset

func (x *StBankAddTransferRet) Reset()

func (*StBankAddTransferRet) String

func (x *StBankAddTransferRet) String() string

type StBankCancelTransfer

type StBankCancelTransfer struct {
	Account []byte `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"` //账号
	Tid     int64  `protobuf:"varint,2,opt,name=tid,proto3" json:"tid,omitempty"`        //id
	// contains filtered or unexported fields
}

func (*StBankCancelTransfer) Descriptor deprecated

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

Deprecated: Use StBankCancelTransfer.ProtoReflect.Descriptor instead.

func (*StBankCancelTransfer) GetAccount

func (x *StBankCancelTransfer) GetAccount() []byte

func (*StBankCancelTransfer) GetTid

func (x *StBankCancelTransfer) GetTid() int64

func (*StBankCancelTransfer) ProtoMessage

func (*StBankCancelTransfer) ProtoMessage()

func (*StBankCancelTransfer) ProtoReflect

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

func (*StBankCancelTransfer) Reset

func (x *StBankCancelTransfer) Reset()

func (*StBankCancelTransfer) String

func (x *StBankCancelTransfer) String() string

type StBankCancelTransferRet

type StBankCancelTransferRet struct {
	Tid      int64 `protobuf:"varint,1,opt,name=tid,proto3" json:"tid,omitempty"`           //id
	Ret      int32 `protobuf:"varint,2,opt,name=ret,proto3" json:"ret,omitempty"`           //0:成功
	Gold     int64 `protobuf:"varint,3,opt,name=gold,proto3" json:"gold,omitempty"`         //金币
	Bankgold int64 `protobuf:"varint,4,opt,name=bankgold,proto3" json:"bankgold,omitempty"` //银行当前金币
	// contains filtered or unexported fields
}

func (*StBankCancelTransferRet) Descriptor deprecated

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

Deprecated: Use StBankCancelTransferRet.ProtoReflect.Descriptor instead.

func (*StBankCancelTransferRet) GetBankgold

func (x *StBankCancelTransferRet) GetBankgold() int64

func (*StBankCancelTransferRet) GetGold

func (x *StBankCancelTransferRet) GetGold() int64

func (*StBankCancelTransferRet) GetRet

func (x *StBankCancelTransferRet) GetRet() int32

func (*StBankCancelTransferRet) GetTid

func (x *StBankCancelTransferRet) GetTid() int64

func (*StBankCancelTransferRet) ProtoMessage

func (*StBankCancelTransferRet) ProtoMessage()

func (*StBankCancelTransferRet) ProtoReflect

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

func (*StBankCancelTransferRet) Reset

func (x *StBankCancelTransferRet) Reset()

func (*StBankCancelTransferRet) String

func (x *StBankCancelTransferRet) String() string

type StBankGetTransfer

type StBankGetTransfer struct {
	Account []byte `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"` //账号
	Tid     int64  `protobuf:"varint,2,opt,name=tid,proto3" json:"tid,omitempty"`        //记录id
	// contains filtered or unexported fields
}

func (*StBankGetTransfer) Descriptor deprecated

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

Deprecated: Use StBankGetTransfer.ProtoReflect.Descriptor instead.

func (*StBankGetTransfer) GetAccount

func (x *StBankGetTransfer) GetAccount() []byte

func (*StBankGetTransfer) GetTid

func (x *StBankGetTransfer) GetTid() int64

func (*StBankGetTransfer) ProtoMessage

func (*StBankGetTransfer) ProtoMessage()

func (*StBankGetTransfer) ProtoReflect

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

func (*StBankGetTransfer) Reset

func (x *StBankGetTransfer) Reset()

func (*StBankGetTransfer) String

func (x *StBankGetTransfer) String() string

type StBankGetTransferRet

type StBankGetTransferRet struct {
	Ret      int32 `protobuf:"varint,1,opt,name=ret,proto3" json:"ret,omitempty"`           //结果
	Tid      int64 `protobuf:"varint,2,opt,name=tid,proto3" json:"tid,omitempty"`           //记录id
	Gold     int64 `protobuf:"varint,3,opt,name=gold,proto3" json:"gold,omitempty"`         //金币数量
	Currgold int64 `protobuf:"varint,4,opt,name=currgold,proto3" json:"currgold,omitempty"` //当前携带金额
	// contains filtered or unexported fields
}

func (*StBankGetTransferRet) Descriptor deprecated

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

Deprecated: Use StBankGetTransferRet.ProtoReflect.Descriptor instead.

func (*StBankGetTransferRet) GetCurrgold

func (x *StBankGetTransferRet) GetCurrgold() int64

func (*StBankGetTransferRet) GetGold

func (x *StBankGetTransferRet) GetGold() int64

func (*StBankGetTransferRet) GetRet

func (x *StBankGetTransferRet) GetRet() int32

func (*StBankGetTransferRet) GetTid

func (x *StBankGetTransferRet) GetTid() int64

func (*StBankGetTransferRet) ProtoMessage

func (*StBankGetTransferRet) ProtoMessage()

func (*StBankGetTransferRet) ProtoReflect

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

func (*StBankGetTransferRet) Reset

func (x *StBankGetTransferRet) Reset()

func (*StBankGetTransferRet) String

func (x *StBankGetTransferRet) String() string

type StBankLogon

type StBankLogon struct {
	Account []byte `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"` //账号
	Pwd     string `protobuf:"bytes,2,opt,name=pwd,proto3" json:"pwd,omitempty"`
	// contains filtered or unexported fields
}

func (*StBankLogon) Descriptor deprecated

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

Deprecated: Use StBankLogon.ProtoReflect.Descriptor instead.

func (*StBankLogon) GetAccount

func (x *StBankLogon) GetAccount() []byte

func (*StBankLogon) GetPwd

func (x *StBankLogon) GetPwd() string

func (*StBankLogon) ProtoMessage

func (*StBankLogon) ProtoMessage()

func (*StBankLogon) ProtoReflect

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

func (*StBankLogon) Reset

func (x *StBankLogon) Reset()

func (*StBankLogon) String

func (x *StBankLogon) String() string

type StBankLogonRet

type StBankLogonRet struct {
	Ret      int32  `protobuf:"varint,1,opt,name=ret,proto3" json:"ret,omitempty"`                           //结果
	CurGold  uint64 `protobuf:"varint,2,opt,name=cur_gold,json=curGold,proto3" json:"cur_gold,omitempty"`    //当前身上金币
	BankGold uint64 `protobuf:"varint,3,opt,name=bank_gold,json=bankGold,proto3" json:"bank_gold,omitempty"` //银行金币
	// contains filtered or unexported fields
}

func (*StBankLogonRet) Descriptor deprecated

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

Deprecated: Use StBankLogonRet.ProtoReflect.Descriptor instead.

func (*StBankLogonRet) GetBankGold

func (x *StBankLogonRet) GetBankGold() uint64

func (*StBankLogonRet) GetCurGold

func (x *StBankLogonRet) GetCurGold() uint64

func (*StBankLogonRet) GetRet

func (x *StBankLogonRet) GetRet() int32

func (*StBankLogonRet) ProtoMessage

func (*StBankLogonRet) ProtoMessage()

func (*StBankLogonRet) ProtoReflect

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

func (*StBankLogonRet) Reset

func (x *StBankLogonRet) Reset()

func (*StBankLogonRet) String

func (x *StBankLogonRet) String() string

type StBankModifyPwd

type StBankModifyPwd struct {
	Account []byte `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"` //账号
	Newpwd  []byte `protobuf:"bytes,2,opt,name=newpwd,proto3" json:"newpwd,omitempty"`   //新密码
	Oldpwd  []byte `protobuf:"bytes,3,opt,name=oldpwd,proto3" json:"oldpwd,omitempty"`   //旧密码
	// contains filtered or unexported fields
}

func (*StBankModifyPwd) Descriptor deprecated

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

Deprecated: Use StBankModifyPwd.ProtoReflect.Descriptor instead.

func (*StBankModifyPwd) GetAccount

func (x *StBankModifyPwd) GetAccount() []byte

func (*StBankModifyPwd) GetNewpwd

func (x *StBankModifyPwd) GetNewpwd() []byte

func (*StBankModifyPwd) GetOldpwd

func (x *StBankModifyPwd) GetOldpwd() []byte

func (*StBankModifyPwd) ProtoMessage

func (*StBankModifyPwd) ProtoMessage()

func (*StBankModifyPwd) ProtoReflect

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

func (*StBankModifyPwd) Reset

func (x *StBankModifyPwd) Reset()

func (*StBankModifyPwd) String

func (x *StBankModifyPwd) String() string

type StBankModifyPwdRet

type StBankModifyPwdRet struct {
	Ret int32 `protobuf:"varint,1,opt,name=ret,proto3" json:"ret,omitempty"` //结果
	// contains filtered or unexported fields
}

func (*StBankModifyPwdRet) Descriptor deprecated

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

Deprecated: Use StBankModifyPwdRet.ProtoReflect.Descriptor instead.

func (*StBankModifyPwdRet) GetRet

func (x *StBankModifyPwdRet) GetRet() int32

func (*StBankModifyPwdRet) ProtoMessage

func (*StBankModifyPwdRet) ProtoMessage()

func (*StBankModifyPwdRet) ProtoReflect

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

func (*StBankModifyPwdRet) Reset

func (x *StBankModifyPwdRet) Reset()

func (*StBankModifyPwdRet) String

func (x *StBankModifyPwdRet) String() string

type StBankOp

type StBankOp struct {
	Optype  int32  `protobuf:"varint,1,opt,name=optype,proto3" json:"optype,omitempty"`  //操作类型
	Score   int64  `protobuf:"varint,2,opt,name=score,proto3" json:"score,omitempty"`    //操作金额
	Account []byte `protobuf:"bytes,3,opt,name=account,proto3" json:"account,omitempty"` //账号
	// contains filtered or unexported fields
}

func (*StBankOp) Descriptor deprecated

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

Deprecated: Use StBankOp.ProtoReflect.Descriptor instead.

func (*StBankOp) GetAccount

func (x *StBankOp) GetAccount() []byte

func (*StBankOp) GetOptype

func (x *StBankOp) GetOptype() int32

func (*StBankOp) GetScore

func (x *StBankOp) GetScore() int64

func (*StBankOp) ProtoMessage

func (*StBankOp) ProtoMessage()

func (*StBankOp) ProtoReflect

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

func (*StBankOp) Reset

func (x *StBankOp) Reset()

func (*StBankOp) String

func (x *StBankOp) String() string

type StBankOpEBankOpTypes

type StBankOpEBankOpTypes int32
const (
	StBankOp_BANK_OP_DEPOSIT StBankOpEBankOpTypes = 0 //取款
	StBankOp_BANK_OP_AGAIN   StBankOpEBankOpTypes = 1 //存款
)

func (StBankOpEBankOpTypes) Descriptor

func (StBankOpEBankOpTypes) Enum

func (StBankOpEBankOpTypes) EnumDescriptor deprecated

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

Deprecated: Use StBankOpEBankOpTypes.Descriptor instead.

func (StBankOpEBankOpTypes) Number

func (StBankOpEBankOpTypes) String

func (x StBankOpEBankOpTypes) String() string

func (StBankOpEBankOpTypes) Type

type StBankOpRet

type StBankOpRet struct {
	Ret        int32 `protobuf:"varint,1,opt,name=ret,proto3" json:"ret,omitempty"`
	Optype     int32 `protobuf:"varint,2,opt,name=optype,proto3" json:"optype,omitempty"`         //操作类型
	Carryscore int64 `protobuf:"varint,3,opt,name=carryscore,proto3" json:"carryscore,omitempty"` //携带金额
	Bankscore  int64 `protobuf:"varint,4,opt,name=bankscore,proto3" json:"bankscore,omitempty"`   //银行金额
	// contains filtered or unexported fields
}

func (*StBankOpRet) Descriptor deprecated

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

Deprecated: Use StBankOpRet.ProtoReflect.Descriptor instead.

func (*StBankOpRet) GetBankscore

func (x *StBankOpRet) GetBankscore() int64

func (*StBankOpRet) GetCarryscore

func (x *StBankOpRet) GetCarryscore() int64

func (*StBankOpRet) GetOptype

func (x *StBankOpRet) GetOptype() int32

func (*StBankOpRet) GetRet

func (x *StBankOpRet) GetRet() int32

func (*StBankOpRet) ProtoMessage

func (*StBankOpRet) ProtoMessage()

func (*StBankOpRet) ProtoReflect

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

func (*StBankOpRet) Reset

func (x *StBankOpRet) Reset()

func (*StBankOpRet) String

func (x *StBankOpRet) String() string

type StBankSetPwd

type StBankSetPwd struct {
	Account []byte `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"` //账号
	Pwd     string `protobuf:"bytes,2,opt,name=pwd,proto3" json:"pwd,omitempty"`
	// contains filtered or unexported fields
}

func (*StBankSetPwd) Descriptor deprecated

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

Deprecated: Use StBankSetPwd.ProtoReflect.Descriptor instead.

func (*StBankSetPwd) GetAccount

func (x *StBankSetPwd) GetAccount() []byte

func (*StBankSetPwd) GetPwd

func (x *StBankSetPwd) GetPwd() string

func (*StBankSetPwd) ProtoMessage

func (*StBankSetPwd) ProtoMessage()

func (*StBankSetPwd) ProtoReflect

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

func (*StBankSetPwd) Reset

func (x *StBankSetPwd) Reset()

func (*StBankSetPwd) String

func (x *StBankSetPwd) String() string

type StBankSetPwdRet

type StBankSetPwdRet struct {
	Ret int32 `protobuf:"varint,1,opt,name=ret,proto3" json:"ret,omitempty"` //结果
	// contains filtered or unexported fields
}

func (*StBankSetPwdRet) Descriptor deprecated

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

Deprecated: Use StBankSetPwdRet.ProtoReflect.Descriptor instead.

func (*StBankSetPwdRet) GetRet

func (x *StBankSetPwdRet) GetRet() int32

func (*StBankSetPwdRet) ProtoMessage

func (*StBankSetPwdRet) ProtoMessage()

func (*StBankSetPwdRet) ProtoReflect

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

func (*StBankSetPwdRet) Reset

func (x *StBankSetPwdRet) Reset()

func (*StBankSetPwdRet) String

func (x *StBankSetPwdRet) String() string

type StBankTransfer

type StBankTransfer struct {
	Account    []byte `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"`        //账号
	Recvgameid int64  `protobuf:"varint,2,opt,name=recvgameid,proto3" json:"recvgameid,omitempty"` //收款方gameid
	Gold       int64  `protobuf:"varint,3,opt,name=gold,proto3" json:"gold,omitempty"`             //赠送金币数量
	// contains filtered or unexported fields
}

func (*StBankTransfer) Descriptor deprecated

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

Deprecated: Use StBankTransfer.ProtoReflect.Descriptor instead.

func (*StBankTransfer) GetAccount

func (x *StBankTransfer) GetAccount() []byte

func (*StBankTransfer) GetGold

func (x *StBankTransfer) GetGold() int64

func (*StBankTransfer) GetRecvgameid

func (x *StBankTransfer) GetRecvgameid() int64

func (*StBankTransfer) ProtoMessage

func (*StBankTransfer) ProtoMessage()

func (*StBankTransfer) ProtoReflect

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

func (*StBankTransfer) Reset

func (x *StBankTransfer) Reset()

func (*StBankTransfer) String

func (x *StBankTransfer) String() string

type StBankTransferRecord

type StBankTransferRecord struct {
	Account []byte `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"` //账号
	// contains filtered or unexported fields
}

func (*StBankTransferRecord) Descriptor deprecated

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

Deprecated: Use StBankTransferRecord.ProtoReflect.Descriptor instead.

func (*StBankTransferRecord) GetAccount

func (x *StBankTransferRecord) GetAccount() []byte

func (*StBankTransferRecord) ProtoMessage

func (*StBankTransferRecord) ProtoMessage()

func (*StBankTransferRecord) ProtoReflect

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

func (*StBankTransferRecord) Reset

func (x *StBankTransferRecord) Reset()

func (*StBankTransferRecord) String

func (x *StBankTransferRecord) String() string

type StBankTransferRecordRet

type StBankTransferRecordRet struct {
	Ret   int32                   `protobuf:"varint,1,opt,name=ret,proto3" json:"ret,omitempty"`
	Accid int64                   `protobuf:"varint,2,opt,name=accid,proto3" json:"accid,omitempty"` //账号id
	Items []*StTransferRecordItem `protobuf:"bytes,3,rep,name=items,proto3" json:"items,omitempty"`
	// contains filtered or unexported fields
}

func (*StBankTransferRecordRet) Descriptor deprecated

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

Deprecated: Use StBankTransferRecordRet.ProtoReflect.Descriptor instead.

func (*StBankTransferRecordRet) GetAccid

func (x *StBankTransferRecordRet) GetAccid() int64

func (*StBankTransferRecordRet) GetItems

func (*StBankTransferRecordRet) GetRet

func (x *StBankTransferRecordRet) GetRet() int32

func (*StBankTransferRecordRet) ProtoMessage

func (*StBankTransferRecordRet) ProtoMessage()

func (*StBankTransferRecordRet) ProtoReflect

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

func (*StBankTransferRecordRet) Reset

func (x *StBankTransferRecordRet) Reset()

func (*StBankTransferRecordRet) String

func (x *StBankTransferRecordRet) String() string

type StBankTransferRet

type StBankTransferRet struct {
	Ret        int32  `protobuf:"varint,1,opt,name=ret,proto3" json:"ret,omitempty"`               //结果
	Recvgameid int64  `protobuf:"varint,2,opt,name=recvgameid,proto3" json:"recvgameid,omitempty"` //收款方gameid
	Gold       int64  `protobuf:"varint,3,opt,name=gold,proto3" json:"gold,omitempty"`             //赠送金币数量
	Tax        int64  `protobuf:"varint,4,opt,name=tax,proto3" json:"tax,omitempty"`               //税收
	Tm         string `protobuf:"bytes,5,opt,name=tm,proto3" json:"tm,omitempty"`                  //时间
	Bankgold   int64  `protobuf:"varint,6,opt,name=bankgold,proto3" json:"bankgold,omitempty"`     //转账后玩家的银行金额
	//int64 	carrygold				= 7;		//转账后玩家身上的金额
	Tid int64 `protobuf:"varint,8,opt,name=tid,proto3" json:"tid,omitempty"` //id
	// contains filtered or unexported fields
}

func (*StBankTransferRet) Descriptor deprecated

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

Deprecated: Use StBankTransferRet.ProtoReflect.Descriptor instead.

func (*StBankTransferRet) GetBankgold

func (x *StBankTransferRet) GetBankgold() int64

func (*StBankTransferRet) GetGold

func (x *StBankTransferRet) GetGold() int64

func (*StBankTransferRet) GetRecvgameid

func (x *StBankTransferRet) GetRecvgameid() int64

func (*StBankTransferRet) GetRet

func (x *StBankTransferRet) GetRet() int32

func (*StBankTransferRet) GetTax

func (x *StBankTransferRet) GetTax() int64

func (*StBankTransferRet) GetTid

func (x *StBankTransferRet) GetTid() int64

func (*StBankTransferRet) GetTm

func (x *StBankTransferRet) GetTm() string

func (*StBankTransferRet) ProtoMessage

func (*StBankTransferRet) ProtoMessage()

func (*StBankTransferRet) ProtoReflect

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

func (*StBankTransferRet) Reset

func (x *StBankTransferRet) Reset()

func (*StBankTransferRet) String

func (x *StBankTransferRet) String() string

type StBankUpdateTransferRet

type StBankUpdateTransferRet struct {
	Tid    int64 `protobuf:"varint,1,opt,name=tid,proto3" json:"tid,omitempty"`
	Status int32 `protobuf:"varint,2,opt,name=status,proto3" json:"status,omitempty"` //转账状态:0正常,1已领取,2已撤销
	// contains filtered or unexported fields
}

func (*StBankUpdateTransferRet) Descriptor deprecated

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

Deprecated: Use StBankUpdateTransferRet.ProtoReflect.Descriptor instead.

func (*StBankUpdateTransferRet) GetStatus

func (x *StBankUpdateTransferRet) GetStatus() int32

func (*StBankUpdateTransferRet) GetTid

func (x *StBankUpdateTransferRet) GetTid() int64

func (*StBankUpdateTransferRet) ProtoMessage

func (*StBankUpdateTransferRet) ProtoMessage()

func (*StBankUpdateTransferRet) ProtoReflect

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

func (*StBankUpdateTransferRet) Reset

func (x *StBankUpdateTransferRet) Reset()

func (*StBankUpdateTransferRet) String

func (x *StBankUpdateTransferRet) String() string

type StBrokerageWithdraw

type StBrokerageWithdraw struct {
	Account []byte `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"`
	Gold    int64  `protobuf:"varint,2,opt,name=gold,proto3" json:"gold,omitempty"` //提现金额
	// contains filtered or unexported fields
}

佣金提现

func (*StBrokerageWithdraw) Descriptor deprecated

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

Deprecated: Use StBrokerageWithdraw.ProtoReflect.Descriptor instead.

func (*StBrokerageWithdraw) GetAccount

func (x *StBrokerageWithdraw) GetAccount() []byte

func (*StBrokerageWithdraw) GetGold

func (x *StBrokerageWithdraw) GetGold() int64

func (*StBrokerageWithdraw) ProtoMessage

func (*StBrokerageWithdraw) ProtoMessage()

func (*StBrokerageWithdraw) ProtoReflect

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

func (*StBrokerageWithdraw) Reset

func (x *StBrokerageWithdraw) Reset()

func (*StBrokerageWithdraw) String

func (x *StBrokerageWithdraw) String() string

type StBrokerageWithdrawRet

type StBrokerageWithdrawRet struct {
	Ret  int32 `protobuf:"varint,1,opt,name=ret,proto3" json:"ret,omitempty"`   //结果
	Gold int64 `protobuf:"varint,2,opt,name=gold,proto3" json:"gold,omitempty"` //提现金额
	// contains filtered or unexported fields
}

func (*StBrokerageWithdrawRet) Descriptor deprecated

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

Deprecated: Use StBrokerageWithdrawRet.ProtoReflect.Descriptor instead.

func (*StBrokerageWithdrawRet) GetGold

func (x *StBrokerageWithdrawRet) GetGold() int64

func (*StBrokerageWithdrawRet) GetRet

func (x *StBrokerageWithdrawRet) GetRet() int32

func (*StBrokerageWithdrawRet) ProtoMessage

func (*StBrokerageWithdrawRet) ProtoMessage()

func (*StBrokerageWithdrawRet) ProtoReflect

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

func (*StBrokerageWithdrawRet) Reset

func (x *StBrokerageWithdrawRet) Reset()

func (*StBrokerageWithdrawRet) String

func (x *StBrokerageWithdrawRet) String() string

type StClNotice

type StClNotice struct {
	Type    int32  `protobuf:"varint,1,opt,name=type,proto3" json:"type,omitempty"`
	Content string `protobuf:"bytes,2,opt,name=content,proto3" json:"content,omitempty"`
	Remarks string `protobuf:"bytes,3,opt,name=remarks,proto3" json:"remarks,omitempty"`
	Sort    int32  `protobuf:"varint,4,opt,name=sort,proto3" json:"sort,omitempty"`
	Parent  int32  `protobuf:"varint,5,opt,name=parent,proto3" json:"parent,omitempty"`
	Status  int32  `protobuf:"varint,6,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

公告数据

func (*StClNotice) Descriptor deprecated

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

Deprecated: Use StClNotice.ProtoReflect.Descriptor instead.

func (*StClNotice) GetContent

func (x *StClNotice) GetContent() string

func (*StClNotice) GetParent

func (x *StClNotice) GetParent() int32

func (*StClNotice) GetRemarks

func (x *StClNotice) GetRemarks() string

func (*StClNotice) GetSort

func (x *StClNotice) GetSort() int32

func (*StClNotice) GetStatus

func (x *StClNotice) GetStatus() int32

func (*StClNotice) GetType

func (x *StClNotice) GetType() int32

func (*StClNotice) ProtoMessage

func (*StClNotice) ProtoMessage()

func (*StClNotice) ProtoReflect

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

func (*StClNotice) Reset

func (x *StClNotice) Reset()

func (*StClNotice) String

func (x *StClNotice) String() string

type StGetNickname

type StGetNickname struct {
	Gameid int64 `protobuf:"varint,1,opt,name=gameid,proto3" json:"gameid,omitempty"`
	// contains filtered or unexported fields
}

func (*StGetNickname) Descriptor deprecated

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

Deprecated: Use StGetNickname.ProtoReflect.Descriptor instead.

func (*StGetNickname) GetGameid

func (x *StGetNickname) GetGameid() int64

func (*StGetNickname) ProtoMessage

func (*StGetNickname) ProtoMessage()

func (*StGetNickname) ProtoReflect

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

func (*StGetNickname) Reset

func (x *StGetNickname) Reset()

func (*StGetNickname) String

func (x *StGetNickname) String() string

type StGetNicknameRet

type StGetNicknameRet struct {
	Gameid   int64  `protobuf:"varint,1,opt,name=gameid,proto3" json:"gameid,omitempty"`
	Nickname []byte `protobuf:"bytes,2,opt,name=nickname,proto3" json:"nickname,omitempty"`
	Ret      int32  `protobuf:"varint,3,opt,name=ret,proto3" json:"ret,omitempty"` //0成功,其他失败
	// contains filtered or unexported fields
}

func (*StGetNicknameRet) Descriptor deprecated

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

Deprecated: Use StGetNicknameRet.ProtoReflect.Descriptor instead.

func (*StGetNicknameRet) GetGameid

func (x *StGetNicknameRet) GetGameid() int64

func (*StGetNicknameRet) GetNickname

func (x *StGetNicknameRet) GetNickname() []byte

func (*StGetNicknameRet) GetRet

func (x *StGetNicknameRet) GetRet() int32

func (*StGetNicknameRet) ProtoMessage

func (*StGetNicknameRet) ProtoMessage()

func (*StGetNicknameRet) ProtoReflect

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

func (*StGetNicknameRet) Reset

func (x *StGetNicknameRet) Reset()

func (*StGetNicknameRet) String

func (x *StGetNicknameRet) String() string

type StLateBetInfo

type StLateBetInfo struct {
	Chairid  int32 `protobuf:"varint,1,opt,name=chairid,proto3" json:"chairid,omitempty"`   //座位号
	Betscore int64 `protobuf:"varint,2,opt,name=betscore,proto3" json:"betscore,omitempty"` //累计下注
	Wincount int32 `protobuf:"varint,3,opt,name=wincount,proto3" json:"wincount,omitempty"` //累计赢局数
	// contains filtered or unexported fields
}

func (*StLateBetInfo) Descriptor deprecated

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

Deprecated: Use StLateBetInfo.ProtoReflect.Descriptor instead.

func (*StLateBetInfo) GetBetscore

func (x *StLateBetInfo) GetBetscore() int64

func (*StLateBetInfo) GetChairid

func (x *StLateBetInfo) GetChairid() int32

func (*StLateBetInfo) GetWincount

func (x *StLateBetInfo) GetWincount() int32

func (*StLateBetInfo) ProtoMessage

func (*StLateBetInfo) ProtoMessage()

func (*StLateBetInfo) ProtoReflect

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

func (*StLateBetInfo) Reset

func (x *StLateBetInfo) Reset()

func (*StLateBetInfo) String

func (x *StLateBetInfo) String() string

type StModifyLoginPwdReq

type StModifyLoginPwdReq struct {
	Account []byte `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"` //账号
	Newpwd  []byte `protobuf:"bytes,2,opt,name=newpwd,proto3" json:"newpwd,omitempty"`   //新密码
	Oldpwd  []byte `protobuf:"bytes,3,opt,name=oldpwd,proto3" json:"oldpwd,omitempty"`   //旧密码
	// contains filtered or unexported fields
}

func (*StModifyLoginPwdReq) Descriptor deprecated

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

Deprecated: Use StModifyLoginPwdReq.ProtoReflect.Descriptor instead.

func (*StModifyLoginPwdReq) GetAccount

func (x *StModifyLoginPwdReq) GetAccount() []byte

func (*StModifyLoginPwdReq) GetNewpwd

func (x *StModifyLoginPwdReq) GetNewpwd() []byte

func (*StModifyLoginPwdReq) GetOldpwd

func (x *StModifyLoginPwdReq) GetOldpwd() []byte

func (*StModifyLoginPwdReq) ProtoMessage

func (*StModifyLoginPwdReq) ProtoMessage()

func (*StModifyLoginPwdReq) ProtoReflect

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

func (*StModifyLoginPwdReq) Reset

func (x *StModifyLoginPwdReq) Reset()

func (*StModifyLoginPwdReq) String

func (x *StModifyLoginPwdReq) String() string

type StModifyLoginPwdRet

type StModifyLoginPwdRet struct {
	Ret int32 `protobuf:"varint,1,opt,name=ret,proto3" json:"ret,omitempty"` //结果
	// contains filtered or unexported fields
}

func (*StModifyLoginPwdRet) Descriptor deprecated

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

Deprecated: Use StModifyLoginPwdRet.ProtoReflect.Descriptor instead.

func (*StModifyLoginPwdRet) GetRet

func (x *StModifyLoginPwdRet) GetRet() int32

func (*StModifyLoginPwdRet) ProtoMessage

func (*StModifyLoginPwdRet) ProtoMessage()

func (*StModifyLoginPwdRet) ProtoReflect

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

func (*StModifyLoginPwdRet) Reset

func (x *StModifyLoginPwdRet) Reset()

func (*StModifyLoginPwdRet) String

func (x *StModifyLoginPwdRet) String() string

type StQueryAgentInfo

type StQueryAgentInfo struct {
	Account []byte `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"` //账号
	// contains filtered or unexported fields
}

func (*StQueryAgentInfo) Descriptor deprecated

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

Deprecated: Use StQueryAgentInfo.ProtoReflect.Descriptor instead.

func (*StQueryAgentInfo) GetAccount

func (x *StQueryAgentInfo) GetAccount() []byte

func (*StQueryAgentInfo) ProtoMessage

func (*StQueryAgentInfo) ProtoMessage()

func (*StQueryAgentInfo) ProtoReflect

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

func (*StQueryAgentInfo) Reset

func (x *StQueryAgentInfo) Reset()

func (*StQueryAgentInfo) String

func (x *StQueryAgentInfo) String() string

type StQueryAgentInfoRet

type StQueryAgentInfoRet struct {
	Gameid              int64  `protobuf:"varint,1,opt,name=gameid,proto3" json:"gameid,omitempty"`
	Spreaderid          int64  `protobuf:"varint,2,opt,name=spreaderid,proto3" json:"spreaderid,omitempty"`                                                //上级id
	UnderlingCount      int32  `protobuf:"varint,3,opt,name=underling_count,json=underlingCount,proto3" json:"underling_count,omitempty"`                  //直属玩家数量
	TodayUnderlingCount int32  `protobuf:"varint,4,opt,name=today_underling_count,json=todayUnderlingCount,proto3" json:"today_underling_count,omitempty"` //今日新增
	SpreadUrl           string `protobuf:"bytes,5,opt,name=spread_url,json=spreadUrl,proto3" json:"spread_url,omitempty"`                                  //推广链接
	QrUrl               string `protobuf:"bytes,6,opt,name=qr_url,json=qrUrl,proto3" json:"qr_url,omitempty"`                                              //二维码地址
	// contains filtered or unexported fields
}

func (*StQueryAgentInfoRet) Descriptor deprecated

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

Deprecated: Use StQueryAgentInfoRet.ProtoReflect.Descriptor instead.

func (*StQueryAgentInfoRet) GetGameid

func (x *StQueryAgentInfoRet) GetGameid() int64

func (*StQueryAgentInfoRet) GetQrUrl

func (x *StQueryAgentInfoRet) GetQrUrl() string

func (*StQueryAgentInfoRet) GetSpreadUrl

func (x *StQueryAgentInfoRet) GetSpreadUrl() string

func (*StQueryAgentInfoRet) GetSpreaderid

func (x *StQueryAgentInfoRet) GetSpreaderid() int64

func (*StQueryAgentInfoRet) GetTodayUnderlingCount

func (x *StQueryAgentInfoRet) GetTodayUnderlingCount() int32

func (*StQueryAgentInfoRet) GetUnderlingCount

func (x *StQueryAgentInfoRet) GetUnderlingCount() int32

func (*StQueryAgentInfoRet) ProtoMessage

func (*StQueryAgentInfoRet) ProtoMessage()

func (*StQueryAgentInfoRet) ProtoReflect

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

func (*StQueryAgentInfoRet) Reset

func (x *StQueryAgentInfoRet) Reset()

func (*StQueryAgentInfoRet) String

func (x *StQueryAgentInfoRet) String() string

type StQueryUnderling

type StQueryUnderling struct {
	Account []byte `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"`
	// contains filtered or unexported fields
}

查询直属玩家

func (*StQueryUnderling) Descriptor deprecated

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

Deprecated: Use StQueryUnderling.ProtoReflect.Descriptor instead.

func (*StQueryUnderling) GetAccount

func (x *StQueryUnderling) GetAccount() []byte

func (*StQueryUnderling) ProtoMessage

func (*StQueryUnderling) ProtoMessage()

func (*StQueryUnderling) ProtoReflect

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

func (*StQueryUnderling) Reset

func (x *StQueryUnderling) Reset()

func (*StQueryUnderling) String

func (x *StQueryUnderling) String() string

type StQueryUnderlingRet

type StQueryUnderlingRet struct {
	Users []*StUnderlingUser `protobuf:"bytes,1,rep,name=users,proto3" json:"users,omitempty"`
	// contains filtered or unexported fields
}

func (*StQueryUnderlingRet) Descriptor deprecated

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

Deprecated: Use StQueryUnderlingRet.ProtoReflect.Descriptor instead.

func (*StQueryUnderlingRet) GetUsers

func (x *StQueryUnderlingRet) GetUsers() []*StUnderlingUser

func (*StQueryUnderlingRet) ProtoMessage

func (*StQueryUnderlingRet) ProtoMessage()

func (*StQueryUnderlingRet) ProtoReflect

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

func (*StQueryUnderlingRet) Reset

func (x *StQueryUnderlingRet) Reset()

func (*StQueryUnderlingRet) String

func (x *StQueryUnderlingRet) String() string

type StQueryWealthRank

type StQueryWealthRank struct {
	// contains filtered or unexported fields
}

func (*StQueryWealthRank) Descriptor deprecated

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

Deprecated: Use StQueryWealthRank.ProtoReflect.Descriptor instead.

func (*StQueryWealthRank) ProtoMessage

func (*StQueryWealthRank) ProtoMessage()

func (*StQueryWealthRank) ProtoReflect

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

func (*StQueryWealthRank) Reset

func (x *StQueryWealthRank) Reset()

func (*StQueryWealthRank) String

func (x *StQueryWealthRank) String() string

type StQueryWealthRankRet

type StQueryWealthRankRet struct {
	Items []*StWealthRankItem `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"`
	// contains filtered or unexported fields
}

func (*StQueryWealthRankRet) Descriptor deprecated

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

Deprecated: Use StQueryWealthRankRet.ProtoReflect.Descriptor instead.

func (*StQueryWealthRankRet) GetItems

func (x *StQueryWealthRankRet) GetItems() []*StWealthRankItem

func (*StQueryWealthRankRet) ProtoMessage

func (*StQueryWealthRankRet) ProtoMessage()

func (*StQueryWealthRankRet) ProtoReflect

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

func (*StQueryWealthRankRet) Reset

func (x *StQueryWealthRankRet) Reset()

func (*StQueryWealthRankRet) String

func (x *StQueryWealthRankRet) String() string

type StRankItem

type StRankItem struct {
	Rank     int32  `protobuf:"varint,1,opt,name=rank,proto3" json:"rank,omitempty"`        //排名
	Mult     int32  `protobuf:"varint,2,opt,name=mult,proto3" json:"mult,omitempty"`        //倍数
	Socre    int64  `protobuf:"varint,3,opt,name=socre,proto3" json:"socre,omitempty"`      //得分
	Nickname []byte `protobuf:"bytes,4,opt,name=nickname,proto3" json:"nickname,omitempty"` //昵称
	// contains filtered or unexported fields
}

func (*StRankItem) Descriptor deprecated

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

Deprecated: Use StRankItem.ProtoReflect.Descriptor instead.

func (*StRankItem) GetMult

func (x *StRankItem) GetMult() int32

func (*StRankItem) GetNickname

func (x *StRankItem) GetNickname() []byte

func (*StRankItem) GetRank

func (x *StRankItem) GetRank() int32

func (*StRankItem) GetSocre

func (x *StRankItem) GetSocre() int64

func (*StRankItem) ProtoMessage

func (*StRankItem) ProtoMessage()

func (*StRankItem) ProtoReflect

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

func (*StRankItem) Reset

func (x *StRankItem) Reset()

func (*StRankItem) String

func (x *StRankItem) String() string

type StRedeemUse

type StRedeemUse struct {
	Account    []byte `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"`       //账号
	Redeemcode []byte `protobuf:"bytes,2,opt,name=redeemcode,proto3" json:"redeemcode,omitempty"` //卡号
	// contains filtered or unexported fields
}

func (*StRedeemUse) Descriptor deprecated

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

Deprecated: Use StRedeemUse.ProtoReflect.Descriptor instead.

func (*StRedeemUse) GetAccount

func (x *StRedeemUse) GetAccount() []byte

func (*StRedeemUse) GetRedeemcode

func (x *StRedeemUse) GetRedeemcode() []byte

func (*StRedeemUse) ProtoMessage

func (*StRedeemUse) ProtoMessage()

func (*StRedeemUse) ProtoReflect

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

func (*StRedeemUse) Reset

func (x *StRedeemUse) Reset()

func (*StRedeemUse) String

func (x *StRedeemUse) String() string

type StRedeemUseRet

type StRedeemUseRet struct {
	Ret          int32 `protobuf:"varint,1,opt,name=ret,proto3" json:"ret,omitempty"`
	Addgold      int64 `protobuf:"varint,2,opt,name=addgold,proto3" json:"addgold,omitempty"`
	Currgold     int64 `protobuf:"varint,3,opt,name=currgold,proto3" json:"currgold,omitempty"`                               //当前携带金额
	Cardtype     int32 `protobuf:"varint,4,opt,name=cardtype,proto3" json:"cardtype,omitempty"`                               //0:新手卡,1充值卡
	CurrBankGold int64 `protobuf:"varint,5,opt,name=curr_bank_gold,json=currBankGold,proto3" json:"curr_bank_gold,omitempty"` //当前银行金币
	// contains filtered or unexported fields
}

func (*StRedeemUseRet) Descriptor deprecated

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

Deprecated: Use StRedeemUseRet.ProtoReflect.Descriptor instead.

func (*StRedeemUseRet) GetAddgold

func (x *StRedeemUseRet) GetAddgold() int64

func (*StRedeemUseRet) GetCardtype

func (x *StRedeemUseRet) GetCardtype() int32

func (*StRedeemUseRet) GetCurrBankGold

func (x *StRedeemUseRet) GetCurrBankGold() int64

func (*StRedeemUseRet) GetCurrgold

func (x *StRedeemUseRet) GetCurrgold() int64

func (*StRedeemUseRet) GetRet

func (x *StRedeemUseRet) GetRet() int32

func (*StRedeemUseRet) ProtoMessage

func (*StRedeemUseRet) ProtoMessage()

func (*StRedeemUseRet) ProtoReflect

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

func (*StRedeemUseRet) Reset

func (x *StRedeemUseRet) Reset()

func (*StRedeemUseRet) String

func (x *StRedeemUseRet) String() string

type StServerInfo

type StServerInfo struct {
	Gameid      int32  `protobuf:"varint,1,opt,name=gameid,proto3" json:"gameid,omitempty"`           //游戏id
	Serverid    int32  `protobuf:"varint,2,opt,name=serverid,proto3" json:"serverid,omitempty"`       //房间索引
	Servertype  int32  `protobuf:"varint,3,opt,name=servertype,proto3" json:"servertype,omitempty"`   //服务类型()
	Onlinecount int32  `protobuf:"varint,4,opt,name=onlinecount,proto3" json:"onlinecount,omitempty"` //在线人数
	Fullcount   int32  `protobuf:"varint,5,opt,name=fullcount,proto3" json:"fullcount,omitempty"`     //满员人数
	Servername  []byte `protobuf:"bytes,6,opt,name=servername,proto3" json:"servername,omitempty"`    //房间名称
	ContextId   int32  `protobuf:"varint,7,opt,name=context_id,json=contextId,proto3" json:"context_id,omitempty"`
	Ip          string `protobuf:"bytes,8,opt,name=ip,proto3" json:"ip,omitempty"`
	Port        int32  `protobuf:"varint,9,opt,name=port,proto3" json:"port,omitempty"`
	// contains filtered or unexported fields
}

func (*StServerInfo) Descriptor deprecated

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

Deprecated: Use StServerInfo.ProtoReflect.Descriptor instead.

func (*StServerInfo) GetContextId

func (x *StServerInfo) GetContextId() int32

func (*StServerInfo) GetFullcount

func (x *StServerInfo) GetFullcount() int32

func (*StServerInfo) GetGameid

func (x *StServerInfo) GetGameid() int32

func (*StServerInfo) GetIp

func (x *StServerInfo) GetIp() string

func (*StServerInfo) GetOnlinecount

func (x *StServerInfo) GetOnlinecount() int32

func (*StServerInfo) GetPort

func (x *StServerInfo) GetPort() int32

func (*StServerInfo) GetServerid

func (x *StServerInfo) GetServerid() int32

func (*StServerInfo) GetServername

func (x *StServerInfo) GetServername() []byte

func (*StServerInfo) GetServertype

func (x *StServerInfo) GetServertype() int32

func (*StServerInfo) ProtoMessage

func (*StServerInfo) ProtoMessage()

func (*StServerInfo) ProtoReflect

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

func (*StServerInfo) Reset

func (x *StServerInfo) Reset()

func (*StServerInfo) String

func (x *StServerInfo) String() string

type StTransferRecordItem

type StTransferRecordItem struct {
	Tid        int64  `protobuf:"varint,1,opt,name=tid,proto3" json:"tid,omitempty"`               //记录id
	Tm         string `protobuf:"bytes,2,opt,name=tm,proto3" json:"tm,omitempty"`                  //转账时间
	Sendgameid int64  `protobuf:"varint,3,opt,name=sendgameid,proto3" json:"sendgameid,omitempty"` //己方ID
	Recvgameid int64  `protobuf:"varint,4,opt,name=recvgameid,proto3" json:"recvgameid,omitempty"` //对方id
	Gold       int64  `protobuf:"varint,5,opt,name=gold,proto3" json:"gold,omitempty"`             //转账金额
	Tax        int64  `protobuf:"varint,6,opt,name=tax,proto3" json:"tax,omitempty"`               //
	Status     int32  `protobuf:"varint,7,opt,name=status,proto3" json:"status,omitempty"`         //状态, 0:未领取, 1:已领取
	// contains filtered or unexported fields
}

func (*StTransferRecordItem) Descriptor deprecated

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

Deprecated: Use StTransferRecordItem.ProtoReflect.Descriptor instead.

func (*StTransferRecordItem) GetGold

func (x *StTransferRecordItem) GetGold() int64

func (*StTransferRecordItem) GetRecvgameid

func (x *StTransferRecordItem) GetRecvgameid() int64

func (*StTransferRecordItem) GetSendgameid

func (x *StTransferRecordItem) GetSendgameid() int64

func (*StTransferRecordItem) GetStatus

func (x *StTransferRecordItem) GetStatus() int32

func (*StTransferRecordItem) GetTax

func (x *StTransferRecordItem) GetTax() int64

func (*StTransferRecordItem) GetTid

func (x *StTransferRecordItem) GetTid() int64

func (*StTransferRecordItem) GetTm

func (x *StTransferRecordItem) GetTm() string

func (*StTransferRecordItem) ProtoMessage

func (*StTransferRecordItem) ProtoMessage()

func (*StTransferRecordItem) ProtoReflect

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

func (*StTransferRecordItem) Reset

func (x *StTransferRecordItem) Reset()

func (*StTransferRecordItem) String

func (x *StTransferRecordItem) String() string

type StUnderlingUser

type StUnderlingUser struct {
	Gameid  int64  `protobuf:"varint,1,opt,name=gameid,proto3" json:"gameid,omitempty"`
	RegTime string `protobuf:"bytes,2,opt,name=reg_time,json=regTime,proto3" json:"reg_time,omitempty"` //注册时间
	Ledger  int64  `protobuf:"varint,3,opt,name=ledger,proto3" json:"ledger,omitempty"`                 //总流水
	// contains filtered or unexported fields
}

func (*StUnderlingUser) Descriptor deprecated

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

Deprecated: Use StUnderlingUser.ProtoReflect.Descriptor instead.

func (*StUnderlingUser) GetGameid

func (x *StUnderlingUser) GetGameid() int64

func (*StUnderlingUser) GetLedger

func (x *StUnderlingUser) GetLedger() int64

func (*StUnderlingUser) GetRegTime

func (x *StUnderlingUser) GetRegTime() string

func (*StUnderlingUser) ProtoMessage

func (*StUnderlingUser) ProtoMessage()

func (*StUnderlingUser) ProtoReflect

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

func (*StUnderlingUser) Reset

func (x *StUnderlingUser) Reset()

func (*StUnderlingUser) String

func (x *StUnderlingUser) String() string

type StUpdateScore

type StUpdateScore struct {
	Resaon    int32 `protobuf:"varint,1,opt,name=resaon,proto3" json:"resaon,omitempty"`
	Score     int64 `protobuf:"varint,2,opt,name=score,proto3" json:"score,omitempty"`
	Bankscore int64 `protobuf:"varint,3,opt,name=bankscore,proto3" json:"bankscore,omitempty"`
	// contains filtered or unexported fields
}

func (*StUpdateScore) Descriptor deprecated

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

Deprecated: Use StUpdateScore.ProtoReflect.Descriptor instead.

func (*StUpdateScore) GetBankscore

func (x *StUpdateScore) GetBankscore() int64

func (*StUpdateScore) GetResaon

func (x *StUpdateScore) GetResaon() int32

func (*StUpdateScore) GetScore

func (x *StUpdateScore) GetScore() int64

func (*StUpdateScore) ProtoMessage

func (*StUpdateScore) ProtoMessage()

func (*StUpdateScore) ProtoReflect

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

func (*StUpdateScore) Reset

func (x *StUpdateScore) Reset()

func (*StUpdateScore) String

func (x *StUpdateScore) String() string

type StWealthRankItem

type StWealthRankItem struct {
	Rank     int32  `protobuf:"varint,1,opt,name=rank,proto3" json:"rank,omitempty"`        //排名
	Faceid   int32  `protobuf:"varint,2,opt,name=faceid,proto3" json:"faceid,omitempty"`    //头像
	Nickname []byte `protobuf:"bytes,3,opt,name=nickname,proto3" json:"nickname,omitempty"` //昵称
	Gold     int64  `protobuf:"varint,4,opt,name=gold,proto3" json:"gold,omitempty"`        //金币
	Gameid   int64  `protobuf:"varint,5,opt,name=gameid,proto3" json:"gameid,omitempty"`    //玩家gameid
	// contains filtered or unexported fields
}

func (*StWealthRankItem) Descriptor deprecated

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

Deprecated: Use StWealthRankItem.ProtoReflect.Descriptor instead.

func (*StWealthRankItem) GetFaceid

func (x *StWealthRankItem) GetFaceid() int32

func (*StWealthRankItem) GetGameid

func (x *StWealthRankItem) GetGameid() int64

func (*StWealthRankItem) GetGold

func (x *StWealthRankItem) GetGold() int64

func (*StWealthRankItem) GetNickname

func (x *StWealthRankItem) GetNickname() []byte

func (*StWealthRankItem) GetRank

func (x *StWealthRankItem) GetRank() int32

func (*StWealthRankItem) ProtoMessage

func (*StWealthRankItem) ProtoMessage()

func (*StWealthRankItem) ProtoReflect

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

func (*StWealthRankItem) Reset

func (x *StWealthRankItem) Reset()

func (*StWealthRankItem) String

func (x *StWealthRankItem) String() string

type StWithdrawRecord

type StWithdrawRecord struct {
	Account []byte `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"`
	// contains filtered or unexported fields
}

func (*StWithdrawRecord) Descriptor deprecated

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

Deprecated: Use StWithdrawRecord.ProtoReflect.Descriptor instead.

func (*StWithdrawRecord) GetAccount

func (x *StWithdrawRecord) GetAccount() []byte

func (*StWithdrawRecord) ProtoMessage

func (*StWithdrawRecord) ProtoMessage()

func (*StWithdrawRecord) ProtoReflect

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

func (*StWithdrawRecord) Reset

func (x *StWithdrawRecord) Reset()

func (*StWithdrawRecord) String

func (x *StWithdrawRecord) String() string

type StWithdrawRecordItem

type StWithdrawRecordItem struct {
	Orderid int32   `protobuf:"varint,1,opt,name=orderid,proto3" json:"orderid,omitempty"`
	State   int32   `protobuf:"varint,2,opt,name=state,proto3" json:"state,omitempty"` //状态:0已提交申请, 1:交易成功,2失败
	Tm      string  `protobuf:"bytes,3,opt,name=tm,proto3" json:"tm,omitempty"`        //时间
	Gold    int64   `protobuf:"varint,4,opt,name=gold,proto3" json:"gold,omitempty"`   //金额
	Rmb     float32 `protobuf:"fixed32,5,opt,name=rmb,proto3" json:"rmb,omitempty"`    //rmb
	// contains filtered or unexported fields
}

func (*StWithdrawRecordItem) Descriptor deprecated

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

Deprecated: Use StWithdrawRecordItem.ProtoReflect.Descriptor instead.

func (*StWithdrawRecordItem) GetGold

func (x *StWithdrawRecordItem) GetGold() int64

func (*StWithdrawRecordItem) GetOrderid

func (x *StWithdrawRecordItem) GetOrderid() int32

func (*StWithdrawRecordItem) GetRmb

func (x *StWithdrawRecordItem) GetRmb() float32

func (*StWithdrawRecordItem) GetState

func (x *StWithdrawRecordItem) GetState() int32

func (*StWithdrawRecordItem) GetTm

func (x *StWithdrawRecordItem) GetTm() string

func (*StWithdrawRecordItem) ProtoMessage

func (*StWithdrawRecordItem) ProtoMessage()

func (*StWithdrawRecordItem) ProtoReflect

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

func (*StWithdrawRecordItem) Reset

func (x *StWithdrawRecordItem) Reset()

func (*StWithdrawRecordItem) String

func (x *StWithdrawRecordItem) String() string

type StWithdrawRecordRet

type StWithdrawRecordRet struct {
	Items []*StWithdrawRecordItem `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"`
	// contains filtered or unexported fields
}

func (*StWithdrawRecordRet) Descriptor deprecated

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

Deprecated: Use StWithdrawRecordRet.ProtoReflect.Descriptor instead.

func (*StWithdrawRecordRet) GetItems

func (x *StWithdrawRecordRet) GetItems() []*StWithdrawRecordItem

func (*StWithdrawRecordRet) ProtoMessage

func (*StWithdrawRecordRet) ProtoMessage()

func (*StWithdrawRecordRet) ProtoReflect

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

func (*StWithdrawRecordRet) Reset

func (x *StWithdrawRecordRet) Reset()

func (*StWithdrawRecordRet) String

func (x *StWithdrawRecordRet) String() string

type StWorkTime

type StWorkTime struct {
	Stage     int32 `protobuf:"varint,1,opt,name=stage,proto3" json:"stage,omitempty"`         //0:初赛,1:决赛
	Dayofweek int32 `protobuf:"varint,2,opt,name=dayofweek,proto3" json:"dayofweek,omitempty"` //星期几
	Starttime int32 `protobuf:"varint,3,opt,name=starttime,proto3" json:"starttime,omitempty"` //开始时间
	Endtime   int32 `protobuf:"varint,4,opt,name=endtime,proto3" json:"endtime,omitempty"`     //结束时间
	// contains filtered or unexported fields
}

func (*StWorkTime) Descriptor deprecated

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

Deprecated: Use StWorkTime.ProtoReflect.Descriptor instead.

func (*StWorkTime) GetDayofweek

func (x *StWorkTime) GetDayofweek() int32

func (*StWorkTime) GetEndtime

func (x *StWorkTime) GetEndtime() int32

func (*StWorkTime) GetStage

func (x *StWorkTime) GetStage() int32

func (*StWorkTime) GetStarttime

func (x *StWorkTime) GetStarttime() int32

func (*StWorkTime) ProtoMessage

func (*StWorkTime) ProtoMessage()

func (*StWorkTime) ProtoReflect

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

func (*StWorkTime) Reset

func (x *StWorkTime) Reset()

func (*StWorkTime) String

func (x *StWorkTime) String() string

type StandupType

type StandupType int32
const (
	StandupType_normal_standup_op      StandupType = 0
	StandupType_changetable_standup_op StandupType = 1
)

func (StandupType) Descriptor

func (StandupType) Enum

func (x StandupType) Enum() *StandupType

func (StandupType) EnumDescriptor deprecated

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

Deprecated: Use StandupType.Descriptor instead.

func (StandupType) Number

func (x StandupType) Number() protoreflect.EnumNumber

func (StandupType) String

func (x StandupType) String() string

func (StandupType) Type

type Stchairsimpleinfo

type Stchairsimpleinfo struct {
	Chairid     int32 `protobuf:"varint,1,opt,name=chairid,proto3" json:"chairid,omitempty"`         //椅子id
	Chairstatus int32 `protobuf:"varint,2,opt,name=chairstatus,proto3" json:"chairstatus,omitempty"` //椅子状态
	User        int32 `protobuf:"varint,3,opt,name=user,proto3" json:"user,omitempty"`               //用户信息
	// contains filtered or unexported fields
}

椅子信息结构

func (*Stchairsimpleinfo) Descriptor deprecated

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

Deprecated: Use Stchairsimpleinfo.ProtoReflect.Descriptor instead.

func (*Stchairsimpleinfo) GetChairid

func (x *Stchairsimpleinfo) GetChairid() int32

func (*Stchairsimpleinfo) GetChairstatus

func (x *Stchairsimpleinfo) GetChairstatus() int32

func (*Stchairsimpleinfo) GetUser

func (x *Stchairsimpleinfo) GetUser() int32

func (*Stchairsimpleinfo) ProtoMessage

func (*Stchairsimpleinfo) ProtoMessage()

func (*Stchairsimpleinfo) ProtoReflect

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

func (*Stchairsimpleinfo) Reset

func (x *Stchairsimpleinfo) Reset()

func (*Stchairsimpleinfo) String

func (x *Stchairsimpleinfo) String() string

type Stgameserver

type Stgameserver struct {
	Gameid        int32  `protobuf:"varint,1,opt,name=gameid,proto3" json:"gameid,omitempty"`           //游戏id
	Serverid      int32  `protobuf:"varint,4,opt,name=serverid,proto3" json:"serverid,omitempty"`       //房间索引
	Servertype    int32  `protobuf:"varint,6,opt,name=servertype,proto3" json:"servertype,omitempty"`   //服务类型(1:金币,2:比赛场,4:vip比赛场)
	Onlinecount   int32  `protobuf:"varint,7,opt,name=onlinecount,proto3" json:"onlinecount,omitempty"` //在线人数
	Fullcount     int32  `protobuf:"varint,8,opt,name=fullcount,proto3" json:"fullcount,omitempty"`     //满员人数
	Servername    []byte `protobuf:"bytes,10,opt,name=servername,proto3" json:"servername,omitempty"`   //房间名称
	ContextId     int32  `protobuf:"varint,11,opt,name=context_id,json=contextId,proto3" json:"context_id,omitempty"`
	BaseScore     int32  `protobuf:"varint,12,opt,name=base_score,json=baseScore,proto3" json:"base_score,omitempty"`               //底注
	MinEnterScore int32  `protobuf:"varint,13,opt,name=min_enter_score,json=minEnterScore,proto3" json:"min_enter_score,omitempty"` //准入分
	// contains filtered or unexported fields
}

func (*Stgameserver) Descriptor deprecated

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

Deprecated: Use Stgameserver.ProtoReflect.Descriptor instead.

func (*Stgameserver) GetBaseScore

func (x *Stgameserver) GetBaseScore() int32

func (*Stgameserver) GetContextId

func (x *Stgameserver) GetContextId() int32

func (*Stgameserver) GetFullcount

func (x *Stgameserver) GetFullcount() int32

func (*Stgameserver) GetGameid

func (x *Stgameserver) GetGameid() int32

func (*Stgameserver) GetMinEnterScore

func (x *Stgameserver) GetMinEnterScore() int32

func (*Stgameserver) GetOnlinecount

func (x *Stgameserver) GetOnlinecount() int32

func (*Stgameserver) GetServerid

func (x *Stgameserver) GetServerid() int32

func (*Stgameserver) GetServername

func (x *Stgameserver) GetServername() []byte

func (*Stgameserver) GetServertype

func (x *Stgameserver) GetServertype() int32

func (*Stgameserver) ProtoMessage

func (*Stgameserver) ProtoMessage()

func (*Stgameserver) ProtoReflect

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

func (*Stgameserver) Reset

func (x *Stgameserver) Reset()

func (*Stgameserver) String

func (x *Stgameserver) String() string

type Stroomeconfiginfo

type Stroomeconfiginfo struct {
	Tablecount int32 `protobuf:"varint,1,opt,name=tablecount,proto3" json:"tablecount,omitempty"` //房间桌子数
	Chaircount int32 `protobuf:"varint,2,opt,name=chaircount,proto3" json:"chaircount,omitempty"` //椅子数
	Roomtype   int32 `protobuf:"varint,3,opt,name=roomtype,proto3" json:"roomtype,omitempty"`     //房间类型
	Roomrule   int32 `protobuf:"varint,4,opt,name=roomrule,proto3" json:"roomrule,omitempty"`     //房间规则
	// contains filtered or unexported fields
}

func (*Stroomeconfiginfo) Descriptor deprecated

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

Deprecated: Use Stroomeconfiginfo.ProtoReflect.Descriptor instead.

func (*Stroomeconfiginfo) GetChaircount

func (x *Stroomeconfiginfo) GetChaircount() int32

func (*Stroomeconfiginfo) GetRoomrule

func (x *Stroomeconfiginfo) GetRoomrule() int32

func (*Stroomeconfiginfo) GetRoomtype

func (x *Stroomeconfiginfo) GetRoomtype() int32

func (*Stroomeconfiginfo) GetTablecount

func (x *Stroomeconfiginfo) GetTablecount() int32

func (*Stroomeconfiginfo) ProtoMessage

func (*Stroomeconfiginfo) ProtoMessage()

func (*Stroomeconfiginfo) ProtoReflect

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

func (*Stroomeconfiginfo) Reset

func (x *Stroomeconfiginfo) Reset()

func (*Stroomeconfiginfo) String

func (x *Stroomeconfiginfo) String() string

type Sttablesimpleinfo

type Sttablesimpleinfo struct {
	Tableid int32                `protobuf:"varint,1,opt,name=tableid,proto3" json:"tableid,omitempty"` //桌子id
	Lock    int32                `protobuf:"varint,2,opt,name=lock,proto3" json:"lock,omitempty"`       //是否锁定,1锁定,0未锁定
	Status  int32                `protobuf:"varint,3,opt,name=status,proto3" json:"status,omitempty"`   //桌子状态,1锁定,0未锁定
	Chairs  []*Stchairsimpleinfo `protobuf:"bytes,4,rep,name=chairs,proto3" json:"chairs,omitempty"`    //椅子列表
	// contains filtered or unexported fields
}

桌子信息结构

func (*Sttablesimpleinfo) Descriptor deprecated

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

Deprecated: Use Sttablesimpleinfo.ProtoReflect.Descriptor instead.

func (*Sttablesimpleinfo) GetChairs

func (x *Sttablesimpleinfo) GetChairs() []*Stchairsimpleinfo

func (*Sttablesimpleinfo) GetLock

func (x *Sttablesimpleinfo) GetLock() int32

func (*Sttablesimpleinfo) GetStatus

func (x *Sttablesimpleinfo) GetStatus() int32

func (*Sttablesimpleinfo) GetTableid

func (x *Sttablesimpleinfo) GetTableid() int32

func (*Sttablesimpleinfo) ProtoMessage

func (*Sttablesimpleinfo) ProtoMessage()

func (*Sttablesimpleinfo) ProtoReflect

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

func (*Sttablesimpleinfo) Reset

func (x *Sttablesimpleinfo) Reset()

func (*Sttablesimpleinfo) String

func (x *Sttablesimpleinfo) String() string

type StturnoonoffAutorep

type StturnoonoffAutorep struct {
	Op int32 `protobuf:"varint,1,opt,name=op,proto3" json:"op,omitempty"` //操作
	// contains filtered or unexported fields
}

func (*StturnoonoffAutorep) Descriptor deprecated

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

Deprecated: Use StturnoonoffAutorep.ProtoReflect.Descriptor instead.

func (*StturnoonoffAutorep) GetOp

func (x *StturnoonoffAutorep) GetOp() int32

func (*StturnoonoffAutorep) ProtoMessage

func (*StturnoonoffAutorep) ProtoMessage()

func (*StturnoonoffAutorep) ProtoReflect

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

func (*StturnoonoffAutorep) Reset

func (x *StturnoonoffAutorep) Reset()

func (*StturnoonoffAutorep) String

func (x *StturnoonoffAutorep) String() string

type Stusergameinfo

type Stusergameinfo struct {
	Userid        int64  `protobuf:"varint,1,opt,name=userid,proto3" json:"userid,omitempty"`
	Username      string `protobuf:"bytes,2,opt,name=username,proto3" json:"username,omitempty"`
	Chairid       int32  `protobuf:"varint,3,opt,name=chairid,proto3" json:"chairid,omitempty"`
	Playstatus    int32  `protobuf:"varint,5,opt,name=playstatus,proto3" json:"playstatus,omitempty"` //游戏状态
	Faceid        int32  `protobuf:"varint,7,opt,name=faceid,proto3" json:"faceid,omitempty"`
	Headimgurl    string `protobuf:"bytes,8,opt,name=headimgurl,proto3" json:"headimgurl,omitempty"`
	Beginscore    int64  `protobuf:"varint,9,opt,name=beginscore,proto3" json:"beginscore,omitempty"`
	Level         int32  `protobuf:"varint,10,opt,name=level,proto3" json:"level,omitempty"`
	Experience    int32  `protobuf:"varint,11,opt,name=experience,proto3" json:"experience,omitempty"`
	Viplevel      int32  `protobuf:"varint,12,opt,name=viplevel,proto3" json:"viplevel,omitempty"`
	Vipexperience int64  `protobuf:"varint,13,opt,name=vipexperience,proto3" json:"vipexperience,omitempty"`
	Sign          string `protobuf:"bytes,14,opt,name=sign,proto3" json:"sign,omitempty"`
	// contains filtered or unexported fields
}

func (*Stusergameinfo) Descriptor deprecated

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

Deprecated: Use Stusergameinfo.ProtoReflect.Descriptor instead.

func (*Stusergameinfo) GetBeginscore

func (x *Stusergameinfo) GetBeginscore() int64

func (*Stusergameinfo) GetChairid

func (x *Stusergameinfo) GetChairid() int32

func (*Stusergameinfo) GetExperience

func (x *Stusergameinfo) GetExperience() int32

func (*Stusergameinfo) GetFaceid

func (x *Stusergameinfo) GetFaceid() int32

func (*Stusergameinfo) GetHeadimgurl

func (x *Stusergameinfo) GetHeadimgurl() string

func (*Stusergameinfo) GetLevel

func (x *Stusergameinfo) GetLevel() int32

func (*Stusergameinfo) GetPlaystatus

func (x *Stusergameinfo) GetPlaystatus() int32

func (*Stusergameinfo) GetSign

func (x *Stusergameinfo) GetSign() string

func (*Stusergameinfo) GetUserid

func (x *Stusergameinfo) GetUserid() int64

func (*Stusergameinfo) GetUsername

func (x *Stusergameinfo) GetUsername() string

func (*Stusergameinfo) GetVipexperience

func (x *Stusergameinfo) GetVipexperience() int64

func (*Stusergameinfo) GetViplevel

func (x *Stusergameinfo) GetViplevel() int32

func (*Stusergameinfo) ProtoMessage

func (*Stusergameinfo) ProtoMessage()

func (*Stusergameinfo) ProtoReflect

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

func (*Stusergameinfo) Reset

func (x *Stusergameinfo) Reset()

func (*Stusergameinfo) String

func (x *Stusergameinfo) String() string

type Stuserinfo

type Stuserinfo struct {
	Accountid    int64  `protobuf:"varint,1,opt,name=accountid,proto3" json:"accountid,omitempty"`       //账号I D
	Account      string `protobuf:"bytes,2,opt,name=account,proto3" json:"account,omitempty"`            //账号
	Gameid       int64  `protobuf:"varint,3,opt,name=gameid,proto3" json:"gameid,omitempty"`             //游戏 I D
	Nickname     string `protobuf:"bytes,4,opt,name=nickname,proto3" json:"nickname,omitempty"`          //昵称
	Faceid       uint32 `protobuf:"varint,5,opt,name=faceid,proto3" json:"faceid,omitempty"`             //头像id
	Experience   uint32 `protobuf:"varint,6,opt,name=experience,proto3" json:"experience,omitempty"`     //经验数值
	Sex          int32  `protobuf:"varint,7,opt,name=sex,proto3" json:"sex,omitempty"`                   //0女,1男
	Usergoldcoin int64  `protobuf:"varint,8,opt,name=usergoldcoin,proto3" json:"usergoldcoin,omitempty"` //金币
	Moormachine  int32  `protobuf:"varint,9,opt,name=moormachine,proto3" json:"moormachine,omitempty"`   //绑定机器,0未绑定
	Usertype     int32  `protobuf:"varint,10,opt,name=usertype,proto3" json:"usertype,omitempty"`        //0未知,1真实玩家,2机器人,3银商
	Devicetype   int32  `protobuf:"varint,11,opt,name=devicetype,proto3" json:"devicetype,omitempty"`    //0未知,1 android, 2 ios, 3 pc
	// contains filtered or unexported fields
}

玩家数据对象

func (*Stuserinfo) Descriptor deprecated

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

Deprecated: Use Stuserinfo.ProtoReflect.Descriptor instead.

func (*Stuserinfo) GetAccount

func (x *Stuserinfo) GetAccount() string

func (*Stuserinfo) GetAccountid

func (x *Stuserinfo) GetAccountid() int64

func (*Stuserinfo) GetDevicetype

func (x *Stuserinfo) GetDevicetype() int32

func (*Stuserinfo) GetExperience

func (x *Stuserinfo) GetExperience() uint32

func (*Stuserinfo) GetFaceid

func (x *Stuserinfo) GetFaceid() uint32

func (*Stuserinfo) GetGameid

func (x *Stuserinfo) GetGameid() int64

func (*Stuserinfo) GetMoormachine

func (x *Stuserinfo) GetMoormachine() int32

func (*Stuserinfo) GetNickname

func (x *Stuserinfo) GetNickname() string

func (*Stuserinfo) GetSex

func (x *Stuserinfo) GetSex() int32

func (*Stuserinfo) GetUsergoldcoin

func (x *Stuserinfo) GetUsergoldcoin() int64

func (*Stuserinfo) GetUsertype

func (x *Stuserinfo) GetUsertype() int32

func (*Stuserinfo) ProtoMessage

func (*Stuserinfo) ProtoMessage()

func (*Stuserinfo) ProtoReflect

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

func (*Stuserinfo) Reset

func (x *Stuserinfo) Reset()

func (*Stuserinfo) String

func (x *Stuserinfo) String() string

Jump to

Keyboard shortcuts

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