package
Version:
v4.1.18
Opens a new window with list of versions in this module.
Published: Aug 7, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 17
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
NewTrigger returns a new on-disk aggregate trigger based on the configuration.
type Config struct {
Destinations []string `json:"destinations"`
Filter string `json:"filter"`
}
Config is the configuration for OnDiskAggTrigger you can define in
marketstore's config file under triggers extension.
type OnDiskAggTrigger struct {
}
OnDiskAggTrigger is the main trigger.
Fire implements trigger interface.
Source Files
¶
Directories
¶
Package functions nolint: dupl // interface/generics can make the code slower
|
Package functions nolint: dupl // interface/generics can make the code slower |
Click to show internal directories.
Click to hide internal directories.