memos/server
Claude f341f8cf40
fix(lint): fix 4 golangci-lint failures on main branch
- idp_service.go: correct Scopes field alignment to col 13 (was 5 spaces,
  needs 6 to match AuthUrl/TokenUrl/UserInfoUrl group); revert over-correction
  from previous commit that wrongly added FieldMapping to the alignment group
- instance_service.go: add default case to switch on updateSetting.Key to
  satisfy revive switch-without-default rule
- memo_service.go: fix unchecked type assertion in isSSESuppressed; use
  ok && v pattern instead of discarding the ok bool
- sse_service_test.go: remove unused drainEvents helper function

https://claude.ai/code/session_01DVhwUL8RG8HVrcChv5qHdh
2026-03-29 11:39:14 +00:00
..
auth refactor: consolidate duplicated auth logic into auth package 2026-02-24 23:08:16 +08:00
router fix(lint): fix 4 golangci-lint failures on main branch 2026-03-29 11:39:14 +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