Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TrackerService ¶
type TrackerService struct {
pb.UnimplementedTrackerServiceServer
// contains filtered or unexported fields
}
func NewTrackerService ¶
func NewTrackerService(collection *mongo.Collection) *TrackerService
func (*TrackerService) GetImpressionCount ¶
func (s *TrackerService) GetImpressionCount(ctx context.Context, req *pb.GetImpressionCountRequest) (*pb.GetImpressionCountResponse, error)
func (*TrackerService) UpdateImpression ¶
func (s *TrackerService) UpdateImpression(ctx context.Context, req *pb.UpdateImpressionRequest) (*pb.UpdateImpressionResponse, error)
Click to show internal directories.
Click to hide internal directories.