package entity import "github.com/google/uuid" // IEntity is a default entity interface type IEntity interface { GetID() uuid.UUID }