Versions in this module Expand all Collapse all v1 v1.0.1 Jun 2, 2026 Changes in this version + type AdminController struct + Config config.Config + Repo ports.Persistence + SCM scm.Client + func NewAdminController(cfg config.Config, repo ports.Persistence, scmClient scm.Client) *AdminController + func (c *AdminController) CreateRepository(w http.ResponseWriter, r *http.Request)