client

package
v0.2.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 16, 2025 License: Apache-2.0 Imports: 3 Imported by: 0

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)
}

Directories

Path Synopsis
orm

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL