Remove unused gRPC and JWT related code, including Woodpecker service definitions and JWT token management.

This commit is contained in:
2026-03-26 11:42:14 +07:00
parent 4de6baee61
commit fbbecd7674
36 changed files with 2708 additions and 4996 deletions

View File

@@ -9,8 +9,8 @@ import (
"gorm.io/gorm"
appv1 "stream.api/internal/api/proto/app/v1"
"stream.api/internal/database/model"
"stream.api/internal/video"
runtimeservices "stream.api/internal/video/runtime/services"
runtimeservices "stream.api/internal/service/runtime/services"
"stream.api/internal/service/video"
)
func TestListAdminJobsCursorPagination(t *testing.T) {