Documentation
¶
Index ¶
- func NewModelKit() domain.ModelKit
- type ModelKit
- func (m *ModelKit) CheckModel(ctx context.Context, req *domain.CheckModelReq) (*domain.Model, error)
- func (m *ModelKit) ListModel(ctx context.Context, req *domain.ListModelReq) ([]*domain.Model, error)
- func (m *ModelKit) PandaModelList(ctx context.Context, req *domain.GetProviderModelListReq) (*domain.GetProviderModelListResp, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewModelKit ¶
Types ¶
type ModelKit ¶
type ModelKit struct {
// contains filtered or unexported fields
}
func (*ModelKit) CheckModel ¶
func (*ModelKit) ListModel ¶
func (m *ModelKit) ListModel(ctx context.Context, req *domain.ListModelReq) ([]*domain.Model, error)
ListModel implements domain.ModelUsecase.
func (*ModelKit) PandaModelList ¶
func (m *ModelKit) PandaModelList(ctx context.Context, req *domain.GetProviderModelListReq) (*domain.GetProviderModelListResp, error)
Click to show internal directories.
Click to hide internal directories.