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

Method CreateOrg

controlplane/admin/api.go:128–128  ·  view source on GitHub ↗
(org *configstore.Org)

Source from the content-addressed store, hash-verified

126 // the legacy table-name overrides — schema immutability is a rule for the
127 // user-facing product flows, not for operators repairing rows here.
128 r.GET("/teams", h.listAllOrgTeams)
129 r.POST("/teams", h.createOrgTeam)
130 r.PUT("/orgs/:id/teams/:team_id", h.updateOrgTeam)
131 // The two project-scoped logins for a team. They are separate credentials

Callers 1

createOrgMethod · 0.65

Implementers 2

gormAPIStorecontrolplane/admin/api.go
fakeAPIStorecontrolplane/admin/api_test.go

Calls

no outgoing calls

Tested by

no test coverage detected