authelia/internal/notification/const.go

10 lines
126 B
Go

package notification
const (
fileNotifierMode = 0600
)
const (
rfc5322DateTimeLayout = "Mon, 2 Jan 2006 15:04:05 -0700"
)