solher/arangolite

View on GitHub
senders.go

Summary

Maintainability
A
35 mins
Test Coverage

Method basicSender.Send has 5 return statements (exceeds 4 allowed).
Open

func (s *basicSender) Send(ctx context.Context, cli *http.Client, req *http.Request) (*response, error) {
    select {
    case <-ctx.Done():
        return nil, ctx.Err()
    default:
Severity: Major
Found in senders.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status