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.

scnodephyinfomodel.go 293 B

12345678910111213
  1. package model
  2. type (
  3. // ScNodePhyInfoModel is an interface to be customized, add more methods here,
  4. // and implement the added methods in customScNodePhyInfoModel.
  5. ScNodePhyInfoModel interface {
  6. scNodePhyInfoModel
  7. }
  8. customScNodePhyInfoModel struct {
  9. *defaultScNodePhyInfoModel
  10. }
  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.