1 package constants 2 3 const ( 4 AuditKey = "iaudit" 5 LANOutageModeFlagFileName = ".lan_outage_mode" 6 ZynstraConfigDir = "/zynstra/config" 7 ) 8
View as plain text