Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CalcTotalsWorker ¶
type CalcTotalsWorker struct {
// contains filtered or unexported fields
}
func NewCalcTotalsWorker ¶
func NewCalcTotalsWorker(s *Service) *CalcTotalsWorker
type DaoProvider ¶
type ProposalProvider ¶
type Server ¶
type Server struct { pb.UnimplementedStatsServer // contains filtered or unexported fields }
func (*Server) GetTotals ¶
func (s *Server) GetTotals(_ context.Context, _ *pb.GetTotalsRequest) (*pb.GetTotalsResponse, error)
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func NewService ¶
func NewService(dp DaoProvider, pp ProposalProvider) *Service
Click to show internal directories.
Click to hide internal directories.