Documentation
¶
Overview ¶
SPDX-FileCopyrightText: 2024 Paulo Almeida <almeidapaulopt@gmail.com> SPDX-License-Identifier: MIT
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client struct implements TargetProvider
func New ¶
func New(log zerolog.Logger, name string, provider *config.FilesTargetProviderConfig) (*Client, error)
New function returns a new Files TargetProvider
func (*Client) DeleteProxy ¶
func (*Client) GetDefaultProxyProviderName ¶
func (*Client) WatchEvents ¶
func (c *Client) WatchEvents(_ context.Context, eventsChan chan targetproviders.TargetEvent, errChan chan error)
Click to show internal directories.
Click to hide internal directories.