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

6 lines
312 B
Go

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