Files
ai-agent/internal/pkg/constants/constants.go
T

7 lines
100 B
Go
Raw Normal View History

2026-04-09 10:01:23 +08:00
package constants
const (
SystemAuditUserID int64 = 0
SystemAuditUserName string = "system"
)