aboutsummaryrefslogtreecommitdiffstats
path: root/entity/dag/operation_testing.go
Commit message (Collapse)AuthorAgeFilesLines
* dag: test op serialisation with the unmarshaller, to allow resolving entitiesMichael Muré2022-08-241-26/+12
|
* move {bug,identity} to /entities, move input to /commandsMichael Muré2022-08-181-1/+1
|
* entity/dag: proper base operation for simplified implementationMichael Muré2022-07-251-0/+57
- reduce boilerplace necessary to implement an operation - consolidate what an operation is in the core, which in turn pave the way for a generic cache layer mechanism - avoid the previously complex unmarshalling process - support operation metadata from the core - simplified testing