(ctx context.Context)
| 54 | |
| 55 | Migrate(ctx context.Context) error |
| 56 | FindMigrationVersion(ctx context.Context) (int, error) |
| 57 | |
| 58 | FindOrganizations(ctx context.Context, afterName string, limit int) ([]*Organization, error) |
| 59 | FindOrganizationsForUser(ctx context.Context, userID string, afterName string, limit int) ([]*Organization, error) |
no outgoing calls
no test coverage detected