Skip to content

Commit dc3e2e1

Browse files
committed
Export history package
1 parent 91a0092 commit dc3e2e1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+44
-44
lines changed

backend/backend.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ import (
55
"errors"
66
"log/slog"
77

8+
"github.com/cschleiden/go-workflows/backend/history"
89
"github.com/cschleiden/go-workflows/converter"
910
"github.com/cschleiden/go-workflows/core"
1011
"github.com/cschleiden/go-workflows/internal/contextpropagation"
11-
"github.com/cschleiden/go-workflows/internal/history"
1212
"github.com/cschleiden/go-workflows/metrics"
1313
"github.com/cschleiden/go-workflows/workflow"
1414
"go.opentelemetry.io/otel/trace"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)