nosql

package
v0.0.0-...-acfd9b1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 1, 2023 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TieDot

type TieDot struct {
	// contains filtered or unexported fields
}

func NewTieDot

func NewTieDot(collectionName string, dataIndexKey string) (*TieDot, error)

func (*TieDot) Delete

func (t *TieDot) Delete(docId int, collectionName string) error

func (*TieDot) Get

func (t *TieDot) Get(queryRequest interface{}, collectionName string) (docId int, readBack map[string]interface{}, err error)

func (*TieDot) Insert

func (t *TieDot) Insert(data map[string]interface{}, collectionName string) error

func (*TieDot) QueryGen

func (t *TieDot) QueryGen(queryValue string, queryRule string, queryWhere string) (interface{}, error)

func (*TieDot) Update

func (t *TieDot) Update(docId int, updateData map[string]interface{}, collectionName string) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL