Documentation
¶
Overview ¶
Package constants collects common constants used in Noms, such as the Noms data format version.
Index ¶
Constants ¶
View Source
const Format718String = "7.18"
View Source
const FormatDolt1String = "__DOLT_1__"
View Source
const FormatDoltDevString = "__DOLT_DEV__"
A temporary format used for developing flatbuffers serialization of top-of-DAG entities like StoreRoot, {Tag,WorkingSet,Commit}Head, etc. Semantics are: __LD_1__ for everything that hasn't been migrated, and what will become top-of-DAG in __DOLT_1__ for everything else.
Things that will migrate are all structs leading up to table data and index data maps.
View Source
const FormatLD1String = "__LD_1__"
View Source
const NomsVersion = "7.18"
Variables ¶
View Source
var FormatDefaultString = FormatLD1String
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.