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.

notice.go 168 B

123456789
  1. package client
  2. type NoticeOptions struct {
  3. pushNoticeReq PushNoticeReq
  4. }
  5. type Notice interface {
  6. PushNotice(pushNoticeReq PushNoticeReq) (*PushNoticeResp, error)
  7. }

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.