Versions in this module Expand all Collapse all v0 v0.4.8 Dec 19, 2024 Changes in this version + func NewAPIRoute(services *service.Services) codegen.ServerInterface + func NewAPIRouter(swagger *openapi3.T, services *service.Services) (http.Handler, error) + func NewDocRouter(swagger *openapi3.T, docHTML string, docYAML string) (http.Handler, error) + type APIRoute struct + func (r *APIRoute) DeleteYskCard(ctx echo.Context, id string) error + func (r *APIRoute) GetActionType(c echo.Context, sourceID codegen.SourceID, name codegen.EventName) error + func (r *APIRoute) GetActionTypes(c echo.Context) error + func (r *APIRoute) GetActionTypesBySourceID(c echo.Context, sourceID codegen.SourceID) error + func (r *APIRoute) GetEventType(ctx echo.Context, sourceID codegen.SourceID, name codegen.EventName) error + func (r *APIRoute) GetEventTypes(ctx echo.Context) error + func (r *APIRoute) GetEventTypesBySourceID(ctx echo.Context, sourceID codegen.SourceID) error + func (r *APIRoute) GetYskCard(ctx echo.Context) error + func (r *APIRoute) PollSIO(ctx echo.Context) error + func (r *APIRoute) PollSIO2(ctx echo.Context) error + func (r *APIRoute) PublishEvent(ctx echo.Context, sourceID codegen.SourceID, name codegen.EventName) error + func (r *APIRoute) RegisterActionTypes(c echo.Context) error + func (r *APIRoute) RegisterEventTypes(ctx echo.Context) error + func (r *APIRoute) SubscribeActionWS(c echo.Context, sourceID codegen.SourceID, ...) error + func (r *APIRoute) SubscribeEventWS(c echo.Context, sourceID codegen.SourceID, ...) error + func (r *APIRoute) SubscribeSIO(ctx echo.Context) error + func (r *APIRoute) SubscribeSIO2(ctx echo.Context) error + func (r *APIRoute) TriggerAction(c echo.Context, sourceID codegen.SourceID, name codegen.EventName) error