Documentation ¶
Index ¶
- type AnomalyGroupStore
- func (s *AnomalyGroupStore) AddAnomalyID(ctx context.Context, group_id string, anomaly_id string) error
- func (s *AnomalyGroupStore) AddCulpritIDs(ctx context.Context, group_id string, culprit_ids []string) error
- func (s *AnomalyGroupStore) Create(ctx context.Context, subscription_name string, subscription_revision string, ...) (string, error)
- func (s *AnomalyGroupStore) FindExistingGroup(ctx context.Context, subscription_name string, subscription_revision string, ...) ([]*pb.AnomalyGroup, error)
- func (s *AnomalyGroupStore) LoadById(ctx context.Context, group_id string) (*pb.AnomalyGroup, error)
- func (s *AnomalyGroupStore) UpdateBisectID(ctx context.Context, group_id string, bisection_id string) error
- func (s *AnomalyGroupStore) UpdateReportedIssueID(ctx context.Context, group_id string, reported_issue_id string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AnomalyGroupStore ¶
type AnomalyGroupStore struct {
// contains filtered or unexported fields
}
func (*AnomalyGroupStore) AddAnomalyID ¶
func (*AnomalyGroupStore) AddCulpritIDs ¶
func (*AnomalyGroupStore) FindExistingGroup ¶
func (*AnomalyGroupStore) LoadById ¶
func (s *AnomalyGroupStore) LoadById( ctx context.Context, group_id string) (*pb.AnomalyGroup, error)
func (*AnomalyGroupStore) UpdateBisectID ¶
func (*AnomalyGroupStore) UpdateReportedIssueID ¶
Click to show internal directories.
Click to hide internal directories.