mocks

package
v1.0.0-alpha4 Latest Latest
Warning

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

Go to latest
Published: Jun 13, 2018 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockDeliverServer

type MockDeliverServer struct {
	sync.RWMutex
	// contains filtered or unexported fields
}

MockDeliverServer is a mock deliver server

func NewMockDeliverServer

func NewMockDeliverServer() *MockDeliverServer

NewMockDeliverServer returns a new MockDeliverServer

func (*MockDeliverServer) Deliver

Deliver delivers a stream of blocks

func (*MockDeliverServer) DeliverFiltered

func (s *MockDeliverServer) DeliverFiltered(srv pb.Deliver_DeliverFilteredServer) error

DeliverFiltered delivers a stream of filtered blocks

func (*MockDeliverServer) Disconnect

func (s *MockDeliverServer) Disconnect(err error)

Disconnect terminates the stream and returns the given error to the client

func (*MockDeliverServer) SetStatus

func (s *MockDeliverServer) SetStatus(status cb.Status)

SetStatus sets the status to return when calling Deliver or DeliverFiltered

func (*MockDeliverServer) Status

func (s *MockDeliverServer) Status() cb.Status

Status returns the status that's returned when calling Deliver or DeliverFiltered

type MockEventhubServer

type MockEventhubServer struct {
	sync.RWMutex
	// contains filtered or unexported fields
}

MockEventhubServer is a mock event hub server

func NewMockEventhubServer

func NewMockEventhubServer() *MockEventhubServer

NewMockEventhubServer returns a new MockEventhubServer

func (*MockEventhubServer) Chat

Chat starts a listener on the given chat stream

func (*MockEventhubServer) Disconnect

func (s *MockEventhubServer) Disconnect(err error)

Disconnect terminates the stream and returns the given error to the client

Jump to

Keyboard shortcuts

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