wsmocks

package
v1.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 25, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type WSClient

type WSClient struct {
	mock.Mock
}

WSClient is an autogenerated mock type for the WSClient type

func NewWSClient added in v1.1.2

func NewWSClient(t interface {
	mock.TestingT
	Cleanup(func())
}) *WSClient

NewWSClient creates a new instance of WSClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*WSClient) Close

func (_m *WSClient) Close()

Close provides a mock function with given fields:

func (*WSClient) Connect

func (_m *WSClient) Connect() error

Connect provides a mock function with given fields:

func (*WSClient) Receive

func (_m *WSClient) Receive() <-chan []byte

Receive provides a mock function with given fields:

func (*WSClient) ReceiveExt added in v1.3.0

func (_m *WSClient) ReceiveExt() <-chan *wsclient.WSPayload

ReceiveExt provides a mock function with given fields:

func (*WSClient) Send

func (_m *WSClient) Send(ctx context.Context, message []byte) error

Send provides a mock function with given fields: ctx, message

func (*WSClient) SetHeader added in v1.3.0

func (_m *WSClient) SetHeader(header string, value string)

SetHeader provides a mock function with given fields: header, value

func (*WSClient) SetURL

func (_m *WSClient) SetURL(url string)

SetURL provides a mock function with given fields: url

func (*WSClient) URL

func (_m *WSClient) URL() string

URL provides a mock function with given fields:

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL