()
| 590 | } |
| 591 | |
| 592 | func (c *Client) Close() error { |
| 593 | return c.conn.Close() |
| 594 | } |
| 595 | |
| 596 | func (c *Client) UpdateNotificationConfig(ctx context.Context, subscriptions []types.SubscriptionConfig, dispatchers []types.DispatcherConfig) error { |
| 597 | pbSubs := make([]*pb.NotificationSubscription, len(subscriptions)) |
no outgoing calls