Documentation ¶
Index ¶
- type ParticipantServiceServer
- func (s *ParticipantServiceServer) ApplyList(ctx context.Context, in *pcmCore.ApplyListReq) (*pcmCore.ApplyListResp, error)
- func (s *ParticipantServiceServer) DeleteList(ctx context.Context, in *pcmCore.ApplyListReq) (*pcmCore.ApplyListResp, error)
- func (s *ParticipantServiceServer) ListParticipant(ctx context.Context, in *pcmCore.ParticipantTenant) (*pcmCore.ParticipantServiceResp, error)
- func (s *ParticipantServiceServer) ListPhyAvailable(ctx context.Context, in *pcmCore.ParticipantTenant) (*pcmCore.ListParticipantAvailResp, error)
- func (s *ParticipantServiceServer) ListPhyInformation(ctx context.Context, in *pcmCore.ParticipantTenant) (*pcmCore.ListParticipantPhyResp, error)
- func (s *ParticipantServiceServer) ListTenant(ctx context.Context, in *pcmCore.TenantInfo) (*pcmCore.ListTenantResp, error)
- func (s *ParticipantServiceServer) PauseList(ctx context.Context, in *pcmCore.ApplyListReq) (*pcmCore.ApplyListResp, error)
- func (s *ParticipantServiceServer) RegisterParticipant(ctx context.Context, in *pcmCore.ParticipantPhyReq) (*pcmCore.ParticipantPhyResp, error)
- func (s *ParticipantServiceServer) RegisterTenant(ctx context.Context, in *pcmCore.TenantInfo) (*pcmCore.TenantResp, error)
- func (s *ParticipantServiceServer) ReportAvailable(ctx context.Context, in *pcmCore.ParticipantAvailReq) (*pcmCore.ParticipantResp, error)
- func (s *ParticipantServiceServer) ReportHeartbeat(ctx context.Context, in *pcmCore.ParticipantHeartbeatReq) (*pcmCore.HealthCheckResp, error)
- func (s *ParticipantServiceServer) RestartList(ctx context.Context, in *pcmCore.ApplyListReq) (*pcmCore.ApplyListResp, error)
- func (s *ParticipantServiceServer) StartList(ctx context.Context, in *pcmCore.ApplyListReq) (*pcmCore.ApplyListResp, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ParticipantServiceServer ¶
type ParticipantServiceServer struct { pcmCore.UnimplementedParticipantServiceServer // contains filtered or unexported fields }
func NewParticipantServiceServer ¶
func NewParticipantServiceServer(svcCtx *svc.ServiceContext) *ParticipantServiceServer
func (*ParticipantServiceServer) ApplyList ¶ added in v0.1.14
func (s *ParticipantServiceServer) ApplyList(ctx context.Context, in *pcmCore.ApplyListReq) (*pcmCore.ApplyListResp, error)
applyList 执行任务列表
func (*ParticipantServiceServer) DeleteList ¶ added in v0.1.14
func (s *ParticipantServiceServer) DeleteList(ctx context.Context, in *pcmCore.ApplyListReq) (*pcmCore.ApplyListResp, error)
DeleteList 删除任务列表
func (*ParticipantServiceServer) ListParticipant ¶ added in v0.1.8
func (s *ParticipantServiceServer) ListParticipant(ctx context.Context, in *pcmCore.ParticipantTenant) (*pcmCore.ParticipantServiceResp, error)
listParticipant 服务列表
func (*ParticipantServiceServer) ListPhyAvailable ¶ added in v0.1.8
func (s *ParticipantServiceServer) ListPhyAvailable(ctx context.Context, in *pcmCore.ParticipantTenant) (*pcmCore.ListParticipantAvailResp, error)
listAvailable 集群动态信息列表
func (*ParticipantServiceServer) ListPhyInformation ¶ added in v0.1.8
func (s *ParticipantServiceServer) ListPhyInformation(ctx context.Context, in *pcmCore.ParticipantTenant) (*pcmCore.ListParticipantPhyResp, error)
listPhyInformation 集群静态信息列表
func (*ParticipantServiceServer) ListTenant ¶ added in v0.1.8
func (s *ParticipantServiceServer) ListTenant(ctx context.Context, in *pcmCore.TenantInfo) (*pcmCore.ListTenantResp, error)
listTenant 租户列表信息
func (*ParticipantServiceServer) PauseList ¶ added in v0.1.18
func (s *ParticipantServiceServer) PauseList(ctx context.Context, in *pcmCore.ApplyListReq) (*pcmCore.ApplyListResp, error)
PauseList 暂停任务列表
func (*ParticipantServiceServer) RegisterParticipant ¶
func (s *ParticipantServiceServer) RegisterParticipant(ctx context.Context, in *pcmCore.ParticipantPhyReq) (*pcmCore.ParticipantPhyResp, error)
registerParticipant Participant注册接口
func (*ParticipantServiceServer) RegisterTenant ¶ added in v0.1.8
func (s *ParticipantServiceServer) RegisterTenant(ctx context.Context, in *pcmCore.TenantInfo) (*pcmCore.TenantResp, error)
registerTenant 注册租户信息
func (*ParticipantServiceServer) ReportAvailable ¶
func (s *ParticipantServiceServer) ReportAvailable(ctx context.Context, in *pcmCore.ParticipantAvailReq) (*pcmCore.ParticipantResp, error)
reportAvailable 监控数据上报
func (*ParticipantServiceServer) ReportHeartbeat ¶
func (s *ParticipantServiceServer) ReportHeartbeat(ctx context.Context, in *pcmCore.ParticipantHeartbeatReq) (*pcmCore.HealthCheckResp, error)
reportHeartbeat 心跳请求
func (*ParticipantServiceServer) RestartList ¶ added in v0.1.15
func (s *ParticipantServiceServer) RestartList(ctx context.Context, in *pcmCore.ApplyListReq) (*pcmCore.ApplyListResp, error)
RestartList 重启任务列表
func (*ParticipantServiceServer) StartList ¶ added in v0.1.18
func (s *ParticipantServiceServer) StartList(ctx context.Context, in *pcmCore.ApplyListReq) (*pcmCore.ApplyListResp, error)
StartList 启动任务列表
Click to show internal directories.
Click to hide internal directories.