| 124 | } |
| 125 | |
| 126 | type accountAppStore struct { |
| 127 | store.TransactionalStore |
| 128 | } |
| 129 | |
| 130 | // Transact implements account_store.Interface. |
| 131 | func (as *accountAppStore) Transact(ctx context.Context, f func(context.Context, account_store.Interface) error) error { |
nothing calls this directly
no outgoing calls
no test coverage detected