Documentation ¶
Overview ¶
Package constants collects common constants used in Noms, such as the Noms data format version.
Index ¶
Constants ¶
View Source
const ( RootPath = "/root/" GetRefsPath = "/getRefs/" GetBlobPath = "/getBlob/" HasRefsPath = "/hasRefs/" WriteValuePath = "/writeValue/" BasePath = "/" GraphQLPath = "/graphql/" )
View Source
const NOMS_VERSION_NEXT_ENV_NAME = "NOMS_VERSION_NEXT"
View Source
const NOMS_VERSION_NEXT_ENV_VALUE = "1"
View Source
const NomsVersion = "7.4"
TODO: generate this from some central thing with go generate.
Variables ¶
View Source
var NomsGitSHA = "<developer build>"
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.