github.com/Venafi/vcert/v5@v5.10.2/pkg/util/constants.go (about)

     1  package util
     2  
     3  const (
     4  	PathSeparator           = "\\"
     5  	ApplicationServerTypeID = "784938d1-ef0d-11eb-9461-7bb533ba575b"
     6  	// DefaultUserAgent is the default value of the UserAgent header in HTTP
     7  	// requests to Venafi API endpoints.
     8  	DefaultUserAgent = "vcert/v5"
     9  	ENV_DUMMY_PASS   = "DUMMY_PASS"
    10  )