Documentation ¶
Overview ¶
Package rest exposes a REST API to aggregate data from various services.
This package is the result of the migration from php of the full backend code base and might elvove in a near future. It is mainly used to provide info about a given user to another authenticated user.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
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) Relation ¶
func (h *GraphHandler) Relation(req *restful.Request, rsp *restful.Response)
Compute workspaces shared in common, and teams belonging.
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
func (*GraphHandler) UserState ¶
func (h *GraphHandler) UserState(req *restful.Request, rsp *restful.Response)
Alias for requests without roleID
Click to show internal directories.
Click to hide internal directories.