runs

package
v0.0.83 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 11, 2022 License: Apache-2.0 Imports: 22 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func MakeUrl

func MakeUrl(path string) (string, error)

func NewRunsCmd

func NewRunsCmd() *cobra.Command

Types

type CompleteRunRequest

type CompleteRunRequest struct {
	OpaqueUserAuth []byte `json:"opaque_user_auth,omitempty"`
	RunId          string `json:"run_id,omitempty"`
}

type NewRunRequest

type NewRunRequest struct {
	OpaqueUserAuth   []byte                      `json:"opaque_user_auth,omitempty"`
	ParentRunId      string                      `json:"parent_run_id,omitempty"`
	Attachment       []*anypb.Any                `json:"attachment,omitempty"`
	ManualAttachment []*NewRunRequest_Attachment `json:"manual_attachment,omitempty"`
}

type NewRunRequest_Attachment

type NewRunRequest_Attachment struct {
	TypeUrl     string `json:"type_url,omitempty"`
	Base64Value string `json:"base64_value,omitempty"`
}

type UploadSectionRunRequest

type UploadSectionRunRequest struct {
	OpaqueUserAuth []byte `json:"opaque_user_auth,omitempty"`
	RunId          string `json:"run_id,omitempty"`
	PayloadFormat  string `json:"payload_format,omitempty"`
	PayloadLength  int    `json:"payload_length,omitempty"`
	Payload        []byte `json:"payload,omitempty"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL