Skip to content

actor: remove dependency on database types

Warren Gifford requested to merge actor-to-types into main

Created by: bobheadxi

Extracted from and required by https://github.com/sourcegraph/sourcegraph/pull/28117 . This causes an unpleasant import cycle on httpcli if httpcli imports actor (see #28117)

Users of actor will now no longer have to import the dependency tree that comes with the database types.

Merge request reports

Loading