fix: Fixed mocks.
This commit is contained in:
parent
c7021ee023
commit
705f3ab432
@ -15,6 +15,7 @@ type grpcClient struct {
|
||||
|
||||
func (t *grpcClient) Close() error {
|
||||
// return t.conn.Close()
|
||||
return nil
|
||||
}
|
||||
|
||||
func (t *grpcClient) GetUserVacancies(ctx context.Context, in *pbVC.GetUserVacanciesRequest, opts ...grpc.CallOption) (*pbVC.GetUserVacanciesResponse, error) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user