Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ListPersons ¶
func ListPersons(w http.ResponseWriter, r *http.Request)
Types ¶
type FaceRecognitionResponse ¶
type LibraryResponse ¶
type LibraryResponse struct { Error string `json:"error,omitempty"` Persons []PersonResponse `json:"persons"` }
func NewLibraryResponse ¶
func NewLibraryResponse() *LibraryResponse
type PersonResponse ¶
Click to show internal directories.
Click to hide internal directories.