pkg/cache/cache.go

Summary

Maintainability
A
35 mins
Test Coverage
A
100%

Method Cache.Set has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

func (c *Cache) Set(ctx context.Context, domain string, requestType dnsmessage.Type, response []byte, expiry int) {
Severity: Minor
Found in pkg/cache/cache.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status