feat(userlist): enhance GetServerUserListLogic with improved node and tag handling

This commit is contained in:
Chang lue Tsen
2025-09-04 13:46:24 -04:00
parent 805fca90e0
commit 61ac829c37
3 changed files with 36 additions and 6 deletions
@@ -23,7 +23,7 @@ type GetServerUserListLogic struct {
svcCtx *svc.ServiceContext
}
// Get user list
// NewGetServerUserListLogic Get user list
func NewGetServerUserListLogic(ctx *gin.Context, svcCtx *svc.ServiceContext) *GetServerUserListLogic {
return &GetServerUserListLogic{
Logger: logger.WithContext(ctx.Request.Context()),