docs/vendor/github.com/cloudevents/sdk-go/v2/client/doc.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