rpcv1

package
v0.0.0-...-4b705a6 Latest Latest
Warning

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

Go to latest
Published: Sep 12, 2023 License: MIT Imports: 9 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLength        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflow          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroup = fmt.Errorf("proto: unexpected end of group")
)
View Source
var File_wasi_v1_wasi_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type BinaryNameRequest

type BinaryNameRequest struct {
	ModuleReference *v1.ModuleReference `protobuf:"bytes,1,opt,name=module_reference,json=moduleReference,proto3" json:"module_reference,omitempty"`
	Spec            *v1.ModuleSpec      `protobuf:"bytes,2,opt,name=spec,proto3" json:"spec,omitempty"`
	// contains filtered or unexported fields
}

func (*BinaryNameRequest) Descriptor deprecated

func (*BinaryNameRequest) Descriptor() ([]byte, []int)

Deprecated: Use BinaryNameRequest.ProtoReflect.Descriptor instead.

func (*BinaryNameRequest) GetModuleReference

func (x *BinaryNameRequest) GetModuleReference() *v1.ModuleReference

func (*BinaryNameRequest) GetSpec

func (x *BinaryNameRequest) GetSpec() *v1.ModuleSpec

func (*BinaryNameRequest) MarshalToSizedBufferVT

func (m *BinaryNameRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*BinaryNameRequest) MarshalToVT

func (m *BinaryNameRequest) MarshalToVT(dAtA []byte) (int, error)

func (*BinaryNameRequest) MarshalVT

func (m *BinaryNameRequest) MarshalVT() (dAtA []byte, err error)

func (*BinaryNameRequest) ProtoMessage

func (*BinaryNameRequest) ProtoMessage()

func (*BinaryNameRequest) ProtoReflect

func (x *BinaryNameRequest) ProtoReflect() protoreflect.Message

func (*BinaryNameRequest) Reset

func (x *BinaryNameRequest) Reset()

func (*BinaryNameRequest) SizeVT

func (m *BinaryNameRequest) SizeVT() (n int)

func (*BinaryNameRequest) String

func (x *BinaryNameRequest) String() string

func (*BinaryNameRequest) UnmarshalVT

func (m *BinaryNameRequest) UnmarshalVT(dAtA []byte) error

type BinaryNameResponse

type BinaryNameResponse struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*BinaryNameResponse) Descriptor deprecated

func (*BinaryNameResponse) Descriptor() ([]byte, []int)

Deprecated: Use BinaryNameResponse.ProtoReflect.Descriptor instead.

func (*BinaryNameResponse) GetName

func (x *BinaryNameResponse) GetName() string

func (*BinaryNameResponse) MarshalToSizedBufferVT

func (m *BinaryNameResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*BinaryNameResponse) MarshalToVT

func (m *BinaryNameResponse) MarshalToVT(dAtA []byte) (int, error)

func (*BinaryNameResponse) MarshalVT

func (m *BinaryNameResponse) MarshalVT() (dAtA []byte, err error)

func (*BinaryNameResponse) ProtoMessage

func (*BinaryNameResponse) ProtoMessage()

func (*BinaryNameResponse) ProtoReflect

func (x *BinaryNameResponse) ProtoReflect() protoreflect.Message

func (*BinaryNameResponse) Reset

func (x *BinaryNameResponse) Reset()

func (*BinaryNameResponse) SizeVT

func (m *BinaryNameResponse) SizeVT() (n int)

func (*BinaryNameResponse) String

func (x *BinaryNameResponse) String() string

func (*BinaryNameResponse) UnmarshalVT

func (m *BinaryNameResponse) UnmarshalVT(dAtA []byte) error

type HelpRequest

type HelpRequest struct {
	ModuleReference *v1.ModuleReference `protobuf:"bytes,1,opt,name=module_reference,json=moduleReference,proto3" json:"module_reference,omitempty"`
	// contains filtered or unexported fields
}

func (*HelpRequest) Descriptor deprecated

func (*HelpRequest) Descriptor() ([]byte, []int)

Deprecated: Use HelpRequest.ProtoReflect.Descriptor instead.

func (*HelpRequest) GetModuleReference

func (x *HelpRequest) GetModuleReference() *v1.ModuleReference

func (*HelpRequest) MarshalToSizedBufferVT

func (m *HelpRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*HelpRequest) MarshalToVT

func (m *HelpRequest) MarshalToVT(dAtA []byte) (int, error)

func (*HelpRequest) MarshalVT

func (m *HelpRequest) MarshalVT() (dAtA []byte, err error)

func (*HelpRequest) ProtoMessage

func (*HelpRequest) ProtoMessage()

func (*HelpRequest) ProtoReflect

func (x *HelpRequest) ProtoReflect() protoreflect.Message

func (*HelpRequest) Reset

func (x *HelpRequest) Reset()

func (*HelpRequest) SizeVT

func (m *HelpRequest) SizeVT() (n int)

func (*HelpRequest) String

func (x *HelpRequest) String() string

func (*HelpRequest) UnmarshalVT

func (m *HelpRequest) UnmarshalVT(dAtA []byte) error

type HelpResponse

type HelpResponse struct {
	Name        string         `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Description string         `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	Examples    []*TaskExample `protobuf:"bytes,3,rep,name=examples,proto3" json:"examples,omitempty"`
	// contains filtered or unexported fields
}

func (*HelpResponse) Descriptor deprecated

func (*HelpResponse) Descriptor() ([]byte, []int)

Deprecated: Use HelpResponse.ProtoReflect.Descriptor instead.

func (*HelpResponse) GetDescription

func (x *HelpResponse) GetDescription() string

func (*HelpResponse) GetExamples

func (x *HelpResponse) GetExamples() []*TaskExample

func (*HelpResponse) GetName

func (x *HelpResponse) GetName() string

func (*HelpResponse) MarshalToSizedBufferVT

func (m *HelpResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*HelpResponse) MarshalToVT

func (m *HelpResponse) MarshalToVT(dAtA []byte) (int, error)

func (*HelpResponse) MarshalVT

func (m *HelpResponse) MarshalVT() (dAtA []byte, err error)

func (*HelpResponse) ProtoMessage

func (*HelpResponse) ProtoMessage()

func (*HelpResponse) ProtoReflect

func (x *HelpResponse) ProtoReflect() protoreflect.Message

func (*HelpResponse) Reset

func (x *HelpResponse) Reset()

func (*HelpResponse) SizeVT

func (m *HelpResponse) SizeVT() (n int)

func (*HelpResponse) String

func (x *HelpResponse) String() string

func (*HelpResponse) UnmarshalVT

func (m *HelpResponse) UnmarshalVT(dAtA []byte) error

type LookupPathRequest

type LookupPathRequest struct {
	Command string `protobuf:"bytes,1,opt,name=command,proto3" json:"command,omitempty"`
	// contains filtered or unexported fields
}

func (*LookupPathRequest) Descriptor deprecated

func (*LookupPathRequest) Descriptor() ([]byte, []int)

Deprecated: Use LookupPathRequest.ProtoReflect.Descriptor instead.

func (*LookupPathRequest) GetCommand

func (x *LookupPathRequest) GetCommand() string

func (*LookupPathRequest) MarshalToSizedBufferVT

func (m *LookupPathRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*LookupPathRequest) MarshalToVT

func (m *LookupPathRequest) MarshalToVT(dAtA []byte) (int, error)

func (*LookupPathRequest) MarshalVT

func (m *LookupPathRequest) MarshalVT() (dAtA []byte, err error)

func (*LookupPathRequest) ProtoMessage

func (*LookupPathRequest) ProtoMessage()

func (*LookupPathRequest) ProtoReflect

func (x *LookupPathRequest) ProtoReflect() protoreflect.Message

func (*LookupPathRequest) Reset

func (x *LookupPathRequest) Reset()

func (*LookupPathRequest) SizeVT

func (m *LookupPathRequest) SizeVT() (n int)

func (*LookupPathRequest) String

func (x *LookupPathRequest) String() string

func (*LookupPathRequest) UnmarshalVT

func (m *LookupPathRequest) UnmarshalVT(dAtA []byte) error

type LookupPathResponse

type LookupPathResponse struct {
	Path  string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*LookupPathResponse) Descriptor deprecated

func (*LookupPathResponse) Descriptor() ([]byte, []int)

Deprecated: Use LookupPathResponse.ProtoReflect.Descriptor instead.

func (*LookupPathResponse) GetError

func (x *LookupPathResponse) GetError() string

func (*LookupPathResponse) GetPath

func (x *LookupPathResponse) GetPath() string

func (*LookupPathResponse) MarshalToSizedBufferVT

func (m *LookupPathResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*LookupPathResponse) MarshalToVT

func (m *LookupPathResponse) MarshalToVT(dAtA []byte) (int, error)

func (*LookupPathResponse) MarshalVT

func (m *LookupPathResponse) MarshalVT() (dAtA []byte, err error)

func (*LookupPathResponse) ProtoMessage

func (*LookupPathResponse) ProtoMessage()

func (*LookupPathResponse) ProtoReflect

func (x *LookupPathResponse) ProtoReflect() protoreflect.Message

func (*LookupPathResponse) Reset

func (x *LookupPathResponse) Reset()

func (*LookupPathResponse) SizeVT

func (m *LookupPathResponse) SizeVT() (n int)

func (*LookupPathResponse) String

func (x *LookupPathResponse) String() string

func (*LookupPathResponse) UnmarshalVT

func (m *LookupPathResponse) UnmarshalVT(dAtA []byte) error

type PluginInventoryRequest

type PluginInventoryRequest struct {
	// contains filtered or unexported fields
}

func (*PluginInventoryRequest) Descriptor deprecated

func (*PluginInventoryRequest) Descriptor() ([]byte, []int)

Deprecated: Use PluginInventoryRequest.ProtoReflect.Descriptor instead.

func (*PluginInventoryRequest) MarshalToSizedBufferVT

func (m *PluginInventoryRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PluginInventoryRequest) MarshalToVT

func (m *PluginInventoryRequest) MarshalToVT(dAtA []byte) (int, error)

func (*PluginInventoryRequest) MarshalVT

func (m *PluginInventoryRequest) MarshalVT() (dAtA []byte, err error)

func (*PluginInventoryRequest) ProtoMessage

func (*PluginInventoryRequest) ProtoMessage()

func (*PluginInventoryRequest) ProtoReflect

func (x *PluginInventoryRequest) ProtoReflect() protoreflect.Message

func (*PluginInventoryRequest) Reset

func (x *PluginInventoryRequest) Reset()

func (*PluginInventoryRequest) SizeVT

func (m *PluginInventoryRequest) SizeVT() (n int)

func (*PluginInventoryRequest) String

func (x *PluginInventoryRequest) String() string

func (*PluginInventoryRequest) UnmarshalVT

func (m *PluginInventoryRequest) UnmarshalVT(dAtA []byte) error

type PluginInventoryResponse

type PluginInventoryResponse struct {
	Specs []*PluginInventoryResponse_InventorySpec `protobuf:"bytes,1,rep,name=specs,proto3" json:"specs,omitempty"`
	// contains filtered or unexported fields
}

func (*PluginInventoryResponse) Descriptor deprecated

func (*PluginInventoryResponse) Descriptor() ([]byte, []int)

Deprecated: Use PluginInventoryResponse.ProtoReflect.Descriptor instead.

func (*PluginInventoryResponse) GetSpecs

func (*PluginInventoryResponse) MarshalToSizedBufferVT

func (m *PluginInventoryResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PluginInventoryResponse) MarshalToVT

func (m *PluginInventoryResponse) MarshalToVT(dAtA []byte) (int, error)

func (*PluginInventoryResponse) MarshalVT

func (m *PluginInventoryResponse) MarshalVT() (dAtA []byte, err error)

func (*PluginInventoryResponse) ProtoMessage

func (*PluginInventoryResponse) ProtoMessage()

func (*PluginInventoryResponse) ProtoReflect

func (x *PluginInventoryResponse) ProtoReflect() protoreflect.Message

func (*PluginInventoryResponse) Reset

func (x *PluginInventoryResponse) Reset()

func (*PluginInventoryResponse) SizeVT

func (m *PluginInventoryResponse) SizeVT() (n int)

func (*PluginInventoryResponse) String

func (x *PluginInventoryResponse) String() string

func (*PluginInventoryResponse) UnmarshalVT

func (m *PluginInventoryResponse) UnmarshalVT(dAtA []byte) error

type PluginInventoryResponse_InventorySpec

type PluginInventoryResponse_InventorySpec struct {
	ModuleRef *v1.ModuleReference `protobuf:"bytes,1,opt,name=module_ref,json=moduleRef,proto3" json:"module_ref,omitempty"`
	EmptySpec []byte              `protobuf:"bytes,2,opt,name=empty_spec,json=emptySpec,proto3" json:"empty_spec,omitempty"`
	// contains filtered or unexported fields
}

func (*PluginInventoryResponse_InventorySpec) Descriptor deprecated

func (*PluginInventoryResponse_InventorySpec) Descriptor() ([]byte, []int)

Deprecated: Use PluginInventoryResponse_InventorySpec.ProtoReflect.Descriptor instead.

func (*PluginInventoryResponse_InventorySpec) GetEmptySpec

func (x *PluginInventoryResponse_InventorySpec) GetEmptySpec() []byte

func (*PluginInventoryResponse_InventorySpec) GetModuleRef

func (*PluginInventoryResponse_InventorySpec) MarshalToSizedBufferVT

func (m *PluginInventoryResponse_InventorySpec) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PluginInventoryResponse_InventorySpec) MarshalToVT

func (m *PluginInventoryResponse_InventorySpec) MarshalToVT(dAtA []byte) (int, error)

func (*PluginInventoryResponse_InventorySpec) MarshalVT

func (m *PluginInventoryResponse_InventorySpec) MarshalVT() (dAtA []byte, err error)

func (*PluginInventoryResponse_InventorySpec) ProtoMessage

func (*PluginInventoryResponse_InventorySpec) ProtoMessage()

func (*PluginInventoryResponse_InventorySpec) ProtoReflect

func (*PluginInventoryResponse_InventorySpec) Reset

func (*PluginInventoryResponse_InventorySpec) SizeVT

func (*PluginInventoryResponse_InventorySpec) String

func (*PluginInventoryResponse_InventorySpec) UnmarshalVT

func (m *PluginInventoryResponse_InventorySpec) UnmarshalVT(dAtA []byte) error

type ProcessStartRequest

type ProcessStartRequest struct {
	Command          string            `protobuf:"bytes,1,opt,name=command,proto3" json:"command,omitempty"`
	Args             []string          `protobuf:"bytes,2,rep,name=args,proto3" json:"args,omitempty"`
	WorkingDirectory string            `protobuf:"bytes,3,opt,name=working_directory,json=workingDirectory,proto3" json:"working_directory,omitempty"`
	Environment      map[string]string `` /* 163-byte string literal not displayed */
	Stdin            []byte            `protobuf:"bytes,5,opt,name=stdin,proto3" json:"stdin,omitempty"`
	// contains filtered or unexported fields
}

func (*ProcessStartRequest) Descriptor deprecated

func (*ProcessStartRequest) Descriptor() ([]byte, []int)

Deprecated: Use ProcessStartRequest.ProtoReflect.Descriptor instead.

func (*ProcessStartRequest) GetArgs

func (x *ProcessStartRequest) GetArgs() []string

func (*ProcessStartRequest) GetCommand

func (x *ProcessStartRequest) GetCommand() string

func (*ProcessStartRequest) GetEnvironment

func (x *ProcessStartRequest) GetEnvironment() map[string]string

func (*ProcessStartRequest) GetStdin

func (x *ProcessStartRequest) GetStdin() []byte

func (*ProcessStartRequest) GetWorkingDirectory

func (x *ProcessStartRequest) GetWorkingDirectory() string

func (*ProcessStartRequest) MarshalToSizedBufferVT

func (m *ProcessStartRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ProcessStartRequest) MarshalToVT

func (m *ProcessStartRequest) MarshalToVT(dAtA []byte) (int, error)

func (*ProcessStartRequest) MarshalVT

func (m *ProcessStartRequest) MarshalVT() (dAtA []byte, err error)

func (*ProcessStartRequest) ProtoMessage

func (*ProcessStartRequest) ProtoMessage()

func (*ProcessStartRequest) ProtoReflect

func (x *ProcessStartRequest) ProtoReflect() protoreflect.Message

func (*ProcessStartRequest) Reset

func (x *ProcessStartRequest) Reset()

func (*ProcessStartRequest) SizeVT

func (m *ProcessStartRequest) SizeVT() (n int)

func (*ProcessStartRequest) String

func (x *ProcessStartRequest) String() string

func (*ProcessStartRequest) UnmarshalVT

func (m *ProcessStartRequest) UnmarshalVT(dAtA []byte) error

type ProcessStartResponse

type ProcessStartResponse struct {
	ExitCode int32  `protobuf:"varint,1,opt,name=exit_code,json=exitCode,proto3" json:"exit_code,omitempty"`
	Error    string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
	Stderr   []byte `protobuf:"bytes,3,opt,name=stderr,proto3" json:"stderr,omitempty"`
	// contains filtered or unexported fields
}

func (*ProcessStartResponse) Descriptor deprecated

func (*ProcessStartResponse) Descriptor() ([]byte, []int)

Deprecated: Use ProcessStartResponse.ProtoReflect.Descriptor instead.

func (*ProcessStartResponse) GetError

func (x *ProcessStartResponse) GetError() string

func (*ProcessStartResponse) GetExitCode

func (x *ProcessStartResponse) GetExitCode() int32

func (*ProcessStartResponse) GetStderr

func (x *ProcessStartResponse) GetStderr() []byte

func (*ProcessStartResponse) MarshalToSizedBufferVT

func (m *ProcessStartResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ProcessStartResponse) MarshalToVT

func (m *ProcessStartResponse) MarshalToVT(dAtA []byte) (int, error)

func (*ProcessStartResponse) MarshalVT

func (m *ProcessStartResponse) MarshalVT() (dAtA []byte, err error)

func (*ProcessStartResponse) ProtoMessage

func (*ProcessStartResponse) ProtoMessage()

func (*ProcessStartResponse) ProtoReflect

func (x *ProcessStartResponse) ProtoReflect() protoreflect.Message

func (*ProcessStartResponse) Reset

func (x *ProcessStartResponse) Reset()

func (*ProcessStartResponse) SizeVT

func (m *ProcessStartResponse) SizeVT() (n int)

func (*ProcessStartResponse) String

func (x *ProcessStartResponse) String() string

func (*ProcessStartResponse) UnmarshalVT

func (m *ProcessStartResponse) UnmarshalVT(dAtA []byte) error

type StartTaskResponse

type StartTaskResponse struct {
	Error string `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*StartTaskResponse) Descriptor deprecated

func (*StartTaskResponse) Descriptor() ([]byte, []int)

Deprecated: Use StartTaskResponse.ProtoReflect.Descriptor instead.

func (*StartTaskResponse) GetError

func (x *StartTaskResponse) GetError() string

func (*StartTaskResponse) MarshalToSizedBufferVT

func (m *StartTaskResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*StartTaskResponse) MarshalToVT

func (m *StartTaskResponse) MarshalToVT(dAtA []byte) (int, error)

func (*StartTaskResponse) MarshalVT

func (m *StartTaskResponse) MarshalVT() (dAtA []byte, err error)

func (*StartTaskResponse) ProtoMessage

func (*StartTaskResponse) ProtoMessage()

func (*StartTaskResponse) ProtoReflect

func (x *StartTaskResponse) ProtoReflect() protoreflect.Message

func (*StartTaskResponse) Reset

func (x *StartTaskResponse) Reset()

func (*StartTaskResponse) SizeVT

func (m *StartTaskResponse) SizeVT() (n int)

func (*StartTaskResponse) String

func (x *StartTaskResponse) String() string

func (*StartTaskResponse) UnmarshalVT

func (m *StartTaskResponse) UnmarshalVT(dAtA []byte) error

type TaskExample

type TaskExample struct {
	Name        string       `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Description string       `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	TaskSpec    *v1.TaskSpec `protobuf:"bytes,3,opt,name=task_spec,json=taskSpec,proto3" json:"task_spec,omitempty"`
	// contains filtered or unexported fields
}

func (*TaskExample) Descriptor deprecated

func (*TaskExample) Descriptor() ([]byte, []int)

Deprecated: Use TaskExample.ProtoReflect.Descriptor instead.

func (*TaskExample) GetDescription

func (x *TaskExample) GetDescription() string

func (*TaskExample) GetName

func (x *TaskExample) GetName() string

func (*TaskExample) GetTaskSpec

func (x *TaskExample) GetTaskSpec() *v1.TaskSpec

func (*TaskExample) MarshalToSizedBufferVT

func (m *TaskExample) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*TaskExample) MarshalToVT

func (m *TaskExample) MarshalToVT(dAtA []byte) (int, error)

func (*TaskExample) MarshalVT

func (m *TaskExample) MarshalVT() (dAtA []byte, err error)

func (*TaskExample) ProtoMessage

func (*TaskExample) ProtoMessage()

func (*TaskExample) ProtoReflect

func (x *TaskExample) ProtoReflect() protoreflect.Message

func (*TaskExample) Reset

func (x *TaskExample) Reset()

func (*TaskExample) SizeVT

func (m *TaskExample) SizeVT() (n int)

func (*TaskExample) String

func (x *TaskExample) String() string

func (*TaskExample) UnmarshalVT

func (m *TaskExample) UnmarshalVT(dAtA []byte) error

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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