Skip to content

Commit 82474b6

Browse files
Apply suggestion from @Copilot
确定无地方使用 Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 605e63e commit 82474b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/console/handler/service.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ func ServiceConfigArgumentRoutePUT(ctx consolectx.Context) gin.HandlerFunc {
230230
}
231231
}
232232

233-
// GetServiceGraph returns the service graph in a cross-linked list structure for visualization
233+
// GetServiceGraph returns the service graph as graph data (nodes and edges) for visualization
234234
func GetServiceGraph(ctx consolectx.Context) gin.HandlerFunc {
235235
return func(c *gin.Context) {
236236
req := &model.ServiceGraphReq{}

0 commit comments

Comments
 (0)