harbor/src/vendor/github.com/cloudevents/sdk-go/v2/binding/format/doc.go

13 lines
252 B
Go

/*
Copyright 2021 The CloudEvents Authors
SPDX-License-Identifier: Apache-2.0
*/
/*
Package format formats structured events.
The "application/cloudevents+json" format is built-in and always
available. Other formats may be added.
*/
package format