...

Source file src/edge-infra.dev/pkg/sds/interlock/internal/constants/constants.go

Documentation: edge-infra.dev/pkg/sds/interlock/internal/constants

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

View as plain text