refactor: move types package to internal
Tests / Run Tests (pull_request) Successful in 2m7s

This commit is contained in:
2026-03-30 11:50:24 +07:00
parent ae71b46482
commit 4af011b91d
24 changed files with 26 additions and 24 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ import (
"sync"
"tunnel_pls/internal/config"
"tunnel_pls/internal/session/slug"
"tunnel_pls/types"
"tunnel_pls/internal/types"
"golang.org/x/crypto/ssh"
)
+1 -1
View File
@@ -11,7 +11,7 @@ import (
"testing"
"time"
"tunnel_pls/internal/session/slug"
"tunnel_pls/types"
"tunnel_pls/internal/types"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/mock"