contour icon indicating copy to clipboard operation
contour copied to clipboard

internal/dag: Move ObjectStatusWriter to an interface

Open youngnick opened this issue 6 years ago • 1 comments

Currently, testing functions that require an ObjectStatusWriter is a chore, because we need to make a dummy OSW struct. This issue covers moving ObjectStatusWriter to an interface instead, which will make it easier to test.

youngnick avatar Oct 08 '19 09:10 youngnick