Files
pipely/internal/auth/repositoriy.go
T
siujamo e070a3fb5f feat: initial open-source release of Pipely
OTA update server designed for high-concurrency, low-bandwidth deployments.
GORM-backed PostgreSQL, JWT auth, device management, artefact versioning,
deployment rollout with gated rate-limited downloads, and a React admin panel.
2026-07-07 10:29:28 +08:00

5 lines
185 B
Go

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.