package dashboard import "gitlab.com/gitlab-org/software-supply-chain-security/authorization/sparkled/app/domain" type ViewDashboardDTO struct { CurrentUser *domain.User } type NavigationDTO struct { IsLoggedIn bool CurrentUser *domain.User }