Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FakeChannel ¶
type FakeChannel struct {
// contains filtered or unexported fields
}
func NewFakeChannel ¶
func (*FakeChannel) Destroy ¶
func (f *FakeChannel) Destroy()
func (*FakeChannel) GetMessage ¶
func (f *FakeChannel) GetMessage() <-chan string
func (*FakeChannel) Send ¶
func (f *FakeChannel) Send(message string) error
type MockedChannel ¶
func (*MockedChannel) Close ¶
func (m *MockedChannel) Close()
func (*MockedChannel) Destroy ¶
func (m *MockedChannel) Destroy()
func (*MockedChannel) GetMessage ¶
func (m *MockedChannel) GetMessage() <-chan string
func (*MockedChannel) Send ¶
func (m *MockedChannel) Send(msg string) error
Click to show internal directories.
Click to hide internal directories.