summaryrefslogtreecommitdiffstats
path: root/lib/xdsserver/apiv1-events.go
diff options
context:
space:
mode:
Diffstat (limited to 'lib/xdsserver/apiv1-events.go')
-rw-r--r--lib/xdsserver/apiv1-events.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/xdsserver/apiv1-events.go b/lib/xdsserver/apiv1-events.go
index 0942753..eedd747 100644
--- a/lib/xdsserver/apiv1-events.go
+++ b/lib/xdsserver/apiv1-events.go
@@ -39,6 +39,8 @@ func (s *APIService) eventsRegister(c *gin.Context) {
return
}
+ // TODO: add args.Filter support
+
sess := s.sessions.Get(c)
if sess == nil {
common.APIError(c, "Unknown sessions")