Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AlertRuleCountLogic ¶
func NewAlertRuleCountLogic ¶
func NewAlertRuleCountLogic(ctx context.Context, svcCtx *svc.ServiceContext) *AlertRuleCountLogic
func (*AlertRuleCountLogic) AlertRuleCount ¶
func (l *AlertRuleCountLogic) AlertRuleCount(in *pb.AlertRuleCountRequest) (*pb.Total, error)
type AlertRuleDetailLogic ¶
func NewAlertRuleDetailLogic ¶
func NewAlertRuleDetailLogic(ctx context.Context, svcCtx *svc.ServiceContext) *AlertRuleDetailLogic
func (*AlertRuleDetailLogic) AlertRuleDetail ¶
func (l *AlertRuleDetailLogic) AlertRuleDetail(in *pb.AlertRuleID) (*pb.AlertRuleDetailResponse, error)
type AlertRuleLabelsLogic ¶
func NewAlertRuleLabelsLogic ¶
func NewAlertRuleLabelsLogic(ctx context.Context, svcCtx *svc.ServiceContext) *AlertRuleLabelsLogic
func (*AlertRuleLabelsLogic) AlertRuleLabels ¶
func (l *AlertRuleLabelsLogic) AlertRuleLabels(in *pb.AlertRuleID) (*pb.AlertRuleLabelsResponse, error)
type AlertRulePagingLogic ¶
func NewAlertRulePagingLogic ¶
func NewAlertRulePagingLogic(ctx context.Context, svcCtx *svc.ServiceContext) *AlertRulePagingLogic
func (*AlertRulePagingLogic) AlertRulePaging ¶
func (l *AlertRulePagingLogic) AlertRulePaging(in *pb.AlertRulePagingRequest) (*pb.AlertRulePagingResponse, error)
Click to show internal directories.
Click to hide internal directories.