mirror of
https://github.com/gin-gonic/gin.git
synced 2025-10-18 14:52:18 +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
|
||||
|
||||
// Engine returns the underlying validator engine which powers the
|
||||
// Validater implementation.
|
||||
// StructValidator implementation.
|
||||
Engine() interface{}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user