Refactor v3 #81
Annotations
10 errors and 1 warning
Run all tests:
manager_test.go#L24
cannot use store (variable of type *MockStore) as type Store in argument to m.UseStore:
|
Run all tests:
manager_test.go#L25
m.RegisterGetCookie undefined (type *Manager has no field or method RegisterGetCookie)
|
Run all tests:
manager_test.go#L26
m.RegisterSetCookie undefined (type *Manager has no field or method RegisterSetCookie)
|
Run all tests:
manager_test.go#L97
m.RegisterGetCookie undefined (type *Manager has no field or method RegisterGetCookie)
|
Run all tests:
manager_test.go#L118
m.RegisterSetCookie undefined (type *Manager has no field or method RegisterSetCookie)
|
Run all tests:
manager_test.go#L135
cannot use &MockStore{} (value of type *MockStore) as type Store in argument to m.UseStore:
|
Run all tests:
manager_test.go#L141
m.RegisterGetCookie undefined (type *Manager has no field or method RegisterGetCookie)
|
Run all tests:
manager_test.go#L150
m.RegisterSetCookie undefined (type *Manager has no field or method RegisterSetCookie)
|
Run all tests:
manager_test.go#L164
m.RegisterGetCookie undefined (type *Manager has no field or method RegisterGetCookie)
|
Run all tests:
session_test.go#L37
undefined: ErrFieldNotFound
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading