Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { Cfg *ClientConfig // contains filtered or unexported fields }
Client that listens for events from the Azure Functions host and executes Golang methods
func (*Client) Connect ¶
func (client *Client) Connect(opts ...grpc.DialOption) (err error)
Connect tries to establish a grpc connection with the server
func (*Client) Disconnect ¶
Disconnect closes the connection to the server
func (*Client) StartEventStream ¶
func (client *Client) StartEventStream(ctx context.Context, opts ...grpc.CallOption)
StartEventStream starts listening for messages from the Azure Functions Host
Click to show internal directories.
Click to hide internal directories.