1
0
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:
Alex Edwards
2021-11-24 19:51:41 +01:00
parent ec29e03bc7
commit a99277330e

View File

@ -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