Documentation ¶
Overview ¶
Package e2erunner implements the end-to-end runner.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
Controller is a controller for the e2e runner service.
func New ¶
func New(cfg *config.E2ERunnerConfig, db *database.Database, client *clients.ENXRedirectClient, h *render.Renderer) *Controller
New creates a new cleanup controller.
func (*Controller) HandleDefault ¶
func (c *Controller) HandleDefault() http.Handler
HandleDefault handles the default end-to-end scenario.
func (*Controller) HandleENXRedirect ¶
func (c *Controller) HandleENXRedirect() http.Handler
HandleENXRedirect handles tests for the redirector service.
func (*Controller) HandleRevise ¶
func (c *Controller) HandleRevise() http.Handler
HandleRevise runs the end-to-end runner with revision tokens.
func (*Controller) HandleUserReport ¶
func (c *Controller) HandleUserReport() http.Handler
HandleUserReport runs the end-to-end runner initiated by a user-report API request.
Click to show internal directories.
Click to hide internal directories.