Documentation
¶
Overview ¶
Code generated by cozeloop. DO NOT EDIT.
Index ¶
- type LocalEvalTargetService
- func (l *LocalEvalTargetService) AsyncDebugEvalTarget(ctx context.Context, request *eval_target.AsyncDebugEvalTargetRequest, ...) (*eval_target.AsyncDebugEvalTargetResponse, error)
- func (l *LocalEvalTargetService) AsyncExecuteEvalTarget(ctx context.Context, request *eval_target.AsyncExecuteEvalTargetRequest, ...) (*eval_target.AsyncExecuteEvalTargetResponse, error)
- func (l *LocalEvalTargetService) BatchGetEvalTargetRecords(ctx context.Context, request *eval_target.BatchGetEvalTargetRecordsRequest, ...) (*eval_target.BatchGetEvalTargetRecordsResponse, error)
- func (l *LocalEvalTargetService) BatchGetEvalTargetVersions(ctx context.Context, request *eval_target.BatchGetEvalTargetVersionsRequest, ...) (*eval_target.BatchGetEvalTargetVersionsResponse, error)
- func (l *LocalEvalTargetService) BatchGetEvalTargetsBySource(ctx context.Context, request *eval_target.BatchGetEvalTargetsBySourceRequest, ...) (*eval_target.BatchGetEvalTargetsBySourceResponse, error)
- func (l *LocalEvalTargetService) BatchGetSourceEvalTargets(ctx context.Context, request *eval_target.BatchGetSourceEvalTargetsRequest, ...) (*eval_target.BatchGetSourceEvalTargetsResponse, error)
- func (l *LocalEvalTargetService) CreateEvalTarget(ctx context.Context, request *eval_target.CreateEvalTargetRequest, ...) (*eval_target.CreateEvalTargetResponse, error)
- func (l *LocalEvalTargetService) DebugEvalTarget(ctx context.Context, request *eval_target.DebugEvalTargetRequest, ...) (*eval_target.DebugEvalTargetResponse, error)
- func (l *LocalEvalTargetService) ExecuteEvalTarget(ctx context.Context, request *eval_target.ExecuteEvalTargetRequest, ...) (*eval_target.ExecuteEvalTargetResponse, error)
- func (l *LocalEvalTargetService) GetEvalTargetOutputFieldContent(ctx context.Context, ...) (*eval_target.GetEvalTargetOutputFieldContentResponse, error)
- func (l *LocalEvalTargetService) GetEvalTargetRecord(ctx context.Context, request *eval_target.GetEvalTargetRecordRequest, ...) (*eval_target.GetEvalTargetRecordResponse, error)
- func (l *LocalEvalTargetService) GetEvalTargetVersion(ctx context.Context, request *eval_target.GetEvalTargetVersionRequest, ...) (*eval_target.GetEvalTargetVersionResponse, error)
- func (l *LocalEvalTargetService) GetSourceEvalTargetVersion(ctx context.Context, request *eval_target.GetSourceEvalTargetVersionRequest, ...) (*eval_target.GetSourceEvalTargetVersionResponse, error)
- func (l *LocalEvalTargetService) ListSourceEvalTargetVersions(ctx context.Context, request *eval_target.ListSourceEvalTargetVersionsRequest, ...) (*eval_target.ListSourceEvalTargetVersionsResponse, error)
- func (l *LocalEvalTargetService) ListSourceEvalTargets(ctx context.Context, request *eval_target.ListSourceEvalTargetsRequest, ...) (*eval_target.ListSourceEvalTargetsResponse, error)
- func (l *LocalEvalTargetService) MockEvalTargetOutput(ctx context.Context, request *eval_target.MockEvalTargetOutputRequest, ...) (*eval_target.MockEvalTargetOutputResponse, error)
- func (l *LocalEvalTargetService) SearchCustomEvalTarget(ctx context.Context, req *eval_target.SearchCustomEvalTargetRequest, ...) (*eval_target.SearchCustomEvalTargetResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LocalEvalTargetService ¶
type LocalEvalTargetService struct {
// contains filtered or unexported fields
}
func NewLocalEvalTargetService ¶
func NewLocalEvalTargetService(impl eval_target.EvalTargetService, mds ...endpoint.Middleware) *LocalEvalTargetService
func (*LocalEvalTargetService) AsyncDebugEvalTarget ¶
func (l *LocalEvalTargetService) AsyncDebugEvalTarget(ctx context.Context, request *eval_target.AsyncDebugEvalTargetRequest, callOptions ...callopt.Option) (*eval_target.AsyncDebugEvalTargetResponse, error)
func (*LocalEvalTargetService) AsyncExecuteEvalTarget ¶
func (l *LocalEvalTargetService) AsyncExecuteEvalTarget(ctx context.Context, request *eval_target.AsyncExecuteEvalTargetRequest, callOptions ...callopt.Option) (*eval_target.AsyncExecuteEvalTargetResponse, error)
func (*LocalEvalTargetService) BatchGetEvalTargetRecords ¶
func (l *LocalEvalTargetService) BatchGetEvalTargetRecords(ctx context.Context, request *eval_target.BatchGetEvalTargetRecordsRequest, callOptions ...callopt.Option) (*eval_target.BatchGetEvalTargetRecordsResponse, error)
func (*LocalEvalTargetService) BatchGetEvalTargetVersions ¶
func (l *LocalEvalTargetService) BatchGetEvalTargetVersions(ctx context.Context, request *eval_target.BatchGetEvalTargetVersionsRequest, callOptions ...callopt.Option) (*eval_target.BatchGetEvalTargetVersionsResponse, error)
BatchGetEvalTargetVersions 批量获取+版本
func (*LocalEvalTargetService) BatchGetEvalTargetsBySource ¶
func (l *LocalEvalTargetService) BatchGetEvalTargetsBySource(ctx context.Context, request *eval_target.BatchGetEvalTargetsBySourceRequest, callOptions ...callopt.Option) (*eval_target.BatchGetEvalTargetsBySourceResponse, error)
BatchGetEvalTargetsBySource 根据source target获取评测对象信息
func (*LocalEvalTargetService) BatchGetSourceEvalTargets ¶
func (l *LocalEvalTargetService) BatchGetSourceEvalTargets(ctx context.Context, request *eval_target.BatchGetSourceEvalTargetsRequest, callOptions ...callopt.Option) (*eval_target.BatchGetSourceEvalTargetsResponse, error)
func (*LocalEvalTargetService) CreateEvalTarget ¶
func (l *LocalEvalTargetService) CreateEvalTarget(ctx context.Context, request *eval_target.CreateEvalTargetRequest, callOptions ...callopt.Option) (*eval_target.CreateEvalTargetResponse, error)
CreateEvalTarget 创建评测对象
func (*LocalEvalTargetService) DebugEvalTarget ¶
func (l *LocalEvalTargetService) DebugEvalTarget(ctx context.Context, request *eval_target.DebugEvalTargetRequest, callOptions ...callopt.Option) (*eval_target.DebugEvalTargetResponse, error)
DebugEvalTarget debug
func (*LocalEvalTargetService) ExecuteEvalTarget ¶
func (l *LocalEvalTargetService) ExecuteEvalTarget(ctx context.Context, request *eval_target.ExecuteEvalTargetRequest, callOptions ...callopt.Option) (*eval_target.ExecuteEvalTargetResponse, error)
ExecuteEvalTarget 执行
func (*LocalEvalTargetService) GetEvalTargetOutputFieldContent ¶
func (l *LocalEvalTargetService) GetEvalTargetOutputFieldContent(ctx context.Context, request *eval_target.GetEvalTargetOutputFieldContentRequest, callOptions ...callopt.Option) (*eval_target.GetEvalTargetOutputFieldContentResponse, error)
GetEvalTargetOutputFieldContent 按需查询 output 中大对象的完整内容
func (*LocalEvalTargetService) GetEvalTargetRecord ¶
func (l *LocalEvalTargetService) GetEvalTargetRecord(ctx context.Context, request *eval_target.GetEvalTargetRecordRequest, callOptions ...callopt.Option) (*eval_target.GetEvalTargetRecordResponse, error)
func (*LocalEvalTargetService) GetEvalTargetVersion ¶
func (l *LocalEvalTargetService) GetEvalTargetVersion(ctx context.Context, request *eval_target.GetEvalTargetVersionRequest, callOptions ...callopt.Option) (*eval_target.GetEvalTargetVersionResponse, error)
GetEvalTargetVersion 获取评测对象+版本
func (*LocalEvalTargetService) GetSourceEvalTargetVersion ¶
func (l *LocalEvalTargetService) GetSourceEvalTargetVersion(ctx context.Context, request *eval_target.GetSourceEvalTargetVersionRequest, callOptions ...callopt.Option) (*eval_target.GetSourceEvalTargetVersionResponse, error)
GetSourceEvalTargetVersion 获取Source评测对象版本的详情
func (*LocalEvalTargetService) ListSourceEvalTargetVersions ¶
func (l *LocalEvalTargetService) ListSourceEvalTargetVersions(ctx context.Context, request *eval_target.ListSourceEvalTargetVersionsRequest, callOptions ...callopt.Option) (*eval_target.ListSourceEvalTargetVersionsResponse, error)
ListSourceEvalTargetVersions Source评测对象版本列表
func (*LocalEvalTargetService) ListSourceEvalTargets ¶
func (l *LocalEvalTargetService) ListSourceEvalTargets(ctx context.Context, request *eval_target.ListSourceEvalTargetsRequest, callOptions ...callopt.Option) (*eval_target.ListSourceEvalTargetsResponse, error)
ListSourceEvalTargets Source评测对象列表
func (*LocalEvalTargetService) MockEvalTargetOutput ¶
func (l *LocalEvalTargetService) MockEvalTargetOutput(ctx context.Context, request *eval_target.MockEvalTargetOutputRequest, callOptions ...callopt.Option) (*eval_target.MockEvalTargetOutputResponse, error)
MockEvalTargetOutput mock输出数据
func (*LocalEvalTargetService) SearchCustomEvalTarget ¶
func (l *LocalEvalTargetService) SearchCustomEvalTarget(ctx context.Context, req *eval_target.SearchCustomEvalTargetRequest, callOptions ...callopt.Option) (*eval_target.SearchCustomEvalTargetResponse, error)
SearchCustomEvalTarget 搜索自定义评测对象
Click to show internal directories.
Click to hide internal directories.