You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

task.go 422 B

12345678910111213
  1. package client
  2. type TaskOptions struct {
  3. pullTaskInfoReq PullTaskInfoReq
  4. pushTaskInfoReq PushTaskInfoReq
  5. pushResourceInfoReq PushResourceInfoReq
  6. }
  7. type Task interface {
  8. PullTaskInfo(pullTaskInfoReq PullTaskInfoReq) (*PullTaskInfoResp, error)
  9. PushTaskInfo(pushTaskInfoReq PushTaskInfoReq) (*PushTaskInfoResp, error)
  10. PushResourceInfo(pushResourceInfoReq PushResourceInfoReq) (*PushResourceInfoResp, error)
  11. }

PCM is positioned as Software stack over Cloud, aiming to build the standards and ecology of heterogeneous cloud collaboration for JCC in a non intrusive and autonomous peer-to-peer manner.