package
Version:
v0.0.0-...-ce453ac
Opens a new window with list of versions in this module.
Published: May 25, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type GetModelsRequest struct {
UserID string `json:"user_id" validate:"required"`
}
type IncreaseFeaturesRequest struct {
ModelType string `json:"model_type" validate:"required"`
UserID string `json:"user_id" validate:"required"`
FeaturesCount int `json:"features_count" validate:"required"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.