Skip to content

Commit b001f76

Browse files
committed
document FilterDecision
1 parent d9fdad9 commit b001f76

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

coderd/audit/filter.go

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ import (
66
"github.com/coder/coder/coderd/database"
77
)
88

9+
// FilterDecision is a bitwise flag describing the actions a given filter allows
10+
// for a given audit log.
911
type FilterDecision uint8
1012

1113
const (

0 commit comments

Comments
 (0)