bus/call.go

Summary

Maintainability
A
0 mins
Test Coverage
B
88%

exported function NewResponse should have comment or be unexported
Open

func NewResponse(signature string, instance interface{}) Response {
Severity: Minor
Found in bus/call.go by golint

exported type Response should have comment or be unexported
Open

type Response struct {
Severity: Minor
Found in bus/call.go by golint

exported method Params.Signature should have comment or be unexported
Open

func (p *Params) Signature() string {
Severity: Minor
Found in bus/call.go by golint

There are no issues that match your filters.

Category
Status