You've already forked agentic-coding-workflow
feat(config,workspace,user): jobs/notify config + workspace fetch repo + user ListAdmins
This commit is contained in:
@@ -172,3 +172,8 @@ func (s *service) Bootstrap(ctx context.Context, email, password string) (*User,
|
||||
}
|
||||
return s.repo.CreateUser(ctx, u)
|
||||
}
|
||||
|
||||
// ListAdmins 返回所有管理员用户,供内部模块(如 jobs runner)使用。
|
||||
func (s *service) ListAdmins(ctx context.Context) ([]*User, error) {
|
||||
return s.repo.ListAdmins(ctx)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user