package
0.0.0-20210827224422-e5fa29d95e8b
Repository: https://github.com/attic-labs/noms.git
Documentation: pkg.go.dev

# Functions

FindCommonAncestor returns the most recent common ancestor of c1 and c2, if one exists, setting ok to true.
NewCommit creates a new commit object.
Pull objects that descend from sourceRef from srcDB to sinkDB.

# Constants

NomsVersionHeader is the name of the header that Noms clients and servers must set in every request/response.

# Variables

DatasetFullRe is a regexp that matches a only a target string that is entirely legal Dataset name.
DatasetRe is a regexp that matches a legal Dataset name anywhere within the target string.
HandleBaseGet is meant to handle HTTP GET requests to the / server endpoint.
HandleGetBlob is a custom endpoint whose sole purpose is to directly fetch the *bytes* contained in a Blob value.
HandleGetRefs is meant to handle HTTP POST requests to the getRefs/ server endpoint.
HandleWriteValue is meant to handle HTTP POST requests to the hasRefs/ server endpoint.
HandleRootGet is meant to handle HTTP GET requests to the root/ server endpoint.
HandleWriteValue is meant to handle HTTP POST requests to the root/ server endpoint.
HandleWriteValue is meant to handle HTTP POST requests to the writeValue/ server endpoint.

# Structs

CommitOptions is used to pass options into Commit.
Dataset is a named Commit within a Database.

# Interfaces

Database provides versioned storage for noms values.

# Type aliases