Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ankur-anand/simple-go-rpc
/ functions
Functions
16 in github.com/ankur-anand/simple-go-rpc
⨍
Functions
16
◇
Types & classes
6
↓ 4 callers
Function
NewTransport
NewTransport creates a Transport
src/transport/transport.go:17
↓ 3 callers
Method
Read
Read TLV Data sent over the wire
src/transport/transport.go:38
↓ 3 callers
Method
Send
Send TLV encoded data over the network
src/transport/transport.go:22
↓ 2 callers
Function
Decode
Decode the binary data into the Go RPC struct
src/dataserial/data.go:27
↓ 2 callers
Function
Encode
Encode The RPCdata in binary format which can be sent over the network.
src/dataserial/data.go:17
↓ 2 callers
Method
Register
Register the name of the function and its entries
src/server/server.go:25
↓ 1 callers
Method
CallRPC
CallRPC Method
src/client/client.go:23
↓ 1 callers
Method
Execute
Execute the given function if present
src/server/server.go:34
↓ 1 callers
Function
NewClient
NewClient creates a new client
src/client/client.go:18
↓ 1 callers
Function
NewServer
NewServer creates a new server
src/server/server.go:20
↓ 1 callers
Function
QueryUser
(id int)
examples/localcall.go:18
↓ 1 callers
Method
Run
Run server
src/server/server.go:71
Function
QueryUser
(id int)
main.go:25
Function
TestTransport_ReadWrite
(t *testing.T)
src/transport/transport_test.go:10
Function
main
()
main.go:33
Function
main
()
examples/localcall.go:27