Versions in this module Expand all Collapse all v1 v1.1.2 Jun 19, 2021 Changes in this version + var File_dapr_proto_common_v1_common_proto protoreflect.FileDescriptor + var HTTPExtension_Verb_name = map[int32]string + var HTTPExtension_Verb_value = map[string]int32 + var StateOptions_StateConcurrency_name = map[int32]string + var StateOptions_StateConcurrency_value = map[string]int32 + var StateOptions_StateConsistency_name = map[int32]string + var StateOptions_StateConsistency_value = map[string]int32 + type Etag struct + Value string + func (*Etag) Descriptor() ([]byte, []int) + func (*Etag) ProtoMessage() + func (x *Etag) GetValue() string + func (x *Etag) ProtoReflect() protoreflect.Message + func (x *Etag) Reset() + func (x *Etag) String() string + type HTTPExtension struct + Querystring string + Verb HTTPExtension_Verb + func (*HTTPExtension) Descriptor() ([]byte, []int) + func (*HTTPExtension) ProtoMessage() + func (x *HTTPExtension) GetQuerystring() string + func (x *HTTPExtension) GetVerb() HTTPExtension_Verb + func (x *HTTPExtension) ProtoReflect() protoreflect.Message + func (x *HTTPExtension) Reset() + func (x *HTTPExtension) String() string + type HTTPExtension_Verb int32 + const HTTPExtension_CONNECT + const HTTPExtension_DELETE + const HTTPExtension_GET + const HTTPExtension_HEAD + const HTTPExtension_NONE + const HTTPExtension_OPTIONS + const HTTPExtension_POST + const HTTPExtension_PUT + const HTTPExtension_TRACE + func (HTTPExtension_Verb) Descriptor() protoreflect.EnumDescriptor + func (HTTPExtension_Verb) EnumDescriptor() ([]byte, []int) + func (HTTPExtension_Verb) Type() protoreflect.EnumType + func (x HTTPExtension_Verb) Enum() *HTTPExtension_Verb + func (x HTTPExtension_Verb) Number() protoreflect.EnumNumber + func (x HTTPExtension_Verb) String() string + type InvokeRequest struct + ContentType string + Data *anypb.Any + HttpExtension *HTTPExtension + Method string + func (*InvokeRequest) Descriptor() ([]byte, []int) + func (*InvokeRequest) ProtoMessage() + func (x *InvokeRequest) GetContentType() string + func (x *InvokeRequest) GetData() *anypb.Any + func (x *InvokeRequest) GetHttpExtension() *HTTPExtension + func (x *InvokeRequest) GetMethod() string + func (x *InvokeRequest) ProtoReflect() protoreflect.Message + func (x *InvokeRequest) Reset() + func (x *InvokeRequest) String() string + type InvokeResponse struct + ContentType string + Data *anypb.Any + func (*InvokeResponse) Descriptor() ([]byte, []int) + func (*InvokeResponse) ProtoMessage() + func (x *InvokeResponse) GetContentType() string + func (x *InvokeResponse) GetData() *anypb.Any + func (x *InvokeResponse) ProtoReflect() protoreflect.Message + func (x *InvokeResponse) Reset() + func (x *InvokeResponse) String() string + type StateItem struct + Etag *Etag + Key string + Metadata map[string]string + Options *StateOptions + Value []byte + func (*StateItem) Descriptor() ([]byte, []int) + func (*StateItem) ProtoMessage() + func (x *StateItem) GetEtag() *Etag + func (x *StateItem) GetKey() string + func (x *StateItem) GetMetadata() map[string]string + func (x *StateItem) GetOptions() *StateOptions + func (x *StateItem) GetValue() []byte + func (x *StateItem) ProtoReflect() protoreflect.Message + func (x *StateItem) Reset() + func (x *StateItem) String() string + type StateOptions struct + Concurrency StateOptions_StateConcurrency + Consistency StateOptions_StateConsistency + func (*StateOptions) Descriptor() ([]byte, []int) + func (*StateOptions) ProtoMessage() + func (x *StateOptions) GetConcurrency() StateOptions_StateConcurrency + func (x *StateOptions) GetConsistency() StateOptions_StateConsistency + func (x *StateOptions) ProtoReflect() protoreflect.Message + func (x *StateOptions) Reset() + func (x *StateOptions) String() string + type StateOptions_StateConcurrency int32 + const StateOptions_CONCURRENCY_FIRST_WRITE + const StateOptions_CONCURRENCY_LAST_WRITE + const StateOptions_CONCURRENCY_UNSPECIFIED + func (StateOptions_StateConcurrency) Descriptor() protoreflect.EnumDescriptor + func (StateOptions_StateConcurrency) EnumDescriptor() ([]byte, []int) + func (StateOptions_StateConcurrency) Type() protoreflect.EnumType + func (x StateOptions_StateConcurrency) Enum() *StateOptions_StateConcurrency + func (x StateOptions_StateConcurrency) Number() protoreflect.EnumNumber + func (x StateOptions_StateConcurrency) String() string + type StateOptions_StateConsistency int32 + const StateOptions_CONSISTENCY_EVENTUAL + const StateOptions_CONSISTENCY_STRONG + const StateOptions_CONSISTENCY_UNSPECIFIED + func (StateOptions_StateConsistency) Descriptor() protoreflect.EnumDescriptor + func (StateOptions_StateConsistency) EnumDescriptor() ([]byte, []int) + func (StateOptions_StateConsistency) Type() protoreflect.EnumType + func (x StateOptions_StateConsistency) Enum() *StateOptions_StateConsistency + func (x StateOptions_StateConsistency) Number() protoreflect.EnumNumber + func (x StateOptions_StateConsistency) String() string