Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶ added in v0.10.0
type Config struct {
// ListenAddr is the address on which the event API will listen.
ListenAddr string `hcl:"listen_addr"`
// Memory is the configuration for the in-memory storage. Cannot be
// used together with storage_redis configuration.
Memory *storageMemory `hcl:"storage_memory,block,optional"`
// Redis is the configuration for the Redis storage. Cannot be used
// together with storage_memory configuration.
Redis *storageRedis `hcl:"storage_redis,block,optional"`
// HCL fields:
Range hcl.Range `hcl:",range"`
Content hcl.BodyContent `hcl:",content"`
// contains filtered or unexported fields
}
type DatastoreDependencies ¶
type Dependencies ¶
Click to show internal directories.
Click to hide internal directories.