mocks

package
v6.0.2 Latest Latest
Warning

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

Go to latest
Published: Dec 2, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type StreamingClientMock

type StreamingClientMock struct {
	ConnectStreamingCall func(token string, streamingStatus chan int, channelList []string, handleIncomingMessage func(sse.IncomingMessage))
	StopStreamingCall    func()
	IsRunningCall        func() bool
}

func (*StreamingClientMock) ConnectStreaming

func (s *StreamingClientMock) ConnectStreaming(
	token string,
	streamingStatus chan int,
	channelList []string,
	handleIncomingMessage func(sse.IncomingMessage),
)

func (*StreamingClientMock) IsRunning

func (s *StreamingClientMock) IsRunning() bool

func (*StreamingClientMock) StopStreaming

func (s *StreamingClientMock) StopStreaming()

Jump to

Keyboard shortcuts

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