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