Documentation ¶
Index ¶
- func NewGraphHandler(ctx context.Context) service.WebHandler
- type GraphHandler
- func (h *GraphHandler) Filter() func(string) string
- func (h *GraphHandler) Recommend(req *restful.Request, rsp *restful.Response) error
- func (h *GraphHandler) Relation(req *restful.Request, rsp *restful.Response) error
- func (h *GraphHandler) SwaggerTags() []string
- func (h *GraphHandler) UserState(req *restful.Request, rsp *restful.Response) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewGraphHandler ¶
func NewGraphHandler(ctx context.Context) service.WebHandler
Types ¶
type GraphHandler ¶
type GraphHandler struct {
// contains filtered or unexported fields
}
func (*GraphHandler) Filter ¶
func (h *GraphHandler) Filter() func(string) string
Filter returns a function to filter the swagger path
func (*GraphHandler) Recommend ¶
Recommend computes recommendations for home page by loading activities, bookmarks, and finally workspaces
func (*GraphHandler) SwaggerTags ¶
func (h *GraphHandler) 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.