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

Method GetManagedWarehouse

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

Source from the content-addressed store, hash-verified

137
138 // Users CRUD
139 r.GET("/users", h.listUsers)
140 r.POST("/users", h.createUser)
141 r.GET("/orgs/:id/users/:username", h.getUser)
142 r.PUT("/orgs/:id/users/:username", h.updateUser)

Implementers 2

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

Calls

no outgoing calls