Versions in this module Expand all Collapse all v1 v1.0.0 Jul 12, 2021 Changes in this version + type MockProductInfoClient struct + func NewMockProductInfoClient(ctrl *gomock.Controller) *MockProductInfoClient + func (m *MockProductInfoClient) AddProduct(arg0 context.Context, arg1 *proto_gen.Product, arg2 ...grpc.CallOption) (*wrappers.StringValue, error) + func (m *MockProductInfoClient) EXPECT() *MockProductInfoClientMockRecorder + func (m *MockProductInfoClient) GetProduct(arg0 context.Context, arg1 *wrappers.StringValue, arg2 ...grpc.CallOption) (*proto_gen.Product, error) + type MockProductInfoClientMockRecorder struct + func (mr *MockProductInfoClientMockRecorder) AddProduct(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call + func (mr *MockProductInfoClientMockRecorder) GetProduct(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call