Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetKeyFilter ¶
func GetKeyFilter(regex *regexp.Regexp) client.KeyDiffFilter
func GetKeyTransform ¶
func GetKeyTransform(TrimKeyPath bool) client.KeyDiffTransform
Types ¶
type GrpcNotifClient ¶
type GrpcNotifClient struct {
Targets []GrpcNotifClientTarget
}
func ConnectToNotifEndpoints ¶
func ConnectToNotifEndpoints(notifications []config.ConfigGrpcNotifications) (*GrpcNotifClient, error)
func (*GrpcNotifClient) Close ¶
func (cli *GrpcNotifClient) Close() []error
type GrpcNotifClientTarget ¶
type GrpcNotifClientTarget struct {
KeyFilter client.KeyDiffFilter
KeyTransform client.KeyDiffTransform
MaxChunkSize uint64
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.