Documentation
¶
Index ¶
- func NewDelete(conf *xcommon.Conf, workers []xworker.Worker) xworker.Handler
- func NewInsert(conf *xcommon.Conf, workers []xworker.Worker) xworker.Handler
- func NewQuery(conf *xcommon.Conf, workers []xworker.Worker) xworker.Handler
- func NewUpdate(conf *xcommon.Conf, workers []xworker.Worker) xworker.Handler
- type Delete
- type Insert
- type Query
- type Range
- type Table
- type Update
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Delete ¶
type Delete struct {
// contains filtered or unexported fields
}
Delete tuple.
type Insert ¶
type Insert struct {
// contains filtered or unexported fields
}
Insert tuple.
type Query ¶
type Query struct {
// contains filtered or unexported fields
}
Query tuple.
type Range ¶
type Range struct {
// contains filtered or unexported fields
}
Range tuple.
Click to show internal directories.
Click to hide internal directories.