Documentation
¶
Index ¶
Examples ¶
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 is a wrapper for the gRPC connection it allows to connect to a Falco gRPC server. It is created using the function NewForConfig(config *Config) .
Example (OutputSubscribe) ¶
A client that is created and then used to Subscribe to Falco output events
Output:
func NewForConfig ¶
NewForConfig is used to create a new Falco gRPC client.
Click to show internal directories.
Click to hide internal directories.