MCPcopy
hub / github.com/amir20/dozzle / Close

Method Close

internal/agent/client.go:592–594  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 15

connectMethod · 0.95
RetryAndListMethod · 0.95
FetchFunction · 0.45
pullImagesMethod · 0.45
readAllAndCloseFunction · 0.45
WriteCloudConfigFunction · 0.45
LoadMethod · 0.45
SaveNotificationsMethod · 0.45
SaveCloudMethod · 0.45
WriteConfigMethod · 0.45

Implementers 2

K8sClientinternal/k8s/client.go
DockerClientinternal/docker/client.go

Calls

no outgoing calls