package models type Action struct { ID string To string Time int64 }