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

Struct fakeAPIStore

controlplane/admin/api_test.go:21–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19 "github.com/posthog/duckgres/controlplane/configstore"
20 "github.com/posthog/duckgres/controlplane/requestaudit"
21 "golang.org/x/crypto/bcrypt"
22 "gorm.io/gorm"
23)
24
25type fakeAPIStore struct {
26 orgs map[string]*configstore.Org
27 users map[string]*configstore.OrgUser
28 warehouses map[string]*configstore.ManagedWarehouse

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected