Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AverageNumberService ¶
type AverageNumberService struct {
// contains filtered or unexported fields
}
func (*AverageNumberService) GetAverage ¶
func (s *AverageNumberService) GetAverage(ctx context.Context) float64
func (*AverageNumberService) GetStoredCount ¶
func (s *AverageNumberService) GetStoredCount(ctx context.Context, n int) int
func (*AverageNumberService) Run ¶
func (s *AverageNumberService) Run() chan bool
Click to show internal directories.
Click to hide internal directories.