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