fixed an issue with session manager interface
This commit is contained in:
@@ -19,7 +19,7 @@ type Logger interface {
|
|||||||
|
|
||||||
type SessionManager interface {
|
type SessionManager interface {
|
||||||
Get(ctx context.Context, key string) any
|
Get(ctx context.Context, key string) any
|
||||||
Put(ctx context.Context, key string, value any) error
|
Put(ctx context.Context, key string, value any)
|
||||||
}
|
}
|
||||||
|
|
||||||
type Config struct {
|
type Config struct {
|
||||||
|
|||||||
Reference in New Issue
Block a user