Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhil-024 committed Jan 12, 2025
1 parent 2c1cc35 commit c59776f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/service/component.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ func (e *Component) DescribeComponentType(ctx *context.Context, request *compone
return response, nil
}

// CompareOperationChanges compares the operation changes
func (c *Component) CompareOperationChanges(ctx *context.Context, request *serviceProto.OperateComponentDiffRequest) (*serviceProto.OperateComponentDiffResponse, error) {

Check failure on line 92 in internal/service/component.go

View workflow job for this annotation

GitHub Actions / lint

receiver name c should be consistent with previous receiver name e for Component

conn, requestCtx, err := grpcClient(ctx)
Expand Down

0 comments on commit c59776f

Please sign in to comment.