Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
PreFillingCount = 1000000
)
Functions ¶
Types ¶
type Request ¶
type Request struct {
// contains filtered or unexported fields
}
Request describes various types of requests.
type RequestOperaion ¶
type RequestOperaion func(*Request)
RequestOperaion describes insert, select or update operation in request.
type RequestsGenerator ¶
type RequestsGenerator struct {
// contains filtered or unexported fields
}
RequestsGenerator data structure for abstraction of a renewable heap of identical requests.
type RequestsSequence ¶
type RequestsSequence struct {
// contains filtered or unexported fields
}
RequestsSequence data structure for abstraction for the constant issuance of new requests.
Click to show internal directories.
Click to hide internal directories.