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

Method GetOrg

controlplane/admin/api.go:129–129  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

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
132 // (distinct usernames, one of each per team) so a caller picks read-only or

Callers 2

getOrgMethod · 0.65
updateOrgMethod · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected