Documentation ¶
Overview ¶
Code generated by genservices. DO NOT EDIT.
Code generated by genservices. DO NOT EDIT.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterHandlers ¶
func RegisterHandlers(svc Service, r *mux.Router, regCtx *endpointutil.HandlerRegContext)
Types ¶
type BasicService ¶
type BasicService struct{}
func (BasicService) TrackEvent ¶
func (s BasicService) TrackEvent(rc *request.AuthorizedContext, req *Request) error
type Request ¶
func (Request) FillLogContext ¶
type Service ¶
type Service interface { //url:/v1/events/analytics method:POST TrackEvent(rc *request.AuthorizedContext, req *Request) error }
type TrackEventRequest ¶
type TrackEventRequest struct {
Req *Request
}
type TrackEventResponse ¶
type TrackEventResponse struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.