We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9fdad9 commit b001f76Copy full SHA for b001f76
coderd/audit/filter.go
@@ -6,6 +6,8 @@ import (
6
"github.com/coder/coder/coderd/database"
7
)
8
9
+// FilterDecision is a bitwise flag describing the actions a given filter allows
10
+// for a given audit log.
11
type FilterDecision uint8
12
13
const (
0 commit comments