Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EvaluatorPluginService ¶
type EvaluatorPluginService struct {
// contains filtered or unexported fields
}
func NewEvaluatorPluginService ¶
func NewEvaluatorPluginService( opt *EvaluatorPluginServiceOption, logger log.FieldLogger, tknr token_helper.Tokener, dat_stor dssdk.DataStorage, cli_fty *client_helper.ClientFactory, ) (*EvaluatorPluginService, error)
func (*EvaluatorPluginService) Eval ¶
func (srv *EvaluatorPluginService) Eval(w http.ResponseWriter, r *http.Request)
func (*EvaluatorPluginService) HandleResponse ¶
func (srv *EvaluatorPluginService) HandleResponse(w http.ResponseWriter, r *http.Request, hs *hst.HttpStatus)
func (*EvaluatorPluginService) ReceiveData ¶ added in v1.1.26
func (srv *EvaluatorPluginService) ReceiveData(w http.ResponseWriter, r *http.Request)
type EvaluatorPluginServiceOption ¶
func NewEvaluatorPluginServiceOption ¶ added in v1.1.26
func NewEvaluatorPluginServiceOption() *EvaluatorPluginServiceOption
Click to show internal directories.
Click to hide internal directories.