* rename handlers to sources

This commit is contained in:
lxowalle 2026-02-28 19:30:37 +08:00
parent 39482166e4
commit 6943b33f88
6 changed files with 1 additions and 1 deletions

View file

@ -6,8 +6,8 @@ import (
"path/filepath" "path/filepath"
"strings" "strings"
"github.com/sipeed/picoclaw/pkg/migrate/handlers/openclaw"
"github.com/sipeed/picoclaw/pkg/migrate/internal" "github.com/sipeed/picoclaw/pkg/migrate/internal"
"github.com/sipeed/picoclaw/pkg/migrate/sources/openclaw"
) )
type ( type (