Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type EndpointMethod ¶
type EndpointMethod = func(config configuration.Config, router *httprouter.Router, repo Repo)
type Events ¶
type Events struct{}
func (*Events) Find ¶
func (this *Events) Find(config configuration.Config, router *httprouter.Router, repo Repo)
Find godoc @Summary finds event descriptions for event-worker @Description finds event descriptions for event-worker @Tags event-description @Produce json @Param local_device_id query string false "search event-descriptions by local device id" @Param local_service_id query string false "search event-descriptions by local service id" @Success 200 {array} []model.EventDesc @Failure 500 @Router /event-descriptions [get]
type SwaggerEndpoints ¶
type SwaggerEndpoints struct{}
func (*SwaggerEndpoints) Swagger ¶
func (this *SwaggerEndpoints) Swagger(config configuration.Config, router *httprouter.Router, repo Repo)
Click to show internal directories.
Click to hide internal directories.