github.com/franc20/ayesa_sap@v7.0.0-beta.28.0.20200124003224-302d4d52fa6c+incompatible/integration/helpers/constants.go (about) 1 package helpers 2 3 const ( 4 GUIDRegex = `[\da-f]{8}-[\da-f]{4}-[\da-f]{4}-[\da-f]{4}-[\da-f]{12}` 5 ISO8601Regex = `\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}.\d{1,3}[+-]\d{4}` 6 StaticfileBuildpackStartCommand = `\$HOME/boot.sh|sh boot.sh` 7 ModernStaticfileBuildpackStartCommand = `$HOME/boot.sh` 8 ModernStaticfileBuildpackStartCommandRegex = `\$HOME/boot\.sh` 9 UserFriendlyDateRegex = `[A-Z][a-z]{2} \d{2} [A-Z][a-z]{2} \d{2}:\d{2}:\d{2} [A-Z]+ \d{4}` 10 )