chore: cache feat & cache refactor #93
Annotations
11 errors
|
Run tests:
cache/respository_test.go#L21
cannot use &mockStore{β¦} (value of type *mockStore) as type "github.com/go-packagist/go-kratos-components/contract/cache".Store in return statement:
|
Run tests:
cache/respository_test.go#L40
undefined: valueOf
|
Run tests:
cache/respository_test.go#L79
cannot use (*mockStore)(nil) (value of type *mockStore) as type "github.com/go-packagist/go-kratos-components/contract/cache".Store in variable declaration:
|
Run tests:
cache/manager_test.go#L23
multiple-value m.Connect().Put(ctx, "test", "test", time.Second * 10) (value of type (bool, error)) in single-value context
|
Run tests:
cache/manager_test.go#L35
multiple-value m.Connect("test2").Put(ctx, "test", "test", time.Second * 10) (value of type (bool, error)) in single-value context
|
Run tests:
cache/redis/store_test.go#L41
multiple-value c.Put(ctx, "int", 1, time.Second * 10) (value of type (bool, error)) in single-value context
|
Run tests:
cache/redis/store_test.go#L42
multiple-value c.Put(ctx, "int32", int32(1), time.Second * 10) (value of type (bool, error)) in single-value context
|
Run tests:
cache/redis/store_test.go#L43
multiple-value c.Put(ctx, "string", "test", time.Second * 10) (value of type (bool, error)) in single-value context
|
Run tests:
cache/redis/store_test.go#L44
multiple-value c.Put(ctx, "bool", true, time.Second * 10) (value of type (bool, error)) in single-value context
|
Run tests:
cache/redis/store_test.go#L46
multiple-value c.Put(ctx, "time", time.Now(), time.Second * 10) (value of type (bool, error)) in single-value context
|
The logs for this run have expired and are no longer available.
Loading