Versions in this module Expand all Collapse all v0 v0.3.2 Jun 18, 2025 Changes in this version + type ModelServiceProvider interface + DeleteModel func(ctx context.Context, req *types.DeleteRequest) error + GetConfig func() *types.EngineRecommendConfig + GetVersion func(ctx context.Context, resp *types.EngineVersionResponse) (*types.EngineVersionResponse, error) + HealthCheck func() error + InitEnv func() error + InstallEngine func() error + ListModels func(ctx context.Context) (*types.ListResponse, error) + PullModel func(ctx context.Context, req *types.PullModelRequest, fn types.PullProgressFunc) (*types.ProgressResponse, error) + PullModelStream func(ctx context.Context, req *types.PullModelRequest) (chan []byte, chan error) + StartEngine func(mode string) error + StopEngine func() error + func GetModelEngine(engineName string) ModelServiceProvider