feat: Include and exclude databases
- Add filters to include and exclude strings - Use filters to include and exclude sessions (user and databases supported) - Add tests to filters and terminator Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
parent
29dbbc5bef
commit
8709ee542b
9 changed files with 553 additions and 53 deletions
4
Makefile
4
Makefile
|
@ -15,5 +15,9 @@ release:
|
|||
go build -ldflags "${LDFLAGS}" -o bin/${BINARY} cmd/${BINARY}/main.go
|
||||
(cd bin && tar czf ${BINARY}-${APPVERSION}-${GOOS}-${GOARCH}.tar.gz ${BINARY})
|
||||
|
||||
test:
|
||||
go test base/*
|
||||
go test terminator/*
|
||||
|
||||
clean:
|
||||
rm -rf bin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue