Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Root = kit.NewRouter(httptransport.Group("/event"))
Functions ¶
This section is empty.
Types ¶
type HandleEvent ¶
type HandleEvent struct { httpx.MethodPost ProjectName string `in:"path" name:"projectName"` event.HandleEventReq `in:"body"` }
func (*HandleEvent) Path ¶
func (r *HandleEvent) Path() string
Click to show internal directories.
Click to hide internal directories.