10 lines
260 B
Go
10 lines
260 B
Go
package middleware
|
|
|
|
import (
|
|
"authentication/models"
|
|
)
|
|
|
|
// FlusherPreservingResponseWriter is an alias for models.FlusherPreservingResponseWriter
|
|
// Kept for backward compatibility
|
|
type FlusherPreservingResponseWriter = models.FlusherPreservingResponseWriter
|