package sparkles import "gitlab.com/gitlab-org/software-supply-chain-security/authorization/sparkled/app/domain" type NewSparkleDTO struct { CurrentUser *domain.User }