Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IClient ¶
type IClient interface {
ImportModel(ctx context.Context, req *model.ModelImported) *errs.Status
UpdateModel(ctx context.Context, req *model.ModelImported) *errs.Status
DeleteModel(ctx context.Context, req *model.ModelImported) *errs.Status
ChangeModelStatus(ctx context.Context, req *model.ModelImported) *errs.Status
GetModel(ctx context.Context, req *model.ModelImported) (*model.ModelImported, *errs.Status)
ListModels(ctx context.Context, req *model.ModelImported) ([]*model.ModelImported, int64, *errs.Status)
ListTypeModels(ctx context.Context, req *model.ModelImported) ([]*model.ModelImported, int64, *errs.Status)
GetModelById(ctx context.Context, modelId uint32) (*model.ModelImported, *errs.Status)
GetModelByIds(ctx context.Context, modelIds []uint32) ([]*model.ModelImported, *errs.Status)
}
Click to show internal directories.
Click to hide internal directories.