Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrIsNotAvailable = errors.New("this report is not available yet") ErrNotFound = errors.New("report not found") )
Functions ¶
This section is empty.
Types ¶
type Repository ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func NewService ¶
func NewService(repository Repository, cache Cache, logger *zap.Logger) *Service
func (*Service) GetReportContent ¶
Click to show internal directories.
Click to hide internal directories.