ezeql/koding-challange

View on GitHub

Showing 23 of 23 total issues

comment on exported type MetricEntry should be of the form "MetricEntry ..." (with optional leading article)
Open

//MetricData
Severity: Minor
Found in common/metric.go by golint

exported function BuildRabbitMQConnector should have comment or be unexported
Open

func BuildRabbitMQConnector(host string, port int, user string, password string, exchange string) (*RabbitMQConnector, error) {
Severity: Minor
Found in common/amqpconnector.go by golint

exported method RabbitMQConnector.Publish should have comment or be unexported
Open

func (m *RabbitMQConnector) Publish(b []byte) error {
Severity: Minor
Found in common/amqpconnector.go by golint
Severity
Category
Status
Source
Language