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.

client.go 256 B

1234567891011121314
  1. package client
  2. type Options struct {
  3. Url string
  4. DataSource string
  5. }
  6. type Client interface {
  7. Task(TaskOptions) (Task, error)
  8. Notice(NoticeOptions) (Notice, error)
  9. }
  10. func NewClient(options Options) (Client, error) {
  11. return newClient(options)
  12. }

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.