Documentation
¶
Index ¶
- type Service
- func (s *Service) GetDetails(ctx context.Context, req types.GetErrorGroupDetailsRequest) (types.ErrorGroupDetails, error)
- func (s *Service) GetErrorGroups(ctx context.Context, req types.GetErrorGroupsRequest) ([]types.ErrorGroup, uint64, error)
- func (s *Service) GetHist(ctx context.Context, req types.GetErrorHistRequest) ([]types.ErrorHistBucket, error)
- func (s *Service) GetReleases(ctx context.Context, req types.GetErrorGroupReleasesRequest) ([]string, error)
- func (s *Service) GetServices(ctx context.Context, req types.GetServicesRequest) ([]string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func New ¶
func New(repo repositorych.Repository, logTagsMapping config.LogTagsMapping) *Service
func (*Service) GetDetails ¶
func (s *Service) GetDetails( ctx context.Context, req types.GetErrorGroupDetailsRequest, ) (types.ErrorGroupDetails, error)
func (*Service) GetErrorGroups ¶
func (s *Service) GetErrorGroups( ctx context.Context, req types.GetErrorGroupsRequest, ) ([]types.ErrorGroup, uint64, error)
func (*Service) GetHist ¶
func (s *Service) GetHist( ctx context.Context, req types.GetErrorHistRequest, ) ([]types.ErrorHistBucket, error)
func (*Service) GetReleases ¶
func (*Service) GetServices ¶
Click to show internal directories.
Click to hide internal directories.