Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dfuse-io/eosws-go
/ functions
Functions
35 in github.com/dfuse-io/eosws-go
⨍
Functions
35
◇
Types & classes
36
↓ 7 callers
Function
RegisterIncomingMessage
(typeName string, obj interface{})
registry.go:10
↓ 5 callers
Method
Send
Send to the websocket, one of the messages registered through `RegisterOutboundMessage`.
client.go:142
↓ 5 callers
Function
expectMessage
(t *testing.T, client *Client, messageType interface{}, validation func(t *testing.T, msg interface{}))
message_test.go:101
↓ 4 callers
Method
Close
()
client.go:74
↓ 3 callers
Method
Read
()
client.go:64
↓ 3 callers
Function
RegisterOutgoingMessage
(typeName string, obj interface{})
registry.go:16
↓ 3 callers
Function
newClient
(t *testing.T)
message_test.go:89
↓ 2 callers
Function
errorCheck
(prefix string, err error)
examples/tableload/main.go:76
↓ 2 callers
Function
errorCheck
(prefix string, err error)
examples/actionload/main.go:69
↓ 1 callers
Function
AuthWithURL
(apiKey string, authServiceURL string)
client.go:19
↓ 1 callers
Function
New
(endpoint, token, origin string)
client.go:35
↓ 1 callers
Method
SetType
(v string)
registry.go:23
↓ 1 callers
Function
charToSymbol
(c byte)
name.go:28
↓ 1 callers
Method
readLoop
()
client.go:78
↓ 1 callers
Function
setType
(msg OutgoingMessager)
message.go:32
Function
Auth
(apiKey string)
client.go:15
Method
IsCancelOperation
()
mdl/v1/dtrxop.go:41
Method
IsCreateOperation
()
mdl/v1/dtrxop.go:33
Function
NameToString
(in uint64)
name.go:40
Method
SetReqID
(v string)
message.go:30
Method
SetReqID
(v string)
registry.go:24
Method
SetType
(v string)
message.go:29
Method
SignedTransaction
()
mdl/v1/dtrxop.go:49
Function
StringToName
(s string)
name.go:5
Function
Test_GetActions
(t *testing.T)
message_test.go:15
Function
Test_GetTableRowsFetch
(t *testing.T)
message_test.go:36
Function
Test_GetTableRowsListen
(t *testing.T)
message_test.go:60
Function
init
()
listening.go:3
Function
init
()
unlisten.go:3
Function
init
()
progress.go:3
Function
init
()
actions.go:7
Function
init
()
error.go:3
Function
init
()
tables.go:9
Function
main
()
examples/tableload/main.go:16
Function
main
()
examples/actionload/main.go:15