aboutsummaryrefslogtreecommitdiffstats
path: root/entity/interface.go
blob: dd5d69b1edf13a2a80df417ab4f66ac780af7864 (plain) (blame)
1
2
3
4
5
6
package entity

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