package deevirt_schema // Schema dans le store type DomainStore struct { Type string `json:"type"` NodeId string `json:"nodeID"` Config []byte `json:"config"` } type DomainToNodeStore struct { State int `json:"state"` }