MCPcopy Index your code
hub / github.com/rilldata/rill / DeleteOrganization

Method DeleteOrganization

admin/database/database.go:65–65  ·  view source on GitHub ↗
(ctx context.Context, name string)

Source from the content-addressed store, hash-verified

63 CheckOrganizationHasPublicProjects(ctx context.Context, orgID string) (bool, error)
64 InsertOrganization(ctx context.Context, opts *InsertOrganizationOptions) (*Organization, error)
65 DeleteOrganization(ctx context.Context, name string) error
66 UpdateOrganization(ctx context.Context, id string, opts *UpdateOrganizationOptions) (*Organization, error)
67
68 FindOrganizationWhitelistedDomain(ctx context.Context, orgID string, domain string) (*OrganizationWhitelistedDomain, error)

Callers 14

DeleteCmdFunction · 0.65
TestPostgresFunction · 0.65
testOrganizationsFunction · 0.65
testOrgsWithPaginationFunction · 0.65
testProjectsFunction · 0.65
testManagedGitReposFunction · 0.65

Calls

no outgoing calls

Tested by 12

TestPostgresFunction · 0.52
testOrganizationsFunction · 0.52
testOrgsWithPaginationFunction · 0.52
testProjectsFunction · 0.52
testManagedGitReposFunction · 0.52
testAttributeValidationFunction · 0.52