[#1184] node: Add audit package

Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
This commit is contained in:
Dmitrii Stepanov 2024-06-18 12:38:39 +03:00
parent 7b8937ec35
commit ac1f014747
5 changed files with 208 additions and 1 deletions

7
internal/audit/consts.go Normal file
View file

@ -0,0 +1,7 @@
package audit
const (
InvalidValue = "invalid_value"
NotDefined = "not_defined"
Empty = "empty"
)