This commit is contained in:
snoop 2017-06-23 16:56:55 +09:00
parent aaa506f240
commit d9cb144cea

View File

@ -24,4 +24,7 @@ func NewDomainService() *DomainService {
func (d *DomainService)Create(dm *Domain) (string, error) { func (d *DomainService)Create(dm *Domain) (string, error) {
return "", nil
} }