Versions in this module Expand all Collapse all v0 v0.0.1 Jul 25, 2023 Changes in this version + type Foo interface + Bar func(channels []string, message chan<- Message) + type Message struct + Text string + type MockFoo struct + func NewMockFoo(ctrl *gomock.Controller) *MockFoo + func (m *MockFoo) Bar(arg0 []string, arg1 chan<- Message) + func (m *MockFoo) EXPECT() *MockFooMockRecorder + type MockFooMockRecorder struct + func (mr *MockFooMockRecorder) Bar(arg0, arg1 interface{}) *gomock.Call