Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dank/rlapi
/ Error
Method
Error
psynet.go:34–36 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
32
}
33
34
func
(e psyNetError) Error() string {
35
return
fmt.Sprintf(
"%s: %s"
, e.Type, e.Message)
36
}
37
38
// PsyNet represents the HTTP API client, see PsyNetRPC for the WebSocket client.
39
type
PsyNet
struct
{
Callers
13
sendPing
Method · 0.80
readMessages
Method · 0.80
TestPsyNetRPC_SendRequestSync
Function · 0.80
TestPsyNetRPC_SendRequestAsync
Function · 0.80
TestPsyNetRPC_FireAndForgetNoLeak
Function · 0.80
TestPsyNetRPC_RawMessage
Function · 0.80
TestPsyNetRPC_ParseMessage
Function · 0.80
TestPsyNetRPC_BuildMessage
Function · 0.80
TestPsyNetRPC_IsConnected
Function · 0.80
TestPsyNetRPC_PingPongHandling
Function · 0.80
main
Function · 0.80
RPC
Function · 0.80
Calls
no outgoing calls
Tested by
8
TestPsyNetRPC_SendRequestSync
Function · 0.64
TestPsyNetRPC_SendRequestAsync
Function · 0.64
TestPsyNetRPC_FireAndForgetNoLeak
Function · 0.64
TestPsyNetRPC_RawMessage
Function · 0.64
TestPsyNetRPC_ParseMessage
Function · 0.64
TestPsyNetRPC_BuildMessage
Function · 0.64
TestPsyNetRPC_IsConnected
Function · 0.64
TestPsyNetRPC_PingPongHandling
Function · 0.64