package
0.0.0-20241117144003-87f11ff23509
Repository: https://github.com/go-clarum/go-binding.git
Documentation: pkg.go.dev

# Functions

No description provided by the author

# Structs

No description provided by the author
No description provided by the author
ReceiveActionBuilder used to configure a receive action on a client endpoint without the context of a test the method chain will end with the .Message() method which will return an error.
SendActionBuilder used to configure a send action on a client endpoint without the context of a test the method chain will end with the .Message() method which will return an error.
TestActionBuilder TestSendActionBuilder used to initiate a send or receive action on a client endpoint with the context of a test.
TestReceiveActionBuilder used to configure a receive action on a client endpoint with the context of a test the method chain will end with the .Message() method which will not return anything.
TestSendActionBuilder used to configure a send action on a client endpoint with the context of a test the method chain will end with the .Message() method which will not return anything.