MCPcopy Create free account
hub / github.com/pydio/cells / Filter

Method Filter

idm/graph/rest/handler.go:68–70  ·  view source on GitHub ↗

Filter returns a function to filter the swagger path

()

Source from the content-addressed store, hash-verified

66
67// Filter returns a function to filter the swagger path
68func (h *GraphHandler) Filter() func(string) string {
69 return nil
70}
71
72// UserState is an alias for requests without roleID
73func (h *GraphHandler) UserState(req *restful.Request, rsp *restful.Response) error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected