mirror of
https://github.com/gin-gonic/gin.git
synced 2025-10-18 23:12:17 +08:00
[Update] comment for Engine()
This commit is contained in:
parent
abced1b159
commit
c9a79db31d
@ -58,7 +58,7 @@ type StructValidator interface {
|
|||||||
ValidateStruct(interface{}) error
|
ValidateStruct(interface{}) error
|
||||||
|
|
||||||
// Engine returns the underlying validator engine which powers the
|
// Engine returns the underlying validator engine which powers the
|
||||||
// Validater implementation.
|
// StructValidator implementation.
|
||||||
Engine() interface{}
|
Engine() interface{}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user