Updated todo

This commit is contained in:
Mike Farah 2020-11-19 22:12:34 +11:00
parent 9bd9468526
commit 8e1ce4ca70

View File

@ -17,15 +17,12 @@ type OperationType struct {
} }
// operators TODO: // operators TODO:
// -normal update operator
// - get path operator (like doc index) // - get path operator (like doc index)
// - get file index op (like doc index) // - get file index op (like doc index)
// - get file name op (like doc index) // - get file name op (like doc index)
// - write in place // - write in place
// - mergeAppend (merges and appends arrays) // - mergeAppend (merges and appends arrays)
// - mergeEmpty (sets only if the document is empty, do I do that now?) // - mergeEmpty (sets only if the document is empty, do I do that now?)
// - updateTag - not recursive
// - get tag (tag)
// - compare ?? // - compare ??
// - validate ?? // - validate ??
// - exists // - exists