Documentation ¶
Index ¶
- type ActivityHandler
- func (a *ActivityHandler) Filter() func(string) string
- func (a *ActivityHandler) SearchSubscriptions(req *restful.Request, rsp *restful.Response) error
- func (a *ActivityHandler) Stream(req *restful.Request, rsp *restful.Response) error
- func (a *ActivityHandler) Subscribe(req *restful.Request, rsp *restful.Response) error
- func (a *ActivityHandler) SwaggerTags() []string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActivityHandler ¶
type ActivityHandler struct { RuntimeCtx context.Context // contains filtered or unexported fields }
ActivityHandler responds to activity REST requests
func NewActivityHandler ¶
func NewActivityHandler(ctx context.Context) *ActivityHandler
func (*ActivityHandler) Filter ¶
func (a *ActivityHandler) Filter() func(string) string
Filter returns a function to filter the swagger path
func (*ActivityHandler) SearchSubscriptions ¶
SearchSubscriptions loads existing subscription for a given object
func (*ActivityHandler) SwaggerTags ¶
func (a *ActivityHandler) SwaggerTags() []string
SwaggerTags list the names of the service tags declared in the swagger json implemented by this service
Click to show internal directories.
Click to hide internal directories.