Documentation
¶
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
}
func New ¶
func New(bus event.Bus) *Controller
func (*Controller) Ingest ¶
func (ctrl *Controller) Ingest(c *echo.Context) error
Ingest accepts client-supplied events using at-least-once semantics. A successful response means this request was persisted and routed; repeating an identical request may create another event and start another run.
func (*Controller) ListIngested ¶
func (ctrl *Controller) ListIngested(c *echo.Context) error
func (*Controller) WithAuthService ¶
func (ctrl *Controller) WithAuthService(svc *iauth.Service) *Controller
Click to show internal directories.
Click to hide internal directories.