MCPcopy Index your code
hub / github.com/coder/coder / OrganizationBuilder

Struct OrganizationBuilder

coderd/database/dbfake/builder.go:16–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14)
15
16type OrganizationBuilder struct {
17 t *testing.T
18 db database.Store
19 seed database.Organization
20 delete bool
21 allUsersAllowance int32
22 members []uuid.UUID
23 groups map[database.Group][]uuid.UUID
24}
25
26func Organization(t *testing.T, db database.Store) OrganizationBuilder {
27 return OrganizationBuilder{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected