Files
pipely/internal/auth/repositoriy.go
T

5 lines
185 B
Go
Raw Normal View History

2026-07-07 10:29:28 +08:00
package auth
// Repository functions are in internal/database/repository.go (AdminUser methods).
// This file exists to satisfy the package structure for future auth-specific queries.