Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PostHog/duckgres
/ db
Method
db
controlplane/admin/api.go:158–160 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
156
r.GET(
"/workers"
, h.listWorkers)
157
158
// Sessions (read-only)
159
r.GET(
"/sessions"
, h.listSessions)
160
161
// Overview
162
r.GET(
"/status"
, h.getClusterStatus)
163
}
Callers
13
ListOrgs
Method · 0.95
CreateOrg
Method · 0.95
GetOrg
Method · 0.95
UpdateOrg
Method · 0.95
DeleteOrg
Method · 0.95
ListUsers
Method · 0.95
CreateUser
Method · 0.95
GetUser
Method · 0.95
UpdateUser
Method · 0.95
DeleteUser
Method · 0.95
GetManagedWarehouse
Method · 0.95
UpsertManagedWarehouse
Method · 0.95
Calls
1
DB
Method · 0.45
Tested by
no test coverage detected