125
126
// CompleteNexusOperationChasm mocks base method.
127
>
func (m *MockHistoryServiceClient) CompleteNexusOperationChasm(ctx context.Context, in *historyservice.CompleteNexusOperationChasmRequest, opts ...grpc.CallOption) (*historyservice.CompleteNexusOperationChasmResponse, error) {
service_grpc.pb.mock.go
128
>
m.ctrl.T.Helper()
129
>
varargs := []any{ctx, in}
130
>
for _, a := range opts {
131
varargs = append(varargs, a)
132
}
134
>
ret0, _ := ret[0].(*historyservice.CompleteNexusOperationChasmResponse)
135
>
ret1, _ := ret[1].(error)
136
>
return ret0, ret1
137
}
138
139
// CompleteNexusOperationChasm indicates an expected call of CompleteNexusOperationChasm.
140
>
func (mr *MockHistoryServiceClientMockRecorder) CompleteNexusOperationChasm(ctx, in any, opts ...any) *gomock.Call {
service_grpc.pb.mock.go
141
>
mr.mock.ctrl.T.Helper()
142
>
varargs := append([]any{ctx, in}, opts...)
143
>
return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "CompleteNexusOperationChasm", reflect.TypeOf((*MockHistoryServiceClient)(nil).CompleteNexusOperationChasm), varargs...)
144
>
}
145
146
// DeepHealthCheck mocks base method.