timoth-y/kicksware-api

View on GitHub
shared/container/serviceContainer.go

Summary

Maintainability
A
40 mins
Test Coverage

Method serviceContainer.Resolve has 6 return statements (exceeds 4 allowed).
Open

func (c *serviceContainer) Resolve(receiver interface{}) error {
    receiverType := reflect.TypeOf(receiver); if receiverType == nil {
        return ErrReceiverNotValid
    }

Severity: Major
Found in shared/container/serviceContainer.go - About 40 mins to fix

    There are no issues that match your filters.

    Category
    Status