forked from Deuxfleurs/bottin
Add TODO list
This commit is contained in:
parent
c7534dd06b
commit
3b793c90a0
1 changed files with 4 additions and 0 deletions
4
main.go
4
main.go
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue