package contract type LoginInfo interface { GetUserID() int GetUserName() string }