Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶
type Client struct { Cancel context.CancelFunc Addr, Port string pb.WatcherServiceClient // contains filtered or unexported fields }
func (*Client) GetServerParams ¶
func (*Client) SendEvent ¶
func (c *Client) SendEvent(ctx context.Context, params watcher.EventParameters) ( pb.ResponseType, error)
SendEvent takes the event params from watcherStore and sends a pb.EventRequest to edgewatcher server
Click to show internal directories.
Click to hide internal directories.