| 39 | } |
| 40 | |
| 41 | type RevocationManager struct { |
| 42 | baseEntityManager[*Revocation, *db.Revocation] |
| 43 | } |
| 44 | |
| 45 | func (self *RevocationManager) ApplyUpdate(_ *command.UpdateEntityCommand[*Revocation], ctx boltz.MutateContext) error { |
| 46 | return errors.New("unsupported") |
nothing calls this directly
no outgoing calls
no test coverage detected