package models // Gorm model type Comment struct { Body string PostId string Username string }