MCPcopy Create free account
hub / github.com/devaccuracy/ledgerforge / MarkOutboxCompleted

Method MarkOutboxCompleted

database/mocks/repo_mocks.go:661–664  ·  view source on GitHub ↗
(ctx context.Context, id int64)

Source from the content-addressed store, hash-verified

659}
660
661func (m *MockDataSource) MarkOutboxCompleted(ctx context.Context, id int64) error {
662 args := m.Called(ctx, id)
663 return args.Error(0)
664}
665
666func (m *MockDataSource) MarkOutboxFailed(ctx context.Context, id int64, errMsg string) error {
667 args := m.Called(ctx, id, errMsg)

Callers

nothing calls this directly

Calls 1

ErrorMethod · 0.45

Tested by

no test coverage detected