Documentation ¶
Index ¶
- Variables
- func UseDatastoreGet(app *events.App) pipeline.Pipeline
- func UseDatastorePut(app *events.App) pipeline.Pipeline
- func UseDatastoreScan(app *events.App) pipeline.Pipeline
- func UseEventConstruction(app *events.App) pipeline.Pipeline
- func UseGet(app *events.App) pipeline.Pipe
- func UseMsgBusPub(app *events.App) pipeline.Pipeline
- func UsePub(app *events.App) pipeline.Pipe
- func UseScan(app *events.App) pipeline.Pipe
- func UseSub(app *events.App, server protos.Events_SubServer) pipeline.Pipe
- func UseSubForward(server protos.Events_SubServer) pipeline.Pipeline
- type Domain
- type GetReq
- type GetRes
- type PubReq
- type PubRes
- type ScanReq
- type ScanRes
- type SubReq
- type SubRes
Constants ¶
This section is empty.
Variables ¶
View Source
var ( METRIC_EVENT_GET = "get" METRIC_EVENT_SCAN = "scan" METRIC_EVENT_PUB = "pub" METRIC_EVENT_SUB = "sub" METRIC_EVENT_SUB_FORWARD = "sub_forward" )
Functions ¶
func UseSubForward ¶
func UseSubForward(server protos.Events_SubServer) pipeline.Pipeline
Types ¶
type ScanRes ¶
type ScanRes struct {
Result *datastore.ScanResult
}
Click to show internal directories.
Click to hide internal directories.