memos/server
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
..
auth refactor: consolidate duplicated auth logic into auth package 2026-02-24 23:08:16 +08:00
router fix(lint): correct goimports struct literal alignment after removing write-only credential fields 2026-03-29 05:52:47 +00:00
runner refactor: rename workspace to instance throughout codebase 2025-11-05 23:35:35 +08:00
server.go feat(mcp): enhance MCP server with full capabilities and new tools (#5720) 2026-03-13 18:15:52 +08:00