diff options
-rw-r--r-- | main.go | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ package main +// @FIXME: Implement a real permission system: limit read/write scope/attributes, possibly based on group membership +// @FIXME: Implement missing search filters (in applyFilter) +// @FIXME: Add an initial prefix to the consul key value + import ( "encoding/base64" "encoding/json" |