refactor: bind NodeService to a user and expose User() on the interface
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -26,6 +26,8 @@ func mentions(t string) []string {
|
||||
return slices.Collect(maps.Keys(seen))
|
||||
}
|
||||
|
||||
func (s *nodeServiceImpl) User() string { return s.userID }
|
||||
|
||||
// --- Validation ---
|
||||
|
||||
var (
|
||||
|
||||
Reference in New Issue
Block a user