package storage import "time" type FollowRequest struct { ID uint `gorm:"primarykey"` CreatedAt time.Time FromId string ToId string }