mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-21 18:19:36 -06:00
Move comment so documentation generates correctly.
This commit is contained in:
@@ -79,10 +79,10 @@ type Database interface {
|
||||
// If the update cannot be performed because the existing dataset head
|
||||
// is not a common ancestor of the constructed commit struct, returns
|
||||
// an 'ErrMergeNeeded' error.
|
||||
//
|
||||
// WriteCommit has the same behavior as Commit but accepts an already-constructed Commit
|
||||
// instead of construction one from a Value and CommitOptions
|
||||
Commit(ctx context.Context, ds Dataset, v types.Value, opts CommitOptions) (Dataset, error)
|
||||
|
||||
// WriteCommit has the same behavior as Commit but accepts an already-constructed Commit
|
||||
// instead of constructing one from a Value and CommitOptions
|
||||
WriteCommit(ctx context.Context, ds Dataset, commit *Commit) (Dataset, error)
|
||||
|
||||
// Tag stores an immutable reference to a Commit. It takes a Hash to
|
||||
|
||||
Reference in New Issue
Block a user