Documentation
¶
Index ¶
- type AlarmCenter
- type AlarmDeal
- type AlarmDealRecordCreateReq
- type AlarmDealRecordIndexReq
- type AlarmDealRecordIndexResp
- type AlarmInfo
- type AlarmInfoDeleteReq
- type AlarmInfoIndexReq
- type AlarmInfoIndexResp
- type AlarmLog
- type AlarmLogIndexReq
- type AlarmLogIndexResp
- type AlarmRecord
- type AlarmRecordIndexReq
- type AlarmRecordIndexResp
- type AlarmRelieveReq
- type AlarmSceneDeleteReq
- type AlarmSceneIndexReq
- type AlarmSceneIndexResp
- type AlarmSceneMultiCreateReq
- type AlarmTriggerReq
- type FlowInfo
- type FlowInfoDeleteReq
- type FlowInfoIndexReq
- type FlowInfoIndexResp
- type FlowInfoReadReq
- type PageInfo
- type Response
- type SceneInfo
- type SceneInfoDeleteReq
- type SceneInfoIndexReq
- type SceneInfoIndexResp
- type SceneInfoReadReq
- type TimeRange
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AlarmCenter ¶
type AlarmCenter interface { AlarmInfoCreate(ctx context.Context, in *AlarmInfo, opts ...grpc.CallOption) (*Response, error) AlarmInfoUpdate(ctx context.Context, in *AlarmInfo, opts ...grpc.CallOption) (*Response, error) AlarmInfoDelete(ctx context.Context, in *AlarmInfoDeleteReq, opts ...grpc.CallOption) (*Response, error) AlarmInfoIndex(ctx context.Context, in *AlarmInfoIndexReq, opts ...grpc.CallOption) (*AlarmInfoIndexResp, error) // 告警关联场景联动 AlarmSceneMultiCreate(ctx context.Context, in *AlarmSceneMultiCreateReq, opts ...grpc.CallOption) (*Response, error) AlarmSceneDelete(ctx context.Context, in *AlarmSceneDeleteReq, opts ...grpc.CallOption) (*Response, error) // 告警记录 AlarmRecordIndex(ctx context.Context, in *AlarmRecordIndexReq, opts ...grpc.CallOption) (*AlarmRecordIndexResp, error) // 告警触发 AlarmTrigger(ctx context.Context, in *AlarmTriggerReq, opts ...grpc.CallOption) (*Response, error) // 告警解除 AlarmRelieve(ctx context.Context, in *AlarmRelieveReq, opts ...grpc.CallOption) (*Response, error) // 告警流水日志 AlarmLogIndex(ctx context.Context, in *AlarmLogIndexReq, opts ...grpc.CallOption) (*AlarmLogIndexResp, error) // 告警处理记录 AlarmDealRecordCreate(ctx context.Context, in *AlarmDealRecordCreateReq, opts ...grpc.CallOption) (*Response, error) AlarmDealRecordIndex(ctx context.Context, in *AlarmDealRecordIndexReq, opts ...grpc.CallOption) (*AlarmDealRecordIndexResp, error) }
func NewAlarmCenter ¶
func NewAlarmCenter(cli zrpc.Client) AlarmCenter
func NewDirectAlarmCenter ¶
func NewDirectAlarmCenter(svcCtx *svc.ServiceContext, svr rule.AlarmCenterServer) AlarmCenter
type AlarmDealRecordCreateReq ¶
type AlarmDealRecordCreateReq = rule.AlarmDealRecordCreateReq
type AlarmDealRecordIndexReq ¶
type AlarmDealRecordIndexReq = rule.AlarmDealRecordIndexReq
type AlarmDealRecordIndexResp ¶
type AlarmDealRecordIndexResp = rule.AlarmDealRecordIndexResp
type AlarmInfoDeleteReq ¶
type AlarmInfoDeleteReq = rule.AlarmInfoDeleteReq
type AlarmInfoIndexReq ¶
type AlarmInfoIndexReq = rule.AlarmInfoIndexReq
type AlarmInfoIndexResp ¶
type AlarmInfoIndexResp = rule.AlarmInfoIndexResp
type AlarmLogIndexReq ¶
type AlarmLogIndexReq = rule.AlarmLogIndexReq
type AlarmLogIndexResp ¶
type AlarmLogIndexResp = rule.AlarmLogIndexResp
type AlarmRecord ¶
type AlarmRecord = rule.AlarmRecord
type AlarmRecordIndexReq ¶
type AlarmRecordIndexReq = rule.AlarmRecordIndexReq
type AlarmRecordIndexResp ¶
type AlarmRecordIndexResp = rule.AlarmRecordIndexResp
type AlarmRelieveReq ¶
type AlarmRelieveReq = rule.AlarmRelieveReq
type AlarmSceneDeleteReq ¶
type AlarmSceneDeleteReq = rule.AlarmSceneDeleteReq
type AlarmSceneIndexReq ¶
type AlarmSceneIndexReq = rule.AlarmSceneIndexReq
type AlarmSceneIndexResp ¶
type AlarmSceneIndexResp = rule.AlarmSceneIndexResp
type AlarmSceneMultiCreateReq ¶
type AlarmSceneMultiCreateReq = rule.AlarmSceneMultiCreateReq
type AlarmTriggerReq ¶
type AlarmTriggerReq = rule.AlarmTriggerReq
type FlowInfoDeleteReq ¶
type FlowInfoDeleteReq = rule.FlowInfoDeleteReq
type FlowInfoIndexReq ¶
type FlowInfoIndexReq = rule.FlowInfoIndexReq
type FlowInfoIndexResp ¶
type FlowInfoIndexResp = rule.FlowInfoIndexResp
type FlowInfoReadReq ¶
type FlowInfoReadReq = rule.FlowInfoReadReq
type SceneInfoDeleteReq ¶
type SceneInfoDeleteReq = rule.SceneInfoDeleteReq
type SceneInfoIndexReq ¶
type SceneInfoIndexReq = rule.SceneInfoIndexReq
type SceneInfoIndexResp ¶
type SceneInfoIndexResp = rule.SceneInfoIndexResp
type SceneInfoReadReq ¶
type SceneInfoReadReq = rule.SceneInfoReadReq
Click to show internal directories.
Click to hide internal directories.