Documentation
¶
Overview ¶
Package opencode captures callback objects from the pinned OpenCode plugin contract without treating the serialized object as a native wire stream.
Code generated by hostcontractgen. DO NOT EDIT.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Capture ¶
type Capture struct {
Digest digest.Digest
Disposition model.CaptureDisposition
Delivery receipt.Delivery
}
func Parse ¶
func Parse(raw []byte, event registration.Event, observedVersion string, envelope model.OccurrenceEnvelopeRef) Capture
Parse captures the JSON serialization of the in-process callback object. The selected event determines the provider-specific identity paths.
Click to show internal directories.
Click to hide internal directories.