package interfaces type Entity interface { Value() interface{} }