package domain type ValueObject interface { Object DomainCNName() string CheckKeyFields() error ForCreate() error }