git-bug/entity/interface.go

7 lines
90 B
Go
Raw Normal View History

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