sdk

package
v1.0.0-beta Latest Latest
Warning

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

Go to latest
Published: Sep 29, 2025 License: MIT Imports: 8 Imported by: 38

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	AggregationType_name = map[int32]string{
		0: "AGGREGATION_TYPE_UNSPECIFIED",
		1: "AGGREGATION_TYPE_MEDIAN",
		2: "AGGREGATION_TYPE_IDENTICAL",
		3: "AGGREGATION_TYPE_COMMON_PREFIX",
		4: "AGGREGATION_TYPE_COMMON_SUFFIX",
	}
	AggregationType_value = map[string]int32{
		"AGGREGATION_TYPE_UNSPECIFIED":   0,
		"AGGREGATION_TYPE_MEDIAN":        1,
		"AGGREGATION_TYPE_IDENTICAL":     2,
		"AGGREGATION_TYPE_COMMON_PREFIX": 3,
		"AGGREGATION_TYPE_COMMON_SUFFIX": 4,
	}
)

Enum value maps for AggregationType.

View Source
var (
	Mode_name = map[int32]string{
		0: "MODE_UNSPECIFIED",
		1: "MODE_DON",
		2: "MODE_NODE",
	}
	Mode_value = map[string]int32{
		"MODE_UNSPECIFIED": 0,
		"MODE_DON":         1,
		"MODE_NODE":        2,
	}
)

Enum value maps for Mode.

View Source
var File_sdk_v1beta_sdk_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type AggregationType

type AggregationType int32
const (
	AggregationType_AGGREGATION_TYPE_UNSPECIFIED   AggregationType = 0
	AggregationType_AGGREGATION_TYPE_MEDIAN        AggregationType = 1
	AggregationType_AGGREGATION_TYPE_IDENTICAL     AggregationType = 2
	AggregationType_AGGREGATION_TYPE_COMMON_PREFIX AggregationType = 3
	AggregationType_AGGREGATION_TYPE_COMMON_SUFFIX AggregationType = 4
)

func (AggregationType) Descriptor

func (AggregationType) Enum

func (x AggregationType) Enum() *AggregationType

func (AggregationType) EnumDescriptor deprecated

func (AggregationType) EnumDescriptor() ([]byte, []int)

Deprecated: Use AggregationType.Descriptor instead.

func (AggregationType) Number

func (AggregationType) String

func (x AggregationType) String() string

func (AggregationType) Type

type AttributedSignature

type AttributedSignature struct {
	Signature []byte `protobuf:"bytes,1,opt,name=signature,proto3" json:"signature,omitempty"`
	SignerId  uint32 `protobuf:"varint,2,opt,name=signer_id,json=signerId,proto3" json:"signer_id,omitempty"`
	// contains filtered or unexported fields
}

func (*AttributedSignature) Descriptor deprecated

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

Deprecated: Use AttributedSignature.ProtoReflect.Descriptor instead.

func (*AttributedSignature) GetSignature

func (x *AttributedSignature) GetSignature() []byte

func (*AttributedSignature) GetSignerId

func (x *AttributedSignature) GetSignerId() uint32

func (*AttributedSignature) ProtoMessage

func (*AttributedSignature) ProtoMessage()

func (*AttributedSignature) ProtoReflect

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

func (*AttributedSignature) Reset

func (x *AttributedSignature) Reset()

func (*AttributedSignature) String

func (x *AttributedSignature) String() string

type AwaitCapabilitiesRequest

type AwaitCapabilitiesRequest struct {
	Ids []int32 `protobuf:"varint,1,rep,packed,name=ids,proto3" json:"ids,omitempty"`
	// contains filtered or unexported fields
}

func (*AwaitCapabilitiesRequest) Descriptor deprecated

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

Deprecated: Use AwaitCapabilitiesRequest.ProtoReflect.Descriptor instead.

func (*AwaitCapabilitiesRequest) GetIds

func (x *AwaitCapabilitiesRequest) GetIds() []int32

func (*AwaitCapabilitiesRequest) ProtoMessage

func (*AwaitCapabilitiesRequest) ProtoMessage()

func (*AwaitCapabilitiesRequest) ProtoReflect

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

func (*AwaitCapabilitiesRequest) Reset

func (x *AwaitCapabilitiesRequest) Reset()

func (*AwaitCapabilitiesRequest) String

func (x *AwaitCapabilitiesRequest) String() string

type AwaitCapabilitiesResponse

type AwaitCapabilitiesResponse struct {
	Responses map[int32]*CapabilityResponse `` /* 146-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*AwaitCapabilitiesResponse) Descriptor deprecated

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

Deprecated: Use AwaitCapabilitiesResponse.ProtoReflect.Descriptor instead.

func (*AwaitCapabilitiesResponse) GetResponses

func (x *AwaitCapabilitiesResponse) GetResponses() map[int32]*CapabilityResponse

func (*AwaitCapabilitiesResponse) ProtoMessage

func (*AwaitCapabilitiesResponse) ProtoMessage()

func (*AwaitCapabilitiesResponse) ProtoReflect

func (*AwaitCapabilitiesResponse) Reset

func (x *AwaitCapabilitiesResponse) Reset()

func (*AwaitCapabilitiesResponse) String

func (x *AwaitCapabilitiesResponse) String() string

type AwaitSecretsRequest

type AwaitSecretsRequest struct {
	Ids []int32 `protobuf:"varint,1,rep,packed,name=ids,proto3" json:"ids,omitempty"`
	// contains filtered or unexported fields
}

func (*AwaitSecretsRequest) Descriptor deprecated

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

Deprecated: Use AwaitSecretsRequest.ProtoReflect.Descriptor instead.

func (*AwaitSecretsRequest) GetIds

func (x *AwaitSecretsRequest) GetIds() []int32

func (*AwaitSecretsRequest) ProtoMessage

func (*AwaitSecretsRequest) ProtoMessage()

func (*AwaitSecretsRequest) ProtoReflect

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

func (*AwaitSecretsRequest) Reset

func (x *AwaitSecretsRequest) Reset()

func (*AwaitSecretsRequest) String

func (x *AwaitSecretsRequest) String() string

type AwaitSecretsResponse

type AwaitSecretsResponse struct {
	Responses map[int32]*SecretResponses `` /* 146-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*AwaitSecretsResponse) Descriptor deprecated

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

Deprecated: Use AwaitSecretsResponse.ProtoReflect.Descriptor instead.

func (*AwaitSecretsResponse) GetResponses

func (x *AwaitSecretsResponse) GetResponses() map[int32]*SecretResponses

func (*AwaitSecretsResponse) ProtoMessage

func (*AwaitSecretsResponse) ProtoMessage()

func (*AwaitSecretsResponse) ProtoReflect

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

func (*AwaitSecretsResponse) Reset

func (x *AwaitSecretsResponse) Reset()

func (*AwaitSecretsResponse) String

func (x *AwaitSecretsResponse) String() string

type CapabilityRequest

type CapabilityRequest struct {
	Id         string     `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Payload    *anypb.Any `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"`
	Method     string     `protobuf:"bytes,3,opt,name=method,proto3" json:"method,omitempty"`
	CallbackId int32      `protobuf:"varint,4,opt,name=callback_id,json=callbackId,proto3" json:"callback_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CapabilityRequest) Descriptor deprecated

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

Deprecated: Use CapabilityRequest.ProtoReflect.Descriptor instead.

func (*CapabilityRequest) GetCallbackId

func (x *CapabilityRequest) GetCallbackId() int32

func (*CapabilityRequest) GetId

func (x *CapabilityRequest) GetId() string

func (*CapabilityRequest) GetMethod

func (x *CapabilityRequest) GetMethod() string

func (*CapabilityRequest) GetPayload

func (x *CapabilityRequest) GetPayload() *anypb.Any

func (*CapabilityRequest) ProtoMessage

func (*CapabilityRequest) ProtoMessage()

func (*CapabilityRequest) ProtoReflect

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

func (*CapabilityRequest) Reset

func (x *CapabilityRequest) Reset()

func (*CapabilityRequest) String

func (x *CapabilityRequest) String() string

type CapabilityResponse

type CapabilityResponse struct {

	// Types that are valid to be assigned to Response:
	//
	//	*CapabilityResponse_Payload
	//	*CapabilityResponse_Error
	Response isCapabilityResponse_Response `protobuf_oneof:"response"`
	// contains filtered or unexported fields
}

func (*CapabilityResponse) Descriptor deprecated

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

Deprecated: Use CapabilityResponse.ProtoReflect.Descriptor instead.

func (*CapabilityResponse) GetError

func (x *CapabilityResponse) GetError() string

func (*CapabilityResponse) GetPayload

func (x *CapabilityResponse) GetPayload() *anypb.Any

func (*CapabilityResponse) GetResponse

func (x *CapabilityResponse) GetResponse() isCapabilityResponse_Response

func (*CapabilityResponse) ProtoMessage

func (*CapabilityResponse) ProtoMessage()

func (*CapabilityResponse) ProtoReflect

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

func (*CapabilityResponse) Reset

func (x *CapabilityResponse) Reset()

func (*CapabilityResponse) String

func (x *CapabilityResponse) String() string

type CapabilityResponse_Error

type CapabilityResponse_Error struct {
	Error string `protobuf:"bytes,2,opt,name=error,proto3,oneof"`
}

type CapabilityResponse_Payload

type CapabilityResponse_Payload struct {
	Payload *anypb.Any `protobuf:"bytes,1,opt,name=payload,proto3,oneof"`
}

type ConsensusDescriptor

type ConsensusDescriptor struct {

	// Types that are valid to be assigned to Descriptor_:
	//
	//	*ConsensusDescriptor_Aggregation
	//	*ConsensusDescriptor_FieldsMap
	Descriptor_ isConsensusDescriptor_Descriptor_ `protobuf_oneof:"descriptor"`
	// contains filtered or unexported fields
}

func (*ConsensusDescriptor) Descriptor deprecated

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

Deprecated: Use ConsensusDescriptor.ProtoReflect.Descriptor instead.

func (*ConsensusDescriptor) GetAggregation

func (x *ConsensusDescriptor) GetAggregation() AggregationType

func (*ConsensusDescriptor) GetDescriptor_

func (x *ConsensusDescriptor) GetDescriptor_() isConsensusDescriptor_Descriptor_

func (*ConsensusDescriptor) GetFieldsMap

func (x *ConsensusDescriptor) GetFieldsMap() *FieldsMap

func (*ConsensusDescriptor) ProtoMessage

func (*ConsensusDescriptor) ProtoMessage()

func (*ConsensusDescriptor) ProtoReflect

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

func (*ConsensusDescriptor) Reset

func (x *ConsensusDescriptor) Reset()

func (*ConsensusDescriptor) String

func (x *ConsensusDescriptor) String() string

type ConsensusDescriptor_Aggregation

type ConsensusDescriptor_Aggregation struct {
	Aggregation AggregationType `protobuf:"varint,1,opt,name=aggregation,proto3,enum=sdk.v1.AggregationType,oneof"`
}

type ConsensusDescriptor_FieldsMap

type ConsensusDescriptor_FieldsMap struct {
	FieldsMap *FieldsMap `protobuf:"bytes,2,opt,name=fields_map,json=fieldsMap,proto3,oneof"`
}

type ExecuteRequest

type ExecuteRequest struct {
	Config []byte `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"`
	// Types that are valid to be assigned to Request:
	//
	//	*ExecuteRequest_Subscribe
	//	*ExecuteRequest_Trigger
	Request         isExecuteRequest_Request `protobuf_oneof:"request"`
	MaxResponseSize uint64                   `protobuf:"varint,4,opt,name=max_response_size,json=maxResponseSize,proto3" json:"max_response_size,omitempty"`
	// contains filtered or unexported fields
}

func (*ExecuteRequest) Descriptor deprecated

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

Deprecated: Use ExecuteRequest.ProtoReflect.Descriptor instead.

func (*ExecuteRequest) GetConfig

func (x *ExecuteRequest) GetConfig() []byte

func (*ExecuteRequest) GetMaxResponseSize

func (x *ExecuteRequest) GetMaxResponseSize() uint64

func (*ExecuteRequest) GetRequest

func (x *ExecuteRequest) GetRequest() isExecuteRequest_Request

func (*ExecuteRequest) GetSubscribe

func (x *ExecuteRequest) GetSubscribe() *emptypb.Empty

func (*ExecuteRequest) GetTrigger

func (x *ExecuteRequest) GetTrigger() *Trigger

func (*ExecuteRequest) ProtoMessage

func (*ExecuteRequest) ProtoMessage()

func (*ExecuteRequest) ProtoReflect

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

func (*ExecuteRequest) Reset

func (x *ExecuteRequest) Reset()

func (*ExecuteRequest) String

func (x *ExecuteRequest) String() string

type ExecuteRequest_Subscribe

type ExecuteRequest_Subscribe struct {
	Subscribe *emptypb.Empty `protobuf:"bytes,2,opt,name=subscribe,proto3,oneof"`
}

type ExecuteRequest_Trigger

type ExecuteRequest_Trigger struct {
	Trigger *Trigger `protobuf:"bytes,3,opt,name=trigger,proto3,oneof"`
}

type ExecutionResult

type ExecutionResult struct {

	// Types that are valid to be assigned to Result:
	//
	//	*ExecutionResult_Value
	//	*ExecutionResult_Error
	//	*ExecutionResult_TriggerSubscriptions
	Result isExecutionResult_Result `protobuf_oneof:"result"`
	// contains filtered or unexported fields
}

func (*ExecutionResult) Descriptor deprecated

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

Deprecated: Use ExecutionResult.ProtoReflect.Descriptor instead.

func (*ExecutionResult) GetError

func (x *ExecutionResult) GetError() string

func (*ExecutionResult) GetResult

func (x *ExecutionResult) GetResult() isExecutionResult_Result

func (*ExecutionResult) GetTriggerSubscriptions

func (x *ExecutionResult) GetTriggerSubscriptions() *TriggerSubscriptionRequest

func (*ExecutionResult) GetValue

func (x *ExecutionResult) GetValue() *pb.Value

func (*ExecutionResult) ProtoMessage

func (*ExecutionResult) ProtoMessage()

func (*ExecutionResult) ProtoReflect

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

func (*ExecutionResult) Reset

func (x *ExecutionResult) Reset()

func (*ExecutionResult) String

func (x *ExecutionResult) String() string

type ExecutionResult_Error

type ExecutionResult_Error struct {
	Error string `protobuf:"bytes,2,opt,name=error,proto3,oneof"`
}

type ExecutionResult_TriggerSubscriptions

type ExecutionResult_TriggerSubscriptions struct {
	TriggerSubscriptions *TriggerSubscriptionRequest `protobuf:"bytes,3,opt,name=trigger_subscriptions,json=triggerSubscriptions,proto3,oneof"`
}

type ExecutionResult_Value

type ExecutionResult_Value struct {
	Value *pb.Value `protobuf:"bytes,1,opt,name=value,proto3,oneof"`
}

type FieldsMap

type FieldsMap struct {
	Fields map[string]*ConsensusDescriptor `` /* 139-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*FieldsMap) Descriptor deprecated

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

Deprecated: Use FieldsMap.ProtoReflect.Descriptor instead.

func (*FieldsMap) GetFields

func (x *FieldsMap) GetFields() map[string]*ConsensusDescriptor

func (*FieldsMap) ProtoMessage

func (*FieldsMap) ProtoMessage()

func (*FieldsMap) ProtoReflect

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

func (*FieldsMap) Reset

func (x *FieldsMap) Reset()

func (*FieldsMap) String

func (x *FieldsMap) String() string

type GetSecretsRequest

type GetSecretsRequest struct {
	Requests   []*SecretRequest `protobuf:"bytes,1,rep,name=requests,proto3" json:"requests,omitempty"`
	CallbackId int32            `protobuf:"varint,2,opt,name=callback_id,json=callbackId,proto3" json:"callback_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSecretsRequest) Descriptor deprecated

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

Deprecated: Use GetSecretsRequest.ProtoReflect.Descriptor instead.

func (*GetSecretsRequest) GetCallbackId

func (x *GetSecretsRequest) GetCallbackId() int32

func (*GetSecretsRequest) GetRequests

func (x *GetSecretsRequest) GetRequests() []*SecretRequest

func (*GetSecretsRequest) ProtoMessage

func (*GetSecretsRequest) ProtoMessage()

func (*GetSecretsRequest) ProtoReflect

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

func (*GetSecretsRequest) Reset

func (x *GetSecretsRequest) Reset()

func (*GetSecretsRequest) String

func (x *GetSecretsRequest) String() string

type Mode

type Mode int32
const (
	Mode_MODE_UNSPECIFIED Mode = 0
	Mode_MODE_DON         Mode = 1
	Mode_MODE_NODE        Mode = 2
)

func (Mode) Descriptor

func (Mode) Descriptor() protoreflect.EnumDescriptor

func (Mode) Enum

func (x Mode) Enum() *Mode

func (Mode) EnumDescriptor deprecated

func (Mode) EnumDescriptor() ([]byte, []int)

Deprecated: Use Mode.Descriptor instead.

func (Mode) Number

func (x Mode) Number() protoreflect.EnumNumber

func (Mode) String

func (x Mode) String() string

func (Mode) Type

func (Mode) Type() protoreflect.EnumType

type ReportRequest

type ReportRequest struct {
	EncodedPayload []byte `protobuf:"bytes,1,opt,name=encoded_payload,json=encodedPayload,proto3" json:"encoded_payload,omitempty"`
	EncoderName    string `protobuf:"bytes,2,opt,name=encoder_name,json=encoderName,proto3" json:"encoder_name,omitempty"`
	SigningAlgo    string `protobuf:"bytes,3,opt,name=signing_algo,json=signingAlgo,proto3" json:"signing_algo,omitempty"`
	HashingAlgo    string `protobuf:"bytes,4,opt,name=hashing_algo,json=hashingAlgo,proto3" json:"hashing_algo,omitempty"`
	// contains filtered or unexported fields
}

func (*ReportRequest) Descriptor deprecated

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

Deprecated: Use ReportRequest.ProtoReflect.Descriptor instead.

func (*ReportRequest) GetEncodedPayload

func (x *ReportRequest) GetEncodedPayload() []byte

func (*ReportRequest) GetEncoderName

func (x *ReportRequest) GetEncoderName() string

func (*ReportRequest) GetHashingAlgo

func (x *ReportRequest) GetHashingAlgo() string

func (*ReportRequest) GetSigningAlgo

func (x *ReportRequest) GetSigningAlgo() string

func (*ReportRequest) ProtoMessage

func (*ReportRequest) ProtoMessage()

func (*ReportRequest) ProtoReflect

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

func (*ReportRequest) Reset

func (x *ReportRequest) Reset()

func (*ReportRequest) String

func (x *ReportRequest) String() string

type ReportResponse

type ReportResponse struct {
	ConfigDigest  []byte                 `protobuf:"bytes,1,opt,name=config_digest,json=configDigest,proto3" json:"config_digest,omitempty"`
	SeqNr         uint64                 `protobuf:"varint,2,opt,name=seq_nr,json=seqNr,proto3" json:"seq_nr,omitempty"`
	ReportContext []byte                 `protobuf:"bytes,3,opt,name=report_context,json=reportContext,proto3" json:"report_context,omitempty"` // combination of seq_nr and config_digest
	RawReport     []byte                 `protobuf:"bytes,4,opt,name=raw_report,json=rawReport,proto3" json:"raw_report,omitempty"`
	Sigs          []*AttributedSignature `protobuf:"bytes,5,rep,name=sigs,proto3" json:"sigs,omitempty"`
	// contains filtered or unexported fields
}

func (*ReportResponse) Descriptor deprecated

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

Deprecated: Use ReportResponse.ProtoReflect.Descriptor instead.

func (*ReportResponse) GetConfigDigest

func (x *ReportResponse) GetConfigDigest() []byte

func (*ReportResponse) GetRawReport

func (x *ReportResponse) GetRawReport() []byte

func (*ReportResponse) GetReportContext

func (x *ReportResponse) GetReportContext() []byte

func (*ReportResponse) GetSeqNr

func (x *ReportResponse) GetSeqNr() uint64

func (*ReportResponse) GetSigs

func (x *ReportResponse) GetSigs() []*AttributedSignature

func (*ReportResponse) ProtoMessage

func (*ReportResponse) ProtoMessage()

func (*ReportResponse) ProtoReflect

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

func (*ReportResponse) Reset

func (x *ReportResponse) Reset()

func (*ReportResponse) String

func (x *ReportResponse) String() string

type Secret

type Secret struct {
	Id        string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Owner     string `protobuf:"bytes,3,opt,name=owner,proto3" json:"owner,omitempty"`
	Value     string `protobuf:"bytes,4,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*Secret) Descriptor deprecated

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

Deprecated: Use Secret.ProtoReflect.Descriptor instead.

func (*Secret) GetId

func (x *Secret) GetId() string

func (*Secret) GetNamespace

func (x *Secret) GetNamespace() string

func (*Secret) GetOwner

func (x *Secret) GetOwner() string

func (*Secret) GetValue

func (x *Secret) GetValue() string

func (*Secret) ProtoMessage

func (*Secret) ProtoMessage()

func (*Secret) ProtoReflect

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

func (*Secret) Reset

func (x *Secret) Reset()

func (*Secret) String

func (x *Secret) String() string

type SecretError

type SecretError struct {
	Id        string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Owner     string `protobuf:"bytes,3,opt,name=owner,proto3" json:"owner,omitempty"`
	Error     string `protobuf:"bytes,4,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*SecretError) Descriptor deprecated

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

Deprecated: Use SecretError.ProtoReflect.Descriptor instead.

func (*SecretError) GetError

func (x *SecretError) GetError() string

func (*SecretError) GetId

func (x *SecretError) GetId() string

func (*SecretError) GetNamespace

func (x *SecretError) GetNamespace() string

func (*SecretError) GetOwner

func (x *SecretError) GetOwner() string

func (*SecretError) ProtoMessage

func (*SecretError) ProtoMessage()

func (*SecretError) ProtoReflect

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

func (*SecretError) Reset

func (x *SecretError) Reset()

func (*SecretError) String

func (x *SecretError) String() string

type SecretRequest

type SecretRequest struct {
	Id        string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// contains filtered or unexported fields
}

func (*SecretRequest) Descriptor deprecated

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

Deprecated: Use SecretRequest.ProtoReflect.Descriptor instead.

func (*SecretRequest) GetId

func (x *SecretRequest) GetId() string

func (*SecretRequest) GetNamespace

func (x *SecretRequest) GetNamespace() string

func (*SecretRequest) ProtoMessage

func (*SecretRequest) ProtoMessage()

func (*SecretRequest) ProtoReflect

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

func (*SecretRequest) Reset

func (x *SecretRequest) Reset()

func (*SecretRequest) String

func (x *SecretRequest) String() string

type SecretResponse

type SecretResponse struct {

	// Types that are valid to be assigned to Response:
	//
	//	*SecretResponse_Secret
	//	*SecretResponse_Error
	Response isSecretResponse_Response `protobuf_oneof:"response"`
	// contains filtered or unexported fields
}

func (*SecretResponse) Descriptor deprecated

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

Deprecated: Use SecretResponse.ProtoReflect.Descriptor instead.

func (*SecretResponse) GetError

func (x *SecretResponse) GetError() *SecretError

func (*SecretResponse) GetResponse

func (x *SecretResponse) GetResponse() isSecretResponse_Response

func (*SecretResponse) GetSecret

func (x *SecretResponse) GetSecret() *Secret

func (*SecretResponse) ProtoMessage

func (*SecretResponse) ProtoMessage()

func (*SecretResponse) ProtoReflect

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

func (*SecretResponse) Reset

func (x *SecretResponse) Reset()

func (*SecretResponse) String

func (x *SecretResponse) String() string

type SecretResponse_Error

type SecretResponse_Error struct {
	Error *SecretError `protobuf:"bytes,2,opt,name=error,proto3,oneof"`
}

type SecretResponse_Secret

type SecretResponse_Secret struct {
	Secret *Secret `protobuf:"bytes,1,opt,name=secret,proto3,oneof"`
}

type SecretResponses

type SecretResponses struct {
	Responses []*SecretResponse `protobuf:"bytes,1,rep,name=responses,proto3" json:"responses,omitempty"`
	// contains filtered or unexported fields
}

func (*SecretResponses) Descriptor deprecated

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

Deprecated: Use SecretResponses.ProtoReflect.Descriptor instead.

func (*SecretResponses) GetResponses

func (x *SecretResponses) GetResponses() []*SecretResponse

func (*SecretResponses) ProtoMessage

func (*SecretResponses) ProtoMessage()

func (*SecretResponses) ProtoReflect

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

func (*SecretResponses) Reset

func (x *SecretResponses) Reset()

func (*SecretResponses) String

func (x *SecretResponses) String() string

type SimpleConsensusInputs

type SimpleConsensusInputs struct {

	// Types that are valid to be assigned to Observation:
	//
	//	*SimpleConsensusInputs_Value
	//	*SimpleConsensusInputs_Error
	Observation isSimpleConsensusInputs_Observation `protobuf_oneof:"observation"`
	Descriptors *ConsensusDescriptor                `protobuf:"bytes,3,opt,name=descriptors,proto3" json:"descriptors,omitempty"`
	Default     *pb.Value                           `protobuf:"bytes,4,opt,name=default,proto3" json:"default,omitempty"`
	// contains filtered or unexported fields
}

func (*SimpleConsensusInputs) Descriptor deprecated

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

Deprecated: Use SimpleConsensusInputs.ProtoReflect.Descriptor instead.

func (*SimpleConsensusInputs) GetDefault

func (x *SimpleConsensusInputs) GetDefault() *pb.Value

func (*SimpleConsensusInputs) GetDescriptors

func (x *SimpleConsensusInputs) GetDescriptors() *ConsensusDescriptor

func (*SimpleConsensusInputs) GetError

func (x *SimpleConsensusInputs) GetError() string

func (*SimpleConsensusInputs) GetObservation

func (x *SimpleConsensusInputs) GetObservation() isSimpleConsensusInputs_Observation

func (*SimpleConsensusInputs) GetValue

func (x *SimpleConsensusInputs) GetValue() *pb.Value

func (*SimpleConsensusInputs) ProtoMessage

func (*SimpleConsensusInputs) ProtoMessage()

func (*SimpleConsensusInputs) ProtoReflect

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

func (*SimpleConsensusInputs) Reset

func (x *SimpleConsensusInputs) Reset()

func (*SimpleConsensusInputs) String

func (x *SimpleConsensusInputs) String() string

type SimpleConsensusInputs_Error

type SimpleConsensusInputs_Error struct {
	Error string `protobuf:"bytes,2,opt,name=error,proto3,oneof"`
}

type SimpleConsensusInputs_Value

type SimpleConsensusInputs_Value struct {
	Value *pb.Value `protobuf:"bytes,1,opt,name=value,proto3,oneof"`
}

type Trigger

type Trigger struct {
	Id      uint64     `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Payload *anypb.Any `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"`
	// contains filtered or unexported fields
}

func (*Trigger) Descriptor deprecated

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

Deprecated: Use Trigger.ProtoReflect.Descriptor instead.

func (*Trigger) GetId

func (x *Trigger) GetId() uint64

func (*Trigger) GetPayload

func (x *Trigger) GetPayload() *anypb.Any

func (*Trigger) ProtoMessage

func (*Trigger) ProtoMessage()

func (*Trigger) ProtoReflect

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

func (*Trigger) Reset

func (x *Trigger) Reset()

func (*Trigger) String

func (x *Trigger) String() string

type TriggerSubscription

type TriggerSubscription struct {
	Id      string     `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Payload *anypb.Any `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"`
	Method  string     `protobuf:"bytes,3,opt,name=method,proto3" json:"method,omitempty"`
	// contains filtered or unexported fields
}

func (*TriggerSubscription) Descriptor deprecated

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

Deprecated: Use TriggerSubscription.ProtoReflect.Descriptor instead.

func (*TriggerSubscription) GetId

func (x *TriggerSubscription) GetId() string

func (*TriggerSubscription) GetMethod

func (x *TriggerSubscription) GetMethod() string

func (*TriggerSubscription) GetPayload

func (x *TriggerSubscription) GetPayload() *anypb.Any

func (*TriggerSubscription) ProtoMessage

func (*TriggerSubscription) ProtoMessage()

func (*TriggerSubscription) ProtoReflect

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

func (*TriggerSubscription) Reset

func (x *TriggerSubscription) Reset()

func (*TriggerSubscription) String

func (x *TriggerSubscription) String() string

type TriggerSubscriptionRequest

type TriggerSubscriptionRequest struct {
	Subscriptions []*TriggerSubscription `protobuf:"bytes,1,rep,name=subscriptions,proto3" json:"subscriptions,omitempty"`
	// contains filtered or unexported fields
}

func (*TriggerSubscriptionRequest) Descriptor deprecated

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

Deprecated: Use TriggerSubscriptionRequest.ProtoReflect.Descriptor instead.

func (*TriggerSubscriptionRequest) GetSubscriptions

func (x *TriggerSubscriptionRequest) GetSubscriptions() []*TriggerSubscription

func (*TriggerSubscriptionRequest) ProtoMessage

func (*TriggerSubscriptionRequest) ProtoMessage()

func (*TriggerSubscriptionRequest) ProtoReflect

func (*TriggerSubscriptionRequest) Reset

func (x *TriggerSubscriptionRequest) Reset()

func (*TriggerSubscriptionRequest) String

func (x *TriggerSubscriptionRequest) String() string

Jump to

Keyboard shortcuts

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