Documentation
¶
Index ¶
- type Server
- func (s *Server) FetchByRequestId(_ context.Context, request *raw_records_service.FetchByRequestIdRequest) (response *raw_records_service.FetchByRequestIdResponse, err error)
- func (s *Server) StoreTransactions(_ context.Context, request *raw_records_service.StoreTransactionsRequest) (*empty.Empty, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
raw_records_service.UnimplementedRawRecordsServiceServer
DB database.DB
Logger logger.Logger
Transformers transformers.Transformers
}
func (*Server) FetchByRequestId ¶
func (s *Server) FetchByRequestId(_ context.Context, request *raw_records_service.FetchByRequestIdRequest) (response *raw_records_service.FetchByRequestIdResponse, err error)
func (*Server) StoreTransactions ¶
func (s *Server) StoreTransactions(_ context.Context, request *raw_records_service.StoreTransactionsRequest) (*empty.Empty, error)
Click to show internal directories.
Click to hide internal directories.