| 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 | |
| 25 | type fakeAPIStore struct { |
| 26 | orgs map[string]*configstore.Org |
| 27 | users map[string]*configstore.OrgUser |
| 28 | warehouses map[string]*configstore.ManagedWarehouse |
nothing calls this directly
no outgoing calls
no test coverage detected