Discover Packages
github.com/complytime/complyctl
cmd
ampel-plugin
intoto
package
Version:
v0.2.0
Opens a new window with list of versions in this module.
Published: Mar 25, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
UnwrapDSSE checks if raw JSON is a DSSE envelope and, if so, decodes and
returns the inner payload. If the data is not a DSSE envelope, it is
returned unchanged.
type Envelope struct {
PayloadType string `json:"payloadType"`
Payload string `json:"payload"`
}
Envelope represents a DSSE signed envelope.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.