Documentation ¶
Index ¶
- func Execute()
- func NewCheckCommand() *cobra.Command
- func NewCheckConnectionCommand() *cobra.Command
- func TestConnection(address string, options *ConnectOptions) (string, error)
- func TestDefaultConnection(address string, options *ConnectOptions) (string, error)
- func TestTLSConnection(address string, options *ConnectOptions) (string, error)
- type ConnectOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCheckCommand ¶
func TestConnection ¶
func TestConnection(address string, options *ConnectOptions) (string, error)
Example of connecting to a STOMP server using an existing network connection.
func TestDefaultConnection ¶
func TestDefaultConnection(address string, options *ConnectOptions) (string, error)
Example of connecting to a STOMP server using an existing network connection.
func TestTLSConnection ¶
func TestTLSConnection(address string, options *ConnectOptions) (string, error)
Example of connecting to a STOMP server using an existing network connection.
Types ¶
Click to show internal directories.
Click to hide internal directories.