This website works better with JavaScript.
Home
Explore
Help
Sign In
tgo
/
rabbitmqrpc
Watch
6
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
11
Wiki
Activity
Browse Source
增加消息结构
master
v0.1.1
guzeng
3 years ago
parent
5e089ddc21
commit
24b38e4db2
1 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
common.go
+ 6
- 0
common.go
View File
@ -2,6 +2,12 @@ package rabbitmqrpc
const
DES_KEY
=
"mqbitrab"
type
MsgBody
struct
{
Exchange
string
Key
string
Data
string
}
func
rpc_server_conn
(
url
...
string
)
(
*
RabbitmqServiceClient
,
error
)
{
var
wx_rpc_url
string
=
"127.0.0.1:7955"
Write
Preview
Loading…
Cancel
Save