Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fd0458cc08 |
@@ -19,7 +19,7 @@ type Logger interface {
|
||||
|
||||
type SessionManager interface {
|
||||
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 {
|
||||
|
||||
Reference in New Issue
Block a user