이름 변경
This commit is contained in:
@ -108,7 +108,7 @@ func NewProvider(ctx context.Context, storageAddr string, ttl time.Duration) (Pr
|
||||
return nil, errInvalidScheme
|
||||
}
|
||||
|
||||
type SessionConfig struct {
|
||||
type Config struct {
|
||||
SessionTTL int64 `json:"session_ttl"`
|
||||
SessionStorage string `json:"session_storage"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user