package entities import "go.mongodb.org/mongo-driver/bson/primitive" type Entity interface { GetType() string GetID() primitive.ObjectID }