Documentation
¶
Overview ¶
Package aggregate is a generated GoMock package.
Package aggregate is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AnotherRoot ¶
AnotherRoot is a mock of Root interface
func NewAnotherRoot ¶
func NewAnotherRoot(ctrl *gomock.Controller) *AnotherRoot
NewAnotherRoot creates a new mock instance
func (*AnotherRoot) AggregateID ¶
func (m *AnotherRoot) AggregateID() aggregate.ID
AggregateID mocks base method
func (*AnotherRoot) Apply ¶
func (m *AnotherRoot) Apply(arg0 *aggregate.Changed)
Apply mocks base method
func (*AnotherRoot) EXPECT ¶
func (m *AnotherRoot) EXPECT() *AnotherRootMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type AnotherRootMockRecorder ¶
type AnotherRootMockRecorder struct {
// contains filtered or unexported fields
}
AnotherRootMockRecorder is the mock recorder for AnotherRoot
func (*AnotherRootMockRecorder) AggregateID ¶
func (mr *AnotherRootMockRecorder) AggregateID() *gomock.Call
AggregateID indicates an expected call of AggregateID
func (*AnotherRootMockRecorder) Apply ¶
func (mr *AnotherRootMockRecorder) Apply(arg0 interface{}) *gomock.Call
Apply indicates an expected call of Apply
type Root ¶
Root is a mock of Root interface
func (*Root) EXPECT ¶
func (m *Root) EXPECT() *RootMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type RootMockRecorder ¶
type RootMockRecorder struct {
// contains filtered or unexported fields
}
RootMockRecorder is the mock recorder for Root
func (*RootMockRecorder) AggregateID ¶
func (mr *RootMockRecorder) AggregateID() *gomock.Call
AggregateID indicates an expected call of AggregateID
func (*RootMockRecorder) Apply ¶
func (mr *RootMockRecorder) Apply(arg0 interface{}) *gomock.Call
Apply indicates an expected call of Apply