package board // Card represents a card on a Kanban board. type Card struct { Identity Title string Description string Created string }