Documentation
¶
Index ¶
- func Delete(fileId string) error
- func Get(fileId string) (*interface{}, error)
- func Insert(v interface{}, flag ...bool) (string, *data.Error)
- func Search(start, end int64, params nefts_config.Options) (*nefts_config.QueryResults, *nefts_config.Error)
- func Update(id string, params UpdateSpec) (uint64, *data.Error)
- type UpdateSpec
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Search ¶
func Search(start, end int64, params nefts_config.Options) (*nefts_config.QueryResults, *nefts_config.Error)
Types ¶
type UpdateSpec ¶
type UpdateSpec struct {
Remove interface{} `json:"remove"`
Upsert interface{} `json:"upsert"`
Append interface{} `json:"append"`
}
Click to show internal directories.
Click to hide internal directories.