lang

package
v0.15.0 Latest Latest
Warning

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

Go to latest
Published: Jan 5, 2023 License: MIT Imports: 19 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_lang_run_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type CallReturnedRunUpdate

type CallReturnedRunUpdate struct {
	Error  *program.Error `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	Retval *values.Value  `protobuf:"bytes,2,opt,name=retval,proto3" json:"retval,omitempty"`
	// contains filtered or unexported fields
}

func (*CallReturnedRunUpdate) Descriptor deprecated

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

Deprecated: Use CallReturnedRunUpdate.ProtoReflect.Descriptor instead.

func (*CallReturnedRunUpdate) GetError

func (x *CallReturnedRunUpdate) GetError() *program.Error

func (*CallReturnedRunUpdate) GetRetval

func (x *CallReturnedRunUpdate) GetRetval() *values.Value

func (*CallReturnedRunUpdate) ProtoMessage

func (*CallReturnedRunUpdate) ProtoMessage()

func (*CallReturnedRunUpdate) ProtoReflect

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

func (*CallReturnedRunUpdate) Reset

func (x *CallReturnedRunUpdate) Reset()

func (*CallReturnedRunUpdate) String

func (x *CallReturnedRunUpdate) String() string

func (*CallReturnedRunUpdate) Validate

func (m *CallReturnedRunUpdate) Validate() error

Validate checks the field values on CallReturnedRunUpdate with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type CallReturnedRunUpdateValidationError

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

CallReturnedRunUpdateValidationError is the validation error returned by CallReturnedRunUpdate.Validate if the designated constraints aren't met.

func (CallReturnedRunUpdateValidationError) Cause

Cause function returns cause value.

func (CallReturnedRunUpdateValidationError) Error

Error satisfies the builtin error interface

func (CallReturnedRunUpdateValidationError) ErrorName

ErrorName returns error name.

func (CallReturnedRunUpdateValidationError) Field

Field function returns field value.

func (CallReturnedRunUpdateValidationError) Key

Key function returns key value.

func (CallReturnedRunUpdateValidationError) Reason

Reason function returns reason value.

type CallWaitRunState

type CallWaitRunState struct {
	Call *values.Value            `protobuf:"bytes,1,opt,name=call,proto3" json:"call,omitempty"`
	Args []*values.Value          `protobuf:"bytes,2,rep,name=args,proto3" json:"args,omitempty"`
	Kws  map[string]*values.Value `` /* 147-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*CallWaitRunState) Descriptor deprecated

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

Deprecated: Use CallWaitRunState.ProtoReflect.Descriptor instead.

func (*CallWaitRunState) GetArgs

func (x *CallWaitRunState) GetArgs() []*values.Value

func (*CallWaitRunState) GetCall

func (x *CallWaitRunState) GetCall() *values.Value

func (*CallWaitRunState) GetKws

func (x *CallWaitRunState) GetKws() map[string]*values.Value

func (*CallWaitRunState) ProtoMessage

func (*CallWaitRunState) ProtoMessage()

func (*CallWaitRunState) ProtoReflect

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

func (*CallWaitRunState) Reset

func (x *CallWaitRunState) Reset()

func (*CallWaitRunState) String

func (x *CallWaitRunState) String() string

func (*CallWaitRunState) Validate

func (m *CallWaitRunState) Validate() error

Validate checks the field values on CallWaitRunState with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type CallWaitRunStateValidationError

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

CallWaitRunStateValidationError is the validation error returned by CallWaitRunState.Validate if the designated constraints aren't met.

func (CallWaitRunStateValidationError) Cause

Cause function returns cause value.

func (CallWaitRunStateValidationError) Error

Error satisfies the builtin error interface

func (CallWaitRunStateValidationError) ErrorName

ErrorName returns error name.

func (CallWaitRunStateValidationError) Field

Field function returns field value.

func (CallWaitRunStateValidationError) Key

Key function returns key value.

func (CallWaitRunStateValidationError) Reason

Reason function returns reason value.

type CanceledRunState

type CanceledRunState struct {
	Reason    string               `protobuf:"bytes,1,opt,name=reason,proto3" json:"reason,omitempty"`
	Callstack []*program.CallFrame `protobuf:"bytes,2,rep,name=callstack,proto3" json:"callstack,omitempty"`
	// contains filtered or unexported fields
}

func (*CanceledRunState) Descriptor deprecated

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

Deprecated: Use CanceledRunState.ProtoReflect.Descriptor instead.

func (*CanceledRunState) GetCallstack

func (x *CanceledRunState) GetCallstack() []*program.CallFrame

func (*CanceledRunState) GetReason

func (x *CanceledRunState) GetReason() string

func (*CanceledRunState) ProtoMessage

func (*CanceledRunState) ProtoMessage()

func (*CanceledRunState) ProtoReflect

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

func (*CanceledRunState) Reset

func (x *CanceledRunState) Reset()

func (*CanceledRunState) String

func (x *CanceledRunState) String() string

func (*CanceledRunState) Validate

func (m *CanceledRunState) Validate() error

Validate checks the field values on CanceledRunState with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type CanceledRunStateValidationError

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

CanceledRunStateValidationError is the validation error returned by CanceledRunState.Validate if the designated constraints aren't met.

func (CanceledRunStateValidationError) Cause

Cause function returns cause value.

func (CanceledRunStateValidationError) Error

Error satisfies the builtin error interface

func (CanceledRunStateValidationError) ErrorName

ErrorName returns error name.

func (CanceledRunStateValidationError) Field

Field function returns field value.

func (CanceledRunStateValidationError) Key

Key function returns key value.

func (CanceledRunStateValidationError) Reason

Reason function returns reason value.

type ClientErrorRunState

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

func (*ClientErrorRunState) Descriptor deprecated

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

Deprecated: Use ClientErrorRunState.ProtoReflect.Descriptor instead.

func (*ClientErrorRunState) GetError

func (x *ClientErrorRunState) GetError() string

func (*ClientErrorRunState) ProtoMessage

func (*ClientErrorRunState) ProtoMessage()

func (*ClientErrorRunState) ProtoReflect

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

func (*ClientErrorRunState) Reset

func (x *ClientErrorRunState) Reset()

func (*ClientErrorRunState) String

func (x *ClientErrorRunState) String() string

func (*ClientErrorRunState) Validate

func (m *ClientErrorRunState) Validate() error

Validate checks the field values on ClientErrorRunState with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type ClientErrorRunStateValidationError

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

ClientErrorRunStateValidationError is the validation error returned by ClientErrorRunState.Validate if the designated constraints aren't met.

func (ClientErrorRunStateValidationError) Cause

Cause function returns cause value.

func (ClientErrorRunStateValidationError) Error

Error satisfies the builtin error interface

func (ClientErrorRunStateValidationError) ErrorName

ErrorName returns error name.

func (ClientErrorRunStateValidationError) Field

Field function returns field value.

func (ClientErrorRunStateValidationError) Key

Key function returns key value.

func (ClientErrorRunStateValidationError) Reason

Reason function returns reason value.

type CompletedRunState

type CompletedRunState struct {
	Vals map[string]*values.Value `` /* 149-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*CompletedRunState) Descriptor deprecated

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

Deprecated: Use CompletedRunState.ProtoReflect.Descriptor instead.

func (*CompletedRunState) GetVals

func (x *CompletedRunState) GetVals() map[string]*values.Value

func (*CompletedRunState) ProtoMessage

func (*CompletedRunState) ProtoMessage()

func (*CompletedRunState) ProtoReflect

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

func (*CompletedRunState) Reset

func (x *CompletedRunState) Reset()

func (*CompletedRunState) String

func (x *CompletedRunState) String() string

func (*CompletedRunState) Validate

func (m *CompletedRunState) Validate() error

Validate checks the field values on CompletedRunState with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type CompletedRunStateValidationError

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

CompletedRunStateValidationError is the validation error returned by CompletedRunState.Validate if the designated constraints aren't met.

func (CompletedRunStateValidationError) Cause

Cause function returns cause value.

func (CompletedRunStateValidationError) Error

Error satisfies the builtin error interface

func (CompletedRunStateValidationError) ErrorName

ErrorName returns error name.

func (CompletedRunStateValidationError) Field

Field function returns field value.

func (CompletedRunStateValidationError) Key

Key function returns key value.

func (CompletedRunStateValidationError) Reason

Reason function returns reason value.

type ErrorRunState

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

func (*ErrorRunState) Descriptor deprecated

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

Deprecated: Use ErrorRunState.ProtoReflect.Descriptor instead.

func (*ErrorRunState) GetError

func (x *ErrorRunState) GetError() *program.Error

func (*ErrorRunState) ProtoMessage

func (*ErrorRunState) ProtoMessage()

func (*ErrorRunState) ProtoReflect

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

func (*ErrorRunState) Reset

func (x *ErrorRunState) Reset()

func (*ErrorRunState) String

func (x *ErrorRunState) String() string

func (*ErrorRunState) Validate

func (m *ErrorRunState) Validate() error

Validate checks the field values on ErrorRunState with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type ErrorRunStateValidationError

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

ErrorRunStateValidationError is the validation error returned by ErrorRunState.Validate if the designated constraints aren't met.

func (ErrorRunStateValidationError) Cause

Cause function returns cause value.

func (ErrorRunStateValidationError) Error

Error satisfies the builtin error interface

func (ErrorRunStateValidationError) ErrorName

func (e ErrorRunStateValidationError) ErrorName() string

ErrorName returns error name.

func (ErrorRunStateValidationError) Field

Field function returns field value.

func (ErrorRunStateValidationError) Key

Key function returns key value.

func (ErrorRunStateValidationError) Reason

Reason function returns reason value.

type LoadReturnedRunUpdate

type LoadReturnedRunUpdate struct {
	Error      *program.Error           `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	RunSummary *RunSummary              `protobuf:"bytes,2,opt,name=run_summary,json=runSummary,proto3" json:"run_summary,omitempty"`
	Vals       map[string]*values.Value `` /* 149-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*LoadReturnedRunUpdate) Descriptor deprecated

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

Deprecated: Use LoadReturnedRunUpdate.ProtoReflect.Descriptor instead.

func (*LoadReturnedRunUpdate) GetError

func (x *LoadReturnedRunUpdate) GetError() *program.Error

func (*LoadReturnedRunUpdate) GetRunSummary

func (x *LoadReturnedRunUpdate) GetRunSummary() *RunSummary

func (*LoadReturnedRunUpdate) GetVals

func (x *LoadReturnedRunUpdate) GetVals() map[string]*values.Value

func (*LoadReturnedRunUpdate) ProtoMessage

func (*LoadReturnedRunUpdate) ProtoMessage()

func (*LoadReturnedRunUpdate) ProtoReflect

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

func (*LoadReturnedRunUpdate) Reset

func (x *LoadReturnedRunUpdate) Reset()

func (*LoadReturnedRunUpdate) String

func (x *LoadReturnedRunUpdate) String() string

func (*LoadReturnedRunUpdate) Validate

func (m *LoadReturnedRunUpdate) Validate() error

Validate checks the field values on LoadReturnedRunUpdate with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type LoadReturnedRunUpdateValidationError

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

LoadReturnedRunUpdateValidationError is the validation error returned by LoadReturnedRunUpdate.Validate if the designated constraints aren't met.

func (LoadReturnedRunUpdateValidationError) Cause

Cause function returns cause value.

func (LoadReturnedRunUpdateValidationError) Error

Error satisfies the builtin error interface

func (LoadReturnedRunUpdateValidationError) ErrorName

ErrorName returns error name.

func (LoadReturnedRunUpdateValidationError) Field

Field function returns field value.

func (LoadReturnedRunUpdateValidationError) Key

Key function returns key value.

func (LoadReturnedRunUpdateValidationError) Reason

Reason function returns reason value.

type LoadWaitRunState

type LoadWaitRunState struct {
	Path *program.Path `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	// contains filtered or unexported fields
}

func (*LoadWaitRunState) Descriptor deprecated

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

Deprecated: Use LoadWaitRunState.ProtoReflect.Descriptor instead.

func (*LoadWaitRunState) GetPath

func (x *LoadWaitRunState) GetPath() *program.Path

func (*LoadWaitRunState) ProtoMessage

func (*LoadWaitRunState) ProtoMessage()

func (*LoadWaitRunState) ProtoReflect

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

func (*LoadWaitRunState) Reset

func (x *LoadWaitRunState) Reset()

func (*LoadWaitRunState) String

func (x *LoadWaitRunState) String() string

func (*LoadWaitRunState) Validate

func (m *LoadWaitRunState) Validate() error

Validate checks the field values on LoadWaitRunState with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type LoadWaitRunStateValidationError

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

LoadWaitRunStateValidationError is the validation error returned by LoadWaitRunState.Validate if the designated constraints aren't met.

func (LoadWaitRunStateValidationError) Cause

Cause function returns cause value.

func (LoadWaitRunStateValidationError) Error

Error satisfies the builtin error interface

func (LoadWaitRunStateValidationError) ErrorName

ErrorName returns error name.

func (LoadWaitRunStateValidationError) Field

Field function returns field value.

func (LoadWaitRunStateValidationError) Key

Key function returns key value.

func (LoadWaitRunStateValidationError) Reason

Reason function returns reason value.

type PrintRunUpdate

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

func (*PrintRunUpdate) Descriptor deprecated

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

Deprecated: Use PrintRunUpdate.ProtoReflect.Descriptor instead.

func (*PrintRunUpdate) GetText

func (x *PrintRunUpdate) GetText() string

func (*PrintRunUpdate) ProtoMessage

func (*PrintRunUpdate) ProtoMessage()

func (*PrintRunUpdate) ProtoReflect

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

func (*PrintRunUpdate) Reset

func (x *PrintRunUpdate) Reset()

func (*PrintRunUpdate) String

func (x *PrintRunUpdate) String() string

func (*PrintRunUpdate) Validate

func (m *PrintRunUpdate) Validate() error

Validate checks the field values on PrintRunUpdate with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type PrintRunUpdateValidationError

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

PrintRunUpdateValidationError is the validation error returned by PrintRunUpdate.Validate if the designated constraints aren't met.

func (PrintRunUpdateValidationError) Cause

Cause function returns cause value.

func (PrintRunUpdateValidationError) Error

Error satisfies the builtin error interface

func (PrintRunUpdateValidationError) ErrorName

func (e PrintRunUpdateValidationError) ErrorName() string

ErrorName returns error name.

func (PrintRunUpdateValidationError) Field

Field function returns field value.

func (PrintRunUpdateValidationError) Key

Key function returns key value.

func (PrintRunUpdateValidationError) Reason

Reason function returns reason value.

type RunState

type RunState struct {

	// Types that are assignable to Type:
	//	*RunState_Running
	//	*RunState_Call
	//	*RunState_Load
	//	*RunState_Completed
	//	*RunState_Canceled
	//	*RunState_Error
	//	*RunState_Print
	//	*RunState_Callret
	//	*RunState_Loadret
	//	*RunState_ClientError
	Type isRunState_Type `protobuf_oneof:"type"`
	// contains filtered or unexported fields
}

func (*RunState) Descriptor deprecated

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

Deprecated: Use RunState.ProtoReflect.Descriptor instead.

func (*RunState) GetCall

func (x *RunState) GetCall() *CallWaitRunState

func (*RunState) GetCallret

func (x *RunState) GetCallret() *CallReturnedRunUpdate

func (*RunState) GetCanceled

func (x *RunState) GetCanceled() *CanceledRunState

func (*RunState) GetClientError

func (x *RunState) GetClientError() *ClientErrorRunState

func (*RunState) GetCompleted

func (x *RunState) GetCompleted() *CompletedRunState

func (*RunState) GetError

func (x *RunState) GetError() *ErrorRunState

func (*RunState) GetLoad

func (x *RunState) GetLoad() *LoadWaitRunState

func (*RunState) GetLoadret

func (x *RunState) GetLoadret() *LoadReturnedRunUpdate

func (*RunState) GetPrint

func (x *RunState) GetPrint() *PrintRunUpdate

func (*RunState) GetRunning

func (x *RunState) GetRunning() *RunningRunState

func (*RunState) GetType

func (m *RunState) GetType() isRunState_Type

func (*RunState) ProtoMessage

func (*RunState) ProtoMessage()

func (*RunState) ProtoReflect

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

func (*RunState) Reset

func (x *RunState) Reset()

func (*RunState) String

func (x *RunState) String() string

func (*RunState) Validate

func (m *RunState) Validate() error

Validate checks the field values on RunState with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type RunStateLogRecord

type RunStateLogRecord struct {
	T      *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=t,proto3" json:"t,omitempty"`
	State  *RunState              `protobuf:"bytes,2,opt,name=state,proto3" json:"state,omitempty"`
	Source *program.Path          `protobuf:"bytes,3,opt,name=source,proto3" json:"source,omitempty"` // set only by akd for ui use.
	// contains filtered or unexported fields
}

func (*RunStateLogRecord) Descriptor deprecated

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

Deprecated: Use RunStateLogRecord.ProtoReflect.Descriptor instead.

func (*RunStateLogRecord) GetSource

func (x *RunStateLogRecord) GetSource() *program.Path

func (*RunStateLogRecord) GetState

func (x *RunStateLogRecord) GetState() *RunState

func (*RunStateLogRecord) GetT

func (*RunStateLogRecord) ProtoMessage

func (*RunStateLogRecord) ProtoMessage()

func (*RunStateLogRecord) ProtoReflect

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

func (*RunStateLogRecord) Reset

func (x *RunStateLogRecord) Reset()

func (*RunStateLogRecord) String

func (x *RunStateLogRecord) String() string

func (*RunStateLogRecord) Validate

func (m *RunStateLogRecord) Validate() error

Validate checks the field values on RunStateLogRecord with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type RunStateLogRecordValidationError

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

RunStateLogRecordValidationError is the validation error returned by RunStateLogRecord.Validate if the designated constraints aren't met.

func (RunStateLogRecordValidationError) Cause

Cause function returns cause value.

func (RunStateLogRecordValidationError) Error

Error satisfies the builtin error interface

func (RunStateLogRecordValidationError) ErrorName

ErrorName returns error name.

func (RunStateLogRecordValidationError) Field

Field function returns field value.

func (RunStateLogRecordValidationError) Key

Key function returns key value.

func (RunStateLogRecordValidationError) Reason

Reason function returns reason value.

type RunStateValidationError

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

RunStateValidationError is the validation error returned by RunState.Validate if the designated constraints aren't met.

func (RunStateValidationError) Cause

func (e RunStateValidationError) Cause() error

Cause function returns cause value.

func (RunStateValidationError) Error

func (e RunStateValidationError) Error() string

Error satisfies the builtin error interface

func (RunStateValidationError) ErrorName

func (e RunStateValidationError) ErrorName() string

ErrorName returns error name.

func (RunStateValidationError) Field

func (e RunStateValidationError) Field() string

Field function returns field value.

func (RunStateValidationError) Key

func (e RunStateValidationError) Key() bool

Key function returns key value.

func (RunStateValidationError) Reason

func (e RunStateValidationError) Reason() string

Reason function returns reason value.

type RunState_Call

type RunState_Call struct {
	Call *CallWaitRunState `protobuf:"bytes,2,opt,name=call,proto3,oneof"` // waiting for callback response.
}

type RunState_Callret

type RunState_Callret struct {
	Callret *CallReturnedRunUpdate `protobuf:"bytes,21,opt,name=callret,proto3,oneof"` // not sent to client.
}

type RunState_Canceled

type RunState_Canceled struct {
	Canceled *CanceledRunState `protobuf:"bytes,5,opt,name=canceled,proto3,oneof"`
}

type RunState_ClientError

type RunState_ClientError struct {
	// Generated only in a client.
	ClientError *ClientErrorRunState `protobuf:"bytes,30,opt,name=client_error,json=clientError,proto3,oneof"`
}

type RunState_Completed

type RunState_Completed struct {
	Completed *CompletedRunState `protobuf:"bytes,4,opt,name=completed,proto3,oneof"` // successfuly, otherwise error.
}

type RunState_Error

type RunState_Error struct {
	Error *ErrorRunState `protobuf:"bytes,6,opt,name=error,proto3,oneof"`
}

type RunState_Load

type RunState_Load struct {
	Load *LoadWaitRunState `protobuf:"bytes,3,opt,name=load,proto3,oneof"` // waiting for load response.
}

type RunState_Loadret

type RunState_Loadret struct {
	Loadret *LoadReturnedRunUpdate `protobuf:"bytes,22,opt,name=loadret,proto3,oneof"` // not sent to client.
}

type RunState_Print

type RunState_Print struct {
	// These are not a states, just logs of events that happened for the record.
	Print *PrintRunUpdate `protobuf:"bytes,20,opt,name=print,proto3,oneof"` // sent to client.
}

type RunState_Running

type RunState_Running struct {
	Running *RunningRunState `protobuf:"bytes,1,opt,name=running,proto3,oneof"`
}

type RunSummary

type RunSummary struct {
	Log    []*RunStateLogRecord `protobuf:"bytes,2,rep,name=log,proto3" json:"log,omitempty"`
	Prints []string             `protobuf:"bytes,3,rep,name=prints,proto3" json:"prints,omitempty"`
	// contains filtered or unexported fields
}

func (*RunSummary) Descriptor deprecated

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

Deprecated: Use RunSummary.ProtoReflect.Descriptor instead.

func (*RunSummary) GetLog

func (x *RunSummary) GetLog() []*RunStateLogRecord

func (*RunSummary) GetPrints

func (x *RunSummary) GetPrints() []string

func (*RunSummary) ProtoMessage

func (*RunSummary) ProtoMessage()

func (*RunSummary) ProtoReflect

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

func (*RunSummary) Reset

func (x *RunSummary) Reset()

func (*RunSummary) String

func (x *RunSummary) String() string

func (*RunSummary) Validate

func (m *RunSummary) Validate() error

Validate checks the field values on RunSummary with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type RunSummaryValidationError

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

RunSummaryValidationError is the validation error returned by RunSummary.Validate if the designated constraints aren't met.

func (RunSummaryValidationError) Cause

func (e RunSummaryValidationError) Cause() error

Cause function returns cause value.

func (RunSummaryValidationError) Error

Error satisfies the builtin error interface

func (RunSummaryValidationError) ErrorName

func (e RunSummaryValidationError) ErrorName() string

ErrorName returns error name.

func (RunSummaryValidationError) Field

Field function returns field value.

func (RunSummaryValidationError) Key

Key function returns key value.

func (RunSummaryValidationError) Reason

func (e RunSummaryValidationError) Reason() string

Reason function returns reason value.

type RunningRunState

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

func (*RunningRunState) Descriptor deprecated

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

Deprecated: Use RunningRunState.ProtoReflect.Descriptor instead.

func (*RunningRunState) ProtoMessage

func (*RunningRunState) ProtoMessage()

func (*RunningRunState) ProtoReflect

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

func (*RunningRunState) Reset

func (x *RunningRunState) Reset()

func (*RunningRunState) String

func (x *RunningRunState) String() string

func (*RunningRunState) Validate

func (m *RunningRunState) Validate() error

Validate checks the field values on RunningRunState with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type RunningRunStateValidationError

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

RunningRunStateValidationError is the validation error returned by RunningRunState.Validate if the designated constraints aren't met.

func (RunningRunStateValidationError) Cause

Cause function returns cause value.

func (RunningRunStateValidationError) Error

Error satisfies the builtin error interface

func (RunningRunStateValidationError) ErrorName

func (e RunningRunStateValidationError) ErrorName() string

ErrorName returns error name.

func (RunningRunStateValidationError) Field

Field function returns field value.

func (RunningRunStateValidationError) Key

Key function returns key value.

func (RunningRunStateValidationError) Reason

Reason function returns reason value.

Jump to

Keyboard shortcuts

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