6 lines
312 B
Go
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{} |