aboutsummaryrefslogtreecommitdiffstats
path: root/entity/dag/op_noop.go
Commit message (Collapse)AuthorAgeFilesLines
* 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/+39
- 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