diff --git a/internal/state/state.go b/internal/state/state.go new file mode 100644 index 00000000..498d1e9e --- /dev/null +++ b/internal/state/state.go @@ -0,0 +1,4 @@ +package state + +type State interface { +} \ No newline at end of file diff --git a/internal/restic/error.go b/pkg/restic/error.go similarity index 100% rename from internal/restic/error.go rename to pkg/restic/error.go diff --git a/internal/restic/outputs.go b/pkg/restic/outputs.go similarity index 100% rename from internal/restic/outputs.go rename to pkg/restic/outputs.go diff --git a/internal/restic/outputs_test.go b/pkg/restic/outputs_test.go similarity index 100% rename from internal/restic/outputs_test.go rename to pkg/restic/outputs_test.go diff --git a/internal/restic/restic.go b/pkg/restic/restic.go similarity index 100% rename from internal/restic/restic.go rename to pkg/restic/restic.go diff --git a/internal/restic/restic_test.go b/pkg/restic/restic_test.go similarity index 100% rename from internal/restic/restic_test.go rename to pkg/restic/restic_test.go