Documentation ¶
Index ¶
- func ScheduleJob(txw *WriteTxWrapper) func(name string, params interface{}) error
- type DB
- type WriteTxWrapper
- func (wtw *WriteTxWrapper) CreateMap(path dbpath.Path) error
- func (wtw *WriteTxWrapper) Delete(path dbpath.Path) error
- func (wtw *WriteTxWrapper) Exists(path []string) (bool, error)
- func (wtw *WriteTxWrapper) Get(path []string) (string, error)
- func (wtw *WriteTxWrapper) ID() (uint64, error)
- func (wtw *WriteTxWrapper) IsMap(path []string) (bool, error)
- func (wtw *WriteTxWrapper) Iterator(path []string) (*iteratorWrapper, error)
- func (wtw *WriteTxWrapper) IteratorFor(path []string, seek string, limit int) (*goja.Object, error)
- func (wtw *WriteTxWrapper) Put(path dbpath.Path, value string) error
- func (wtw *WriteTxWrapper) ReverseIteratorFor(path []string, seek string, limit int) (*goja.Object, error)
- func (wtw *WriteTxWrapper) Size(path []string) (uint64, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ScheduleJob ¶
func ScheduleJob(txw *WriteTxWrapper) func(name string, params interface{}) error
Types ¶
type DB ¶
type DB struct {
// contains filtered or unexported fields
}
type WriteTxWrapper ¶
func (*WriteTxWrapper) ID ¶
func (wtw *WriteTxWrapper) ID() (uint64, error)
func (*WriteTxWrapper) Iterator ¶
func (wtw *WriteTxWrapper) Iterator(path []string) (*iteratorWrapper, error)
func (*WriteTxWrapper) IteratorFor ¶
func (*WriteTxWrapper) ReverseIteratorFor ¶ added in v0.4.4
Click to show internal directories.
Click to hide internal directories.