Files
gochat/internal/handler/api_v1/handlers.go
T
2026-06-04 15:44:48 +08:00

6 lines
292 B
Go

// This file is deprecated. All handlers are now in internal/handler/api/v1/.
// Keeping this package directory to avoid breaking existing imports during migration.
package api_v1
// DeprecatedHandlers is a placeholder until all code references are migrated.
type DeprecatedHandlers struct{}