Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
Root = kit.NewRouter(httptransport.Group("/event"), &middleware.EventReqRateLimit{})
)
Functions ¶
This section is empty.
Types ¶
type DataPushReq ¶ added in v1.4.0
type DataPushReqs ¶ added in v1.4.3
type DataPushReqs []DataPushReq
type DataPushRsp ¶ added in v1.4.0
type DataPushRsps ¶ added in v1.4.0
type DataPushRsps []*DataPushRsp
type HandleEvent ¶
type HandleEvent struct { httpx.MethodPost event.EventReq }
func (*HandleEvent) Path ¶
func (r *HandleEvent) Path() string
Click to show internal directories.
Click to hide internal directories.