(ctx context.Context)
| 53 | NewTx(ctx context.Context, allowNested bool) (context.Context, Tx, error) |
| 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) |
no outgoing calls