(query string, args ...any)
| 3943 | // and tx-bound paths from one implementation. |
| 3944 | type childQueryer interface { |
| 3945 | Query(query string, args ...any) (*sql.Rows, error) |
| 3946 | } |
| 3947 | |
| 3948 | func (s *Store) getChildItems(q childQueryer, parentItemID string) ([]models.Item, error) { |
no outgoing calls