package dbmanager // Entity represents a database entity with an ID type Entity interface { GetID() string SetID(id string) }