Files
ent/examples/privacytenant
Ariel Mashraki 1029a2d3ba entc/gen: attach tx hooks to underlying driver (#2980)
Allow attaching hooks to new instances of ent.Tx.
For example, ent.Mutation.Tx().OnCommit.
2022-10-01 09:26:02 +03:00
..
2022-06-01 14:03:53 +03:00

Privacy Multi-Tenant Example

The example code for https://entgo.io/docs/privacy#multi-tenancy.

Generate Assets

go generate ./...

Run Example

go test