Welcome to the Shared grpc! This module is part of the larger Payment Polling System. It is designed to facilitate/give the required method calls that our system needs to communicate with each other. It also provides a mockpb that will come in use during writing our tests.
Technologies Used 🛠️
protobuf: Used to generate go code from our .proto files, serialize and deserialize the messages using Protocol Buffers, enabling efficient data exchange
gomock: Used in mocking the go code generated by protobuf, enables easy testing. gomock
Additional
This module is imported by respective services and the services use the resources they need.