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, 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)
type EvaluatorPluginServiceOption ¶
type EvaluatorPluginServiceOption struct { }
Click to show internal directories.
Click to hide internal directories.