pkg/cache/memory_backend.go

Summary

Maintainability
A
0 mins
Test Coverage
A
100%

exported method MemoryBackend.Connect should have comment or be unexported
Open

func (mb *MemoryBackend) Connect() error {
Severity: Minor
Found in pkg/cache/memory_backend.go by golint

exported method MemoryBackend.Set should have comment or be unexported
Open

func (mb *MemoryBackend) Set(key string, value []byte, expiry int) {
Severity: Minor
Found in pkg/cache/memory_backend.go by golint

exported method MemoryBackend.Get should have comment or be unexported
Open

func (mb *MemoryBackend) Get(key string) []byte {
Severity: Minor
Found in pkg/cache/memory_backend.go by golint

exported method MemoryBackend.WithContext should have comment or be unexported
Open

func (mb *MemoryBackend) WithContext(_ context.Context) CacheBackend {
Severity: Minor
Found in pkg/cache/memory_backend.go by golint

There are no issues that match your filters.

Category
Status