memos/server/router
Claude 21a5f541c9
fix(lint): correct goimports struct literal alignment after removing write-only credential fields
When credential fields (ClientSecret, AccessKeySecret) were replaced with
write-only comments in commit 9d3a74b, the remaining struct literal fields
were not re-aligned to match goimports expected column alignment.

- idp_service.go: align AuthUrl/TokenUrl/UserInfoUrl/Scopes at col 14
  (longest field FieldMapping = 12 chars in post-comment group)
- instance_service.go: align AccessKeyId alone at col 13, and
  Endpoint/Region/Bucket at col 14 to match UsePathStyle (longest in
  post-comment group)

https://claude.ai/code/session_01DVhwUL8RG8HVrcChv5qHdh
2026-03-29 05:52:47 +00:00
..
api/v1 fix(lint): correct goimports struct literal alignment after removing write-only credential fields 2026-03-29 05:52:47 +00:00
fileserver fix(api): switch user resource names to usernames (#5779) 2026-03-25 09:11:17 +08:00
frontend chore: upgrade Echo v4 to v5.0.3 2026-02-10 09:15:27 +08:00
mcp fix(api): switch user resource names to usernames (#5779) 2026-03-25 09:11:17 +08:00
rss chore: optimize multi-user RSS feed generation by fixing N+1 query (#5749) 2026-03-20 18:09:24 +08:00