chore: remove any keywords
This commit is contained in:
@@ -30,7 +30,7 @@ var (
|
||||
// Validator defines the interface for validating the request.
|
||||
type Validator interface {
|
||||
// Validate validates the request and parsed data.
|
||||
Validate(r *http.Request, data any) error
|
||||
Validate(r *http.Request, data interface{}) error
|
||||
}
|
||||
|
||||
// Parse parses the request.
|
||||
|
||||
Reference in New Issue
Block a user