Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct {
// contains filtered or unexported fields
}
func New ¶
func New(repo ImageRepo, faceService FaceService) *App
type FaceService ¶
type FaceService interface { GetFaceDescriptor(img []byte) (domain.FaceDescriptor, error) SearchImageID(descr domain.FaceDescriptor, images []domain.Image) (uint64, error) }
Click to show internal directories.
Click to hide internal directories.