This website works better with JavaScript.
Home
Explore
Help
Sign In
tgo
/
supplierrpc
Watch
6
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
16
Wiki
Activity
供应商rpc结构及公共方法
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10
Commits
1
Branch
48 KiB
Go
100%
Tree:
61438902bd
master
v0.4.2
v0.4.1
v0.4.0
v0.3.0
v0.2.6
v0.2.5
v0.2.4
v0.2.3
v0.2.2
v0.2.1
v0.2.0
v0.1.2
v0.1.1
v0.1.0
v0.0.2
v0.0.1
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '61438902bd'
${ noResults }
supplierrpc
/
client.is_open.go
6 lines
101 B
Raw
Blame
History
package
supplierrpc
type
BoolRet
struct
{
Value
bool
`
json:"value"
`
Msg
string
`
json:"msg"
`
}