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,10 +11,10 @@ import (
"tunnel_pls/internal/session/interaction"
"tunnel_pls/internal/session/lifecycle"
"tunnel_pls/internal/session/slug"
"tunnel_pls/internal/types"
"tunnel_pls/internal/port"
"tunnel_pls/internal/registry"
"tunnel_pls/types"
proto "git.fossy.my.id/bagas/tunnel-please-grpc/gen"
"github.com/stretchr/testify/assert"