Houmgaor
96d07f1c04
refactor(channelserver): extract GuildRepository for guild table access
...
Per anti-patterns.md item #9 , guild-related SQL was scattered across
~15 handler files with no repository abstraction. Following the same
pattern established by CharacterRepository, this centralizes all
guilds, guild_characters, and guild_applications table access into a
single GuildRepository (~30 methods).
guild_model.go and handlers_guild_member.go are trimmed to types and
pure business logic only. All handler files (guild_*, festa, mail,
house, mercenary, rengoku) now call s.server.guildRepo methods
instead of direct DB queries or methods on domain objects.
2026-02-20 22:06:55 +01:00
..
2026-02-20 19:11:41 +01:00
2026-02-20 21:22:01 +01:00
2026-02-19 18:13:34 +01:00
2026-02-19 18:13:34 +01:00
2026-02-19 18:13:34 +01:00
2026-02-20 19:50:28 +01:00
2026-02-20 21:18:40 +01:00
2026-02-20 21:18:40 +01:00
2026-02-18 21:39:13 +01:00
2026-02-20 22:06:55 +01:00
2026-02-20 19:46:57 +01:00
2026-02-20 21:57:24 +01:00
2026-02-20 17:07:42 +01:00
2026-02-18 21:39:13 +01:00
2026-02-17 17:59:00 +01:00
2026-02-20 21:18:40 +01:00
2026-02-20 17:07:42 +01:00
2026-02-20 17:07:42 +01:00
2026-02-18 15:59:36 +01:00
2026-02-20 21:57:24 +01:00
2026-02-20 21:18:40 +01:00
2026-02-18 21:48:08 +01:00
2026-02-18 21:48:08 +01:00
2026-02-18 21:48:08 +01:00
2026-02-20 17:07:42 +01:00
2026-02-17 17:59:00 +01:00
2026-02-18 00:47:14 +01:00
2026-02-18 21:48:08 +01:00
2026-02-18 15:59:36 +01:00
2026-02-20 21:57:24 +01:00
2026-02-17 17:59:00 +01:00
2026-02-20 21:06:16 +01:00
2026-02-20 21:18:40 +01:00
2026-02-20 17:07:42 +01:00
2026-02-20 21:18:40 +01:00
2026-02-20 22:06:55 +01:00
2026-02-20 21:57:24 +01:00
2026-02-19 00:23:04 +01:00
2026-02-20 22:06:55 +01:00
2026-02-20 22:06:55 +01:00
2026-02-20 22:06:55 +01:00
2026-02-20 22:06:55 +01:00
2026-02-20 22:06:55 +01:00
2026-02-20 22:06:55 +01:00
2026-02-20 21:18:40 +01:00
2026-02-20 22:06:55 +01:00
2026-02-20 22:06:55 +01:00
2026-02-20 17:07:42 +01:00
2026-02-20 22:06:55 +01:00
2026-02-20 22:06:55 +01:00
2026-02-20 21:38:21 +01:00
2026-02-20 17:07:42 +01:00
2026-02-20 22:06:55 +01:00
2026-02-20 21:57:24 +01:00
2026-02-20 21:18:40 +01:00
2026-02-20 22:06:55 +01:00
2026-02-18 21:48:08 +01:00
2026-02-20 22:06:55 +01:00
2026-02-20 21:57:24 +01:00
2026-02-20 18:42:08 +01:00
2026-02-17 17:54:51 +01:00
2026-02-20 21:57:24 +01:00
2026-02-20 17:07:42 +01:00
2026-02-20 17:07:42 +01:00
2026-02-20 19:50:28 +01:00
2026-02-20 18:58:32 +01:00
2026-02-20 21:18:40 +01:00
2026-02-18 18:10:34 +01:00
2026-02-20 22:06:55 +01:00
2026-02-20 21:18:40 +01:00
2026-02-20 17:07:42 +01:00
2026-02-18 21:39:13 +01:00
2026-02-18 21:39:13 +01:00
2026-02-20 21:18:40 +01:00
2026-02-20 21:57:24 +01:00
2026-02-20 17:07:42 +01:00
2026-02-20 21:06:16 +01:00
2026-02-18 23:02:44 +01:00
2026-02-20 18:58:32 +01:00
2026-02-20 18:58:32 +01:00
2026-02-18 21:48:08 +01:00
2026-02-18 21:48:08 +01:00
2026-02-18 21:48:08 +01:00
2026-02-20 21:06:16 +01:00
2026-02-19 00:05:20 +01:00
2026-02-19 00:05:20 +01:00
2026-02-20 17:07:42 +01:00
2026-02-20 19:50:28 +01:00
2026-02-18 21:39:13 +01:00
2026-02-20 21:57:24 +01:00
2026-02-20 21:57:24 +01:00
2026-02-20 22:06:55 +01:00
2026-02-20 22:06:55 +01:00
2026-02-17 18:07:38 +01:00
2026-02-20 17:07:42 +01:00
2026-02-20 22:06:55 +01:00
2026-02-17 17:59:00 +01:00
2026-02-20 21:06:16 +01:00
2026-02-17 18:07:38 +01:00
2026-02-18 21:39:13 +01:00
2026-02-20 18:58:32 +01:00
2026-02-20 22:06:55 +01:00