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 322 B

123456789
  1. package response
  2. type TaskInfo struct {
  3. TaskId int64 `json:"taskId,optional"`
  4. TaskType string `json:"taskType,optional"`
  5. MatchLabels map[string]string `json:"matchLabels"`
  6. ParticipantId int64 `json:"participantId"`
  7. Metadata interface{} `json:"metadata"`
  8. }

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.