package model type LoginOut struct { Token string } type UpdateOut struct { Success bool } type DeleteOut struct { Success bool } type CreateOut struct { Id int64 }