mirror of https://github.com/knative/docs.git
7 lines
322 B
Go
7 lines
322 B
Go
/*
|
|
Package client holds the recommended entry points for interacting with the CloudEvents Golang SDK. The client wraps
|
|
a selected transport. The client adds validation and defaulting for sending events, and flexible receiver method
|
|
registration. For full details, read the `client.Client` documentation.
|
|
*/
|
|
package client
|