Documentation
¶
Index ¶
Constants ¶
View Source
const ( TestLength = "TEST_LENGTH" TestData = "TEST_DATA" )
Variables ¶
View Source
var NumberOfDequeue int
Functions ¶
This section is empty.
Types ¶
type MelissosHandler ¶
func (*MelissosHandler) HandleDutch ¶
func (m *MelissosHandler) HandleDutch() bool
func (*MelissosHandler) HandleParmenides ¶
func (m *MelissosHandler) HandleParmenides() bool
func (*MelissosHandler) PrintProgress ¶
func (m *MelissosHandler) PrintProgress()
type MockEupalinosClient ¶
type MockEupalinosClient struct { }
MockEupalinosClient is a mock implementation of EupalinosClient
func (*MockEupalinosClient) DequeueMessage ¶
func (m *MockEupalinosClient) DequeueMessage(ctx context.Context, in *pb.ChannelInfo, opts ...grpc.CallOption) (*pb.Epistello, error)
DequeueMessage is the mock implementation for the EnqueueMessage method
func (*MockEupalinosClient) GetQueueLength ¶
func (m *MockEupalinosClient) GetQueueLength(ctx context.Context, in *pb.ChannelInfo, opts ...grpc.CallOption) (*pb.QueueLength, error)
EnqueueMessage is the mock implementation for the EnqueueMessage method
Click to show internal directories.
Click to hide internal directories.