Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
cheukt committed Sep 26, 2024
1 parent 3ce0b37 commit e9bd7b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion robot/web/web.go
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,8 @@ func (svc *webService) updateResources(resources map[resource.Name]resource.Reso
}

// If there are any groupedResources remaining, check if they are registered/internal/remote.
// * Custom APIs are registered and do not have a dedicated gRPC service as requests for them are routed through the foreignServiceHandler.
// * Custom APIs are registered and do not have a dedicated gRPC service as requests for them are routed through the
// foreignServiceHandler.
// * Internal services do not have an associated gRPC API and so can be safely ignored.
// * Remote resources with unregistered APIs are possibly handled by the remote robot and requests would be routed through the
// foreignServiceHandler.
Expand Down

0 comments on commit e9bd7b1

Please sign in to comment.