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.

interface.go 277 B

12345678910111213141516
  1. package cloud
  2. type ContainerCreateParameter interface {
  3. ContainerCreateParam()
  4. }
  5. type ContainerDeleteParameter interface {
  6. ContainerDeleteParam()
  7. }
  8. type ContainerGetParameter interface {
  9. ContainerGetParam()
  10. }
  11. type ContainerLogParameter interface {
  12. ContainerLogParam()
  13. }

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.