Documentation
¶
Overview ¶
Code generated by cozeloop. DO NOT EDIT.
Index ¶
- type LocalEvaluationSPIService
- func (l *LocalEvaluationSPIService) AsyncInvokeEvalTarget(ctx context.Context, req *spi.AsyncInvokeEvalTargetRequest, ...) (*spi.AsyncInvokeEvalTargetResponse, error)
- func (l *LocalEvaluationSPIService) AsyncInvokeEvaluator(ctx context.Context, req *spi.AsyncInvokeEvaluatorRequest, ...) (*spi.AsyncInvokeEvaluatorResponse, error)
- func (l *LocalEvaluationSPIService) InvokeEvalTarget(ctx context.Context, req *spi.InvokeEvalTargetRequest, ...) (*spi.InvokeEvalTargetResponse, error)
- func (l *LocalEvaluationSPIService) InvokeEvaluator(ctx context.Context, req *spi.InvokeEvaluatorRequest, ...) (*spi.InvokeEvaluatorResponse, error)
- func (l *LocalEvaluationSPIService) SearchEvalTarget(ctx context.Context, req *spi.SearchEvalTargetRequest, ...) (*spi.SearchEvalTargetResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LocalEvaluationSPIService ¶
type LocalEvaluationSPIService struct {
// contains filtered or unexported fields
}
func NewLocalEvaluationSPIService ¶
func NewLocalEvaluationSPIService(impl spi.EvaluationSPIService, mds ...endpoint.Middleware) *LocalEvaluationSPIService
func (*LocalEvaluationSPIService) AsyncInvokeEvalTarget ¶
func (l *LocalEvaluationSPIService) AsyncInvokeEvalTarget(ctx context.Context, req *spi.AsyncInvokeEvalTargetRequest, callOptions ...callopt.Option) (*spi.AsyncInvokeEvalTargetResponse, error)
func (*LocalEvaluationSPIService) AsyncInvokeEvaluator ¶
func (l *LocalEvaluationSPIService) AsyncInvokeEvaluator(ctx context.Context, req *spi.AsyncInvokeEvaluatorRequest, callOptions ...callopt.Option) (*spi.AsyncInvokeEvaluatorResponse, error)
func (*LocalEvaluationSPIService) InvokeEvalTarget ¶
func (l *LocalEvaluationSPIService) InvokeEvalTarget(ctx context.Context, req *spi.InvokeEvalTargetRequest, callOptions ...callopt.Option) (*spi.InvokeEvalTargetResponse, error)
func (*LocalEvaluationSPIService) InvokeEvaluator ¶
func (l *LocalEvaluationSPIService) InvokeEvaluator(ctx context.Context, req *spi.InvokeEvaluatorRequest, callOptions ...callopt.Option) (*spi.InvokeEvaluatorResponse, error)
InvokeEvaluator invoke custom evaluator
func (*LocalEvaluationSPIService) SearchEvalTarget ¶
func (l *LocalEvaluationSPIService) SearchEvalTarget(ctx context.Context, req *spi.SearchEvalTargetRequest, callOptions ...callopt.Option) (*spi.SearchEvalTargetResponse, error)
Click to show internal directories.
Click to hide internal directories.