|
/*
|
|
Copyright 2021 The CloudEvents Authors
|
|
SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
/*
|
|
Package spec provides spec-version metadata.
|
|
|
|
For use by code that maps events using (prefixed) attribute name strings.
|
|
Supports handling multiple spec versions uniformly.
|
|
*/
|
|
package spec
|