Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LoginRequest ¶
type LoginResponse ¶
type LoginResponse struct { UserID string `json:"user_id"` UploadFeaturesURLs UploadFeaturesURLs `json:"upload_features"` Models map[string]interface{} `json:"model_urls"` }
func NewLoginResponse ¶
func NewLoginResponse(userID, baseURL, tokenString string, models map[string]interface{}) (*LoginResponse, error)
type RegisterRequest ¶
type UploadFeaturesURLs ¶
type UploadFeaturesURLs struct {
FaceModel string `json:"face_model"`
}
Click to show internal directories.
Click to hide internal directories.