package models type Worker struct { Id int64 Name string Token string }