package
Version:
v1.0.10
Opens a new window with list of versions in this module.
Published: Jun 30, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
var (
ErrEmptyConfig = errors.New("err empty config")
ErrEmptyAddresses = errors.New("err empty addresses")
ErrEmptyErrFunc = errors.New("err empty err func")
ErrEmptyGroupName = errors.New("err empty group name")
ErrGroupAlreadyClosed = errors.New("err group already closed")
)
type Config struct {
Addresses []string
SkipUnmarshalErrors map[Topic]struct{}
}
type ErrFunc func(err error)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.