xmidt-org/caduceus

View on GitHub
caduceus_type.go

Summary

Maintainability
A
0 mins
Test Coverage

exported type SenderConfig should have comment or be unexported
Open

type SenderConfig struct {
Severity: Minor
Found in caduceus_type.go by golint

exported type RequestHandler should have comment or be unexported
Open

type RequestHandler interface {
Severity: Minor
Found in caduceus_type.go by golint

exported type CaduceusMetricsRegistry should have comment or be unexported
Open

type CaduceusMetricsRegistry interface {
Severity: Minor
Found in caduceus_type.go by golint

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

// Below is the struct we're using to contain the data from a provided config file
Severity: Minor
Found in caduceus_type.go by golint

exported method CaduceusHandler.HandleRequest should have comment or be unexported
Open

func (ch *CaduceusHandler) HandleRequest(workerID int, msg *wrp.Message) {
Severity: Minor
Found in caduceus_type.go by golint

exported type CaduceusHandler should have comment or be unexported
Open

type CaduceusHandler struct {
Severity: Minor
Found in caduceus_type.go by golint

There are no issues that match your filters.

Category
Status