package router import "github.com/gin-gonic/gin" type DukcapilHandler interface { FaceMatch(c *gin.Context) }