이름 변경

This commit is contained in:
2023-08-31 21:07:06 +09:00
parent 888abef7c0
commit 319dbf5a54

View File

@ -108,7 +108,7 @@ func NewProvider(ctx context.Context, storageAddr string, ttl time.Duration) (Pr
return nil, errInvalidScheme return nil, errInvalidScheme
} }
type SessionConfig struct { type Config struct {
SessionTTL int64 `json:"session_ttl"` SessionTTL int64 `json:"session_ttl"`
SessionStorage string `json:"session_storage"` SessionStorage string `json:"session_storage"`
} }