Skip to content

Commit

Permalink
fix: add missing comment in function
Browse files Browse the repository at this point in the history
Signed-off-by: Xoán Mallón <xoanmallon@gmail.com>
  • Loading branch information
xoanmm committed Feb 23, 2023
1 parent b6a6309 commit 5997430
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/scalers/rabbitmq_scaler.go
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ func resolveHostFromConfig(config *ScalerConfig, protocol string) (string, error
return host, nil
}

// parseRabbitMQMetadata gets the metadata information of RabbitMQ from scaler config
func parseRabbitMQMetadata(config *ScalerConfig) (*rabbitMQMetadata, error) {
meta := rabbitMQMetadata{}

Expand Down

0 comments on commit 5997430

Please sign in to comment.