package
Version:
v0.0.0-...-8e6870d
Opens a new window with list of versions in this module.
Published: Oct 28, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Filter struct {
Filter FilterType `yaml:"filter"`
}
Encodes raw bytes into a Filter record
type FilterType struct {
Name string `yaml:"name"`
PubsubTopic string `yaml:"pubsub-topic,omitempty"`
Address string `yaml:"address,omitempty"`
Event string `yaml:"event,omitempty"`
Abi string `yaml:"abi,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.