package
Version:
v0.0.8
Opens a new window with list of versions in this module.
Published: Nov 19, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type ResponseMsg struct {
TriggerID uuid.UUID `json:"trigger_id"`
Workflow string `json:"workflow"`
Error string `json:"error,omitempty"`
Output json.RawMessage `json:"output"`
}
type TriggerMsg struct {
TriggerID uuid.UUID `json:"trigger_id"`
Request *oapi.Request `json:"request"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.