CloudEvents Go SDK

The official Go SDK for CloudEvents provides libraries for producing and consuming CloudEvents in Go applications. It supports all CloudEvents protocol bindings and content modes, and includes client implementations for HTTP, Kafka, and other transports.

API entry from apis.yml

apis.yml Raw ↑
aid: cloudevents:cloudevents-sdk-go
name: CloudEvents Go SDK
description: The official Go SDK for CloudEvents provides libraries for producing and consuming CloudEvents
  in Go applications. It supports all CloudEvents protocol bindings and content modes, and includes client
  implementations for HTTP, Kafka, and other transports.
humanURL: https://github.com/cloudevents/sdk-go
image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
properties:
- type: Documentation
  url: https://cloudevents.github.io/sdk-go/
- type: GitHubRepository
  url: https://github.com/cloudevents/sdk-go
tags:
- Client Library
- Go
- SDK