package
Version:
v0.0.122
Opens a new window with list of versions in this module.
Published: Jan 6, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 22
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type CompleteRunRequest struct {
RunId string `json:"run_id,omitempty"`
}
type NewRunRequest struct {
ParentRunId string `json:"parent_run_id,omitempty"`
Attachment []*anypb.Any `json:"attachment,omitempty"`
ManualAttachment []*NewRunRequest_Attachment `json:"manual_attachment,omitempty"`
}
type NewRunRequest_Attachment struct {
TypeUrl string `json:"type_url,omitempty"`
Base64Value string `json:"base64_value,omitempty"`
}
type UploadSectionRunRequest struct {
RunId string `json:"run_id,omitempty"`
PayloadFormat string `json:"payload_format,omitempty"`
PayloadLength int `json:"payload_length,omitempty"`
Payload []byte `json:"payload,omitempty"`
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.