github.com/lovung/GoCleanArchitecture@v0.0.0-20210302152432-50d91fd29f9f/app/internal/interface/restful/presenter/user_presenter.go (about) 1 package presenter 2 3 // UserInformation represents information of a user 4 type UserInformation struct { 5 ID string `json:"id"` 6 Username string `json:"username"` 7 }