MCPcopy Create free account
hub / github.com/PostHog/duckgres / gormAPIStore

Struct gormAPIStore

controlplane/admin/api.go:150–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148 // blanks the stored hash server-side. Both are ordinary admin-console
149 // routes behind the group middleware (valid admin session + audit).
150 r.GET("/orgs/:id/service-grants", h.listServiceGrants)
151 r.DELETE("/orgs/:id/service-grants/:credential_id", h.revokeServiceGrant)
152 // Peer-only fan-out target: see reloadSnapshot below.
153 r.POST("/internal/reload-snapshot", h.reloadSnapshot)
154
155 // Workers (read-only)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected