package models import "time" type UserModel struct { Id int Name string Hash string CreatedAt time.Time LastUpdated time.Time }