mirror of
https://github.com/alexedwards/scs.git
synced 2025-07-17 01:12:21 +02:00
Rephrase comment for consistency
This commit is contained in:
3
store.go
3
store.go
@ -34,7 +34,8 @@ type IterableStore interface {
|
||||
All() (map[string][]byte, error)
|
||||
}
|
||||
|
||||
// CtxStore is an interface which all methods take context.Context parameter
|
||||
// CtxStore is an interface for session stores which take a context.Context
|
||||
// parameter.
|
||||
type CtxStore interface {
|
||||
Store
|
||||
|
||||
|
Reference in New Issue
Block a user