Add self-service photo and pronunciation upload with archiving and change log

This commit is contained in:
Ian Gulliver
2026-08-16 08:01:34 -07:00
parent 272ce380bb
commit 54a5b4615f
12 changed files with 645 additions and 34 deletions
+4
View File
@@ -27,6 +27,10 @@ func NewCache(source data.Source, geocoder *geocode.Client) (*Cache, error) {
return c, nil
}
func (c *Cache) Refresh() error {
return c.refresh()
}
func (c *Cache) Model() *Model {
c.mu.RLock()
defer c.mu.RUnlock()