package model type ( AdminLoginIn struct { Username string Password string } AdminInfoIn struct { Id int } AdminInfoOut struct { Token string } )