Add api_domains.go - domain API handlers for standalone dashboard

Migrated from app/api_domains.go with these changes:
- Changed receiver from (c *Crawler) to (d *Dashboard)
- Use shared.ParseSearchPrefix, shared.ParseSearchTerm, shared.SearchQuery
- Use shared.StripTLD, shared.GetTLD, shared.NormalizeHost, shared.StringValue
- handleAPIPriorityCrawl returns NotImplemented (requires crawler)
- handleAPISetDomainStatus for 'skip' returns NotImplemented (requires PDS)
- handleAPIDenyDomain, handleAPIDropDomain, handleAPIUndenyDomain return
  NotImplemented (require PDS operations)
This commit is contained in:
primal
2026-02-02 12:57:46 -05:00
parent 53919fa31e
commit 4f9e727571
+1732
View File
File diff suppressed because it is too large Load Diff