diff options
author | Alex Auvolat <alex@adnab.me> | 2020-01-19 22:30:51 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2020-01-19 22:30:51 +0100 |
commit | 3b793c90a05e7e9b4ebd4ef998a80dc5ef7b5510 (patch) | |
tree | c3f27de5eacb6093f2d1af15dd0a264ace462860 /main.go | |
parent | c7534dd06b69fd8782cd561f1c24dee63f9834f9 (diff) | |
download | bottin-3b793c90a05e7e9b4ebd4ef998a80dc5ef7b5510.tar.gz bottin-3b793c90a05e7e9b4ebd4ef998a80dc5ef7b5510.zip |
Add TODO list
Diffstat (limited to 'main.go')
-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" |