Versions in this module Expand all Collapse all v1 v1.0.1 Jun 2, 2026 Changes in this version + type CredentialsController struct + Config config.Config + IAM *iam.Service + Persistence ports.Persistence + SCM scm.Client + func NewCredentialsController(cfg config.Config, repoStorage ports.Persistence, scmClient scm.Client, ...) *CredentialsController + func (c *CredentialsController) Handle(w http.ResponseWriter, r *http.Request)