git-bug/entity/interface.go
2019-08-11 14:08:03 +02:00

7 lines
90 B
Go

package entity
type Interface interface {
// Id return the Entity identifier
Id() Id
}