Documentation ¶
Index ¶
- Variables
- type ContextKey
- type Feature
- func (*Feature) Descriptor() ([]byte, []int)deprecated
- func (x *Feature) GetFeature() *v1beta1.Feature
- func (x *Feature) GetName() string
- func (x *Feature) GetSha() string
- func (*Feature) ProtoMessage()
- func (x *Feature) ProtoReflect() protoreflect.Message
- func (x *Feature) Reset()
- func (x *Feature) String() string
- type FlagEvaluationEvent
- func (*FlagEvaluationEvent) Descriptor() ([]byte, []int)deprecated
- func (x *FlagEvaluationEvent) GetCommitSha() string
- func (x *FlagEvaluationEvent) GetContextKeys() []*ContextKey
- func (x *FlagEvaluationEvent) GetFeatureName() string
- func (x *FlagEvaluationEvent) GetFeatureSha() string
- func (x *FlagEvaluationEvent) GetNamespaceName() string
- func (x *FlagEvaluationEvent) GetRepoKey() *RepositoryKey
- func (x *FlagEvaluationEvent) GetResultPath() []int32
- func (*FlagEvaluationEvent) ProtoMessage()
- func (x *FlagEvaluationEvent) ProtoReflect() protoreflect.Message
- func (x *FlagEvaluationEvent) Reset()
- func (x *FlagEvaluationEvent) String() string
- type GetBoolValueRequest
- func (*GetBoolValueRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetBoolValueRequest) GetContext() map[string]*Value
- func (x *GetBoolValueRequest) GetKey() string
- func (x *GetBoolValueRequest) GetNamespace() string
- func (x *GetBoolValueRequest) GetRepoKey() *RepositoryKey
- func (*GetBoolValueRequest) ProtoMessage()
- func (x *GetBoolValueRequest) ProtoReflect() protoreflect.Message
- func (x *GetBoolValueRequest) Reset()
- func (x *GetBoolValueRequest) String() string
- type GetBoolValueResponse
- func (*GetBoolValueResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetBoolValueResponse) GetValue() bool
- func (*GetBoolValueResponse) ProtoMessage()
- func (x *GetBoolValueResponse) ProtoReflect() protoreflect.Message
- func (x *GetBoolValueResponse) Reset()
- func (x *GetBoolValueResponse) String() string
- type GetJSONValueRequest
- func (*GetJSONValueRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetJSONValueRequest) GetContext() map[string]*Value
- func (x *GetJSONValueRequest) GetKey() string
- func (x *GetJSONValueRequest) GetNamespace() string
- func (x *GetJSONValueRequest) GetRepoKey() *RepositoryKey
- func (*GetJSONValueRequest) ProtoMessage()
- func (x *GetJSONValueRequest) ProtoReflect() protoreflect.Message
- func (x *GetJSONValueRequest) Reset()
- func (x *GetJSONValueRequest) String() string
- type GetJSONValueResponse
- func (*GetJSONValueResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetJSONValueResponse) GetValue() []byte
- func (*GetJSONValueResponse) ProtoMessage()
- func (x *GetJSONValueResponse) ProtoReflect() protoreflect.Message
- func (x *GetJSONValueResponse) Reset()
- func (x *GetJSONValueResponse) String() string
- type GetProtoValueRequest
- func (*GetProtoValueRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetProtoValueRequest) GetContext() map[string]*Value
- func (x *GetProtoValueRequest) GetKey() string
- func (x *GetProtoValueRequest) GetNamespace() string
- func (x *GetProtoValueRequest) GetRepoKey() *RepositoryKey
- func (*GetProtoValueRequest) ProtoMessage()
- func (x *GetProtoValueRequest) ProtoReflect() protoreflect.Message
- func (x *GetProtoValueRequest) Reset()
- func (x *GetProtoValueRequest) String() string
- type GetProtoValueResponse
- func (*GetProtoValueResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetProtoValueResponse) GetValue() *anypb.Any
- func (*GetProtoValueResponse) ProtoMessage()
- func (x *GetProtoValueResponse) ProtoReflect() protoreflect.Message
- func (x *GetProtoValueResponse) Reset()
- func (x *GetProtoValueResponse) String() string
- type GetRepositoryContentsRequest
- func (*GetRepositoryContentsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetRepositoryContentsRequest) GetFeatureName() string
- func (x *GetRepositoryContentsRequest) GetNamespaceName() string
- func (x *GetRepositoryContentsRequest) GetRepoKey() *RepositoryKey
- func (x *GetRepositoryContentsRequest) GetSessionKey() string
- func (*GetRepositoryContentsRequest) ProtoMessage()
- func (x *GetRepositoryContentsRequest) ProtoReflect() protoreflect.Message
- func (x *GetRepositoryContentsRequest) Reset()
- func (x *GetRepositoryContentsRequest) String() string
- type GetRepositoryContentsResponse
- func (*GetRepositoryContentsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetRepositoryContentsResponse) GetCommitSha() string
- func (x *GetRepositoryContentsResponse) GetNamespaces() []*Namespace
- func (*GetRepositoryContentsResponse) ProtoMessage()
- func (x *GetRepositoryContentsResponse) ProtoReflect() protoreflect.Message
- func (x *GetRepositoryContentsResponse) Reset()
- func (x *GetRepositoryContentsResponse) String() string
- type GetRepositoryVersionRequest
- func (*GetRepositoryVersionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetRepositoryVersionRequest) GetRepoKey() *RepositoryKey
- func (x *GetRepositoryVersionRequest) GetSessionKey() string
- func (*GetRepositoryVersionRequest) ProtoMessage()
- func (x *GetRepositoryVersionRequest) ProtoReflect() protoreflect.Message
- func (x *GetRepositoryVersionRequest) Reset()
- func (x *GetRepositoryVersionRequest) String() string
- type GetRepositoryVersionResponse
- func (*GetRepositoryVersionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetRepositoryVersionResponse) GetCommitSha() string
- func (*GetRepositoryVersionResponse) ProtoMessage()
- func (x *GetRepositoryVersionResponse) ProtoReflect() protoreflect.Message
- func (x *GetRepositoryVersionResponse) Reset()
- func (x *GetRepositoryVersionResponse) String() string
- type Namespace
- type RegisterClientRequest
- func (*RegisterClientRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RegisterClientRequest) GetInitialBootstrapSha() string
- func (x *RegisterClientRequest) GetNamespaceList() []string
- func (x *RegisterClientRequest) GetRepoKey() *RepositoryKey
- func (x *RegisterClientRequest) GetSidecarVersion() string
- func (*RegisterClientRequest) ProtoMessage()
- func (x *RegisterClientRequest) ProtoReflect() protoreflect.Message
- func (x *RegisterClientRequest) Reset()
- func (x *RegisterClientRequest) String() string
- type RegisterClientResponse
- func (*RegisterClientResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RegisterClientResponse) GetSessionKey() string
- func (*RegisterClientResponse) ProtoMessage()
- func (x *RegisterClientResponse) ProtoReflect() protoreflect.Message
- func (x *RegisterClientResponse) Reset()
- func (x *RegisterClientResponse) String() string
- type RegisterRequest
- func (*RegisterRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RegisterRequest) GetNamespaceList() []string
- func (x *RegisterRequest) GetRepoKey() *RepositoryKey
- func (*RegisterRequest) ProtoMessage()
- func (x *RegisterRequest) ProtoReflect() protoreflect.Message
- func (x *RegisterRequest) Reset()
- func (x *RegisterRequest) String() string
- type RegisterResponse
- type RepositoryKey
- func (*RepositoryKey) Descriptor() ([]byte, []int)deprecated
- func (x *RepositoryKey) GetOwnerName() string
- func (x *RepositoryKey) GetRepoName() string
- func (*RepositoryKey) ProtoMessage()
- func (x *RepositoryKey) ProtoReflect() protoreflect.Message
- func (x *RepositoryKey) Reset()
- func (x *RepositoryKey) String() string
- type SendFlagEvaluationMetricsRequest
- func (*SendFlagEvaluationMetricsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SendFlagEvaluationMetricsRequest) GetEvents() []*FlagEvaluationEvent
- func (x *SendFlagEvaluationMetricsRequest) GetSessionKey() string
- func (*SendFlagEvaluationMetricsRequest) ProtoMessage()
- func (x *SendFlagEvaluationMetricsRequest) ProtoReflect() protoreflect.Message
- func (x *SendFlagEvaluationMetricsRequest) Reset()
- func (x *SendFlagEvaluationMetricsRequest) String() string
- type SendFlagEvaluationMetricsResponse
- func (*SendFlagEvaluationMetricsResponse) Descriptor() ([]byte, []int)deprecated
- func (*SendFlagEvaluationMetricsResponse) ProtoMessage()
- func (x *SendFlagEvaluationMetricsResponse) ProtoReflect() protoreflect.Message
- func (x *SendFlagEvaluationMetricsResponse) Reset()
- func (x *SendFlagEvaluationMetricsResponse) String() string
- type Value
- func (*Value) Descriptor() ([]byte, []int)deprecated
- func (x *Value) GetBoolValue() bool
- func (x *Value) GetDoubleValue() float64
- func (x *Value) GetIntValue() int64
- func (m *Value) GetKind() isValue_Kind
- func (x *Value) GetStringValue() string
- func (*Value) ProtoMessage()
- func (x *Value) ProtoReflect() protoreflect.Message
- func (x *Value) Reset()
- func (x *Value) String() string
- type Value_BoolValue
- type Value_DoubleValue
- type Value_IntValue
- type Value_StringValue
Constants ¶
This section is empty.
Variables ¶
var File_lekko_backend_v1beta1_configuration_service_proto protoreflect.FileDescriptor
var File_lekko_backend_v1beta1_distribution_service_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type ContextKey ¶
type ContextKey struct { Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"` // contains filtered or unexported fields }
func (*ContextKey) Descriptor
deprecated
func (*ContextKey) Descriptor() ([]byte, []int)
Deprecated: Use ContextKey.ProtoReflect.Descriptor instead.
func (*ContextKey) GetKey ¶
func (x *ContextKey) GetKey() string
func (*ContextKey) GetType ¶
func (x *ContextKey) GetType() string
func (*ContextKey) ProtoMessage ¶
func (*ContextKey) ProtoMessage()
func (*ContextKey) ProtoReflect ¶
func (x *ContextKey) ProtoReflect() protoreflect.Message
func (*ContextKey) Reset ¶
func (x *ContextKey) Reset()
func (*ContextKey) String ¶
func (x *ContextKey) String() string
type Feature ¶
type Feature struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // The sha of the protobuf binary according to git. Sha string `protobuf:"bytes,2,opt,name=sha,proto3" json:"sha,omitempty"` Feature *v1beta1.Feature `protobuf:"bytes,3,opt,name=feature,proto3" json:"feature,omitempty"` // contains filtered or unexported fields }
func (*Feature) Descriptor
deprecated
func (*Feature) GetFeature ¶
func (*Feature) ProtoMessage ¶
func (*Feature) ProtoMessage()
func (*Feature) ProtoReflect ¶
func (x *Feature) ProtoReflect() protoreflect.Message
type FlagEvaluationEvent ¶
type FlagEvaluationEvent struct { RepoKey *RepositoryKey `protobuf:"bytes,1,opt,name=repo_key,json=repoKey,proto3" json:"repo_key,omitempty"` CommitSha string `protobuf:"bytes,2,opt,name=commit_sha,json=commitSha,proto3" json:"commit_sha,omitempty"` FeatureSha string `protobuf:"bytes,3,opt,name=feature_sha,json=featureSha,proto3" json:"feature_sha,omitempty"` NamespaceName string `protobuf:"bytes,4,opt,name=namespace_name,json=namespaceName,proto3" json:"namespace_name,omitempty"` FeatureName string `protobuf:"bytes,5,opt,name=feature_name,json=featureName,proto3" json:"feature_name,omitempty"` // A list of context keys (not values) that were provided at runtime. ContextKeys []*ContextKey `protobuf:"bytes,6,rep,name=context_keys,json=contextKeys,proto3" json:"context_keys,omitempty"` // The node in the tree that contained the final return value of the feature. ResultPath []int32 `protobuf:"varint,7,rep,packed,name=result_path,json=resultPath,proto3" json:"result_path,omitempty"` // contains filtered or unexported fields }
func (*FlagEvaluationEvent) Descriptor
deprecated
func (*FlagEvaluationEvent) Descriptor() ([]byte, []int)
Deprecated: Use FlagEvaluationEvent.ProtoReflect.Descriptor instead.
func (*FlagEvaluationEvent) GetCommitSha ¶
func (x *FlagEvaluationEvent) GetCommitSha() string
func (*FlagEvaluationEvent) GetContextKeys ¶
func (x *FlagEvaluationEvent) GetContextKeys() []*ContextKey
func (*FlagEvaluationEvent) GetFeatureName ¶
func (x *FlagEvaluationEvent) GetFeatureName() string
func (*FlagEvaluationEvent) GetFeatureSha ¶
func (x *FlagEvaluationEvent) GetFeatureSha() string
func (*FlagEvaluationEvent) GetNamespaceName ¶
func (x *FlagEvaluationEvent) GetNamespaceName() string
func (*FlagEvaluationEvent) GetRepoKey ¶
func (x *FlagEvaluationEvent) GetRepoKey() *RepositoryKey
func (*FlagEvaluationEvent) GetResultPath ¶
func (x *FlagEvaluationEvent) GetResultPath() []int32
func (*FlagEvaluationEvent) ProtoMessage ¶
func (*FlagEvaluationEvent) ProtoMessage()
func (*FlagEvaluationEvent) ProtoReflect ¶
func (x *FlagEvaluationEvent) ProtoReflect() protoreflect.Message
func (*FlagEvaluationEvent) Reset ¶
func (x *FlagEvaluationEvent) Reset()
func (*FlagEvaluationEvent) String ¶
func (x *FlagEvaluationEvent) String() string
type GetBoolValueRequest ¶
type GetBoolValueRequest struct { Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` Context map[string]*Value `` /* 155-byte string literal not displayed */ Namespace string `protobuf:"bytes,3,opt,name=namespace,proto3" json:"namespace,omitempty"` RepoKey *RepositoryKey `protobuf:"bytes,4,opt,name=repo_key,json=repoKey,proto3" json:"repo_key,omitempty"` // contains filtered or unexported fields }
func (*GetBoolValueRequest) Descriptor
deprecated
func (*GetBoolValueRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetBoolValueRequest.ProtoReflect.Descriptor instead.
func (*GetBoolValueRequest) GetContext ¶
func (x *GetBoolValueRequest) GetContext() map[string]*Value
func (*GetBoolValueRequest) GetKey ¶
func (x *GetBoolValueRequest) GetKey() string
func (*GetBoolValueRequest) GetNamespace ¶
func (x *GetBoolValueRequest) GetNamespace() string
func (*GetBoolValueRequest) GetRepoKey ¶
func (x *GetBoolValueRequest) GetRepoKey() *RepositoryKey
func (*GetBoolValueRequest) ProtoMessage ¶
func (*GetBoolValueRequest) ProtoMessage()
func (*GetBoolValueRequest) ProtoReflect ¶
func (x *GetBoolValueRequest) ProtoReflect() protoreflect.Message
func (*GetBoolValueRequest) Reset ¶
func (x *GetBoolValueRequest) Reset()
func (*GetBoolValueRequest) String ¶
func (x *GetBoolValueRequest) String() string
type GetBoolValueResponse ¶
type GetBoolValueResponse struct { Value bool `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*GetBoolValueResponse) Descriptor
deprecated
func (*GetBoolValueResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetBoolValueResponse.ProtoReflect.Descriptor instead.
func (*GetBoolValueResponse) GetValue ¶
func (x *GetBoolValueResponse) GetValue() bool
func (*GetBoolValueResponse) ProtoMessage ¶
func (*GetBoolValueResponse) ProtoMessage()
func (*GetBoolValueResponse) ProtoReflect ¶
func (x *GetBoolValueResponse) ProtoReflect() protoreflect.Message
func (*GetBoolValueResponse) Reset ¶
func (x *GetBoolValueResponse) Reset()
func (*GetBoolValueResponse) String ¶
func (x *GetBoolValueResponse) String() string
type GetJSONValueRequest ¶
type GetJSONValueRequest struct { Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` Context map[string]*Value `` /* 155-byte string literal not displayed */ Namespace string `protobuf:"bytes,3,opt,name=namespace,proto3" json:"namespace,omitempty"` RepoKey *RepositoryKey `protobuf:"bytes,4,opt,name=repo_key,json=repoKey,proto3" json:"repo_key,omitempty"` // contains filtered or unexported fields }
func (*GetJSONValueRequest) Descriptor
deprecated
func (*GetJSONValueRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetJSONValueRequest.ProtoReflect.Descriptor instead.
func (*GetJSONValueRequest) GetContext ¶
func (x *GetJSONValueRequest) GetContext() map[string]*Value
func (*GetJSONValueRequest) GetKey ¶
func (x *GetJSONValueRequest) GetKey() string
func (*GetJSONValueRequest) GetNamespace ¶
func (x *GetJSONValueRequest) GetNamespace() string
func (*GetJSONValueRequest) GetRepoKey ¶
func (x *GetJSONValueRequest) GetRepoKey() *RepositoryKey
func (*GetJSONValueRequest) ProtoMessage ¶
func (*GetJSONValueRequest) ProtoMessage()
func (*GetJSONValueRequest) ProtoReflect ¶
func (x *GetJSONValueRequest) ProtoReflect() protoreflect.Message
func (*GetJSONValueRequest) Reset ¶
func (x *GetJSONValueRequest) Reset()
func (*GetJSONValueRequest) String ¶
func (x *GetJSONValueRequest) String() string
type GetJSONValueResponse ¶
type GetJSONValueResponse struct { Value []byte `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*GetJSONValueResponse) Descriptor
deprecated
func (*GetJSONValueResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetJSONValueResponse.ProtoReflect.Descriptor instead.
func (*GetJSONValueResponse) GetValue ¶
func (x *GetJSONValueResponse) GetValue() []byte
func (*GetJSONValueResponse) ProtoMessage ¶
func (*GetJSONValueResponse) ProtoMessage()
func (*GetJSONValueResponse) ProtoReflect ¶
func (x *GetJSONValueResponse) ProtoReflect() protoreflect.Message
func (*GetJSONValueResponse) Reset ¶
func (x *GetJSONValueResponse) Reset()
func (*GetJSONValueResponse) String ¶
func (x *GetJSONValueResponse) String() string
type GetProtoValueRequest ¶
type GetProtoValueRequest struct { Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` Context map[string]*Value `` /* 155-byte string literal not displayed */ Namespace string `protobuf:"bytes,3,opt,name=namespace,proto3" json:"namespace,omitempty"` RepoKey *RepositoryKey `protobuf:"bytes,4,opt,name=repo_key,json=repoKey,proto3" json:"repo_key,omitempty"` // contains filtered or unexported fields }
func (*GetProtoValueRequest) Descriptor
deprecated
func (*GetProtoValueRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetProtoValueRequest.ProtoReflect.Descriptor instead.
func (*GetProtoValueRequest) GetContext ¶
func (x *GetProtoValueRequest) GetContext() map[string]*Value
func (*GetProtoValueRequest) GetKey ¶
func (x *GetProtoValueRequest) GetKey() string
func (*GetProtoValueRequest) GetNamespace ¶
func (x *GetProtoValueRequest) GetNamespace() string
func (*GetProtoValueRequest) GetRepoKey ¶
func (x *GetProtoValueRequest) GetRepoKey() *RepositoryKey
func (*GetProtoValueRequest) ProtoMessage ¶
func (*GetProtoValueRequest) ProtoMessage()
func (*GetProtoValueRequest) ProtoReflect ¶
func (x *GetProtoValueRequest) ProtoReflect() protoreflect.Message
func (*GetProtoValueRequest) Reset ¶
func (x *GetProtoValueRequest) Reset()
func (*GetProtoValueRequest) String ¶
func (x *GetProtoValueRequest) String() string
type GetProtoValueResponse ¶
type GetProtoValueResponse struct { Value *anypb.Any `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*GetProtoValueResponse) Descriptor
deprecated
func (*GetProtoValueResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetProtoValueResponse.ProtoReflect.Descriptor instead.
func (*GetProtoValueResponse) GetValue ¶
func (x *GetProtoValueResponse) GetValue() *anypb.Any
func (*GetProtoValueResponse) ProtoMessage ¶
func (*GetProtoValueResponse) ProtoMessage()
func (*GetProtoValueResponse) ProtoReflect ¶
func (x *GetProtoValueResponse) ProtoReflect() protoreflect.Message
func (*GetProtoValueResponse) Reset ¶
func (x *GetProtoValueResponse) Reset()
func (*GetProtoValueResponse) String ¶
func (x *GetProtoValueResponse) String() string
type GetRepositoryContentsRequest ¶
type GetRepositoryContentsRequest struct { RepoKey *RepositoryKey `protobuf:"bytes,1,opt,name=repo_key,json=repoKey,proto3" json:"repo_key,omitempty"` // optional namespace_name to filter responses by NamespaceName string `protobuf:"bytes,2,opt,name=namespace_name,json=namespaceName,proto3" json:"namespace_name,omitempty"` // optional feature_name to filter responses by FeatureName string `protobuf:"bytes,3,opt,name=feature_name,json=featureName,proto3" json:"feature_name,omitempty"` SessionKey string `protobuf:"bytes,4,opt,name=session_key,json=sessionKey,proto3" json:"session_key,omitempty"` // contains filtered or unexported fields }
func (*GetRepositoryContentsRequest) Descriptor
deprecated
func (*GetRepositoryContentsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetRepositoryContentsRequest.ProtoReflect.Descriptor instead.
func (*GetRepositoryContentsRequest) GetFeatureName ¶
func (x *GetRepositoryContentsRequest) GetFeatureName() string
func (*GetRepositoryContentsRequest) GetNamespaceName ¶
func (x *GetRepositoryContentsRequest) GetNamespaceName() string
func (*GetRepositoryContentsRequest) GetRepoKey ¶
func (x *GetRepositoryContentsRequest) GetRepoKey() *RepositoryKey
func (*GetRepositoryContentsRequest) GetSessionKey ¶
func (x *GetRepositoryContentsRequest) GetSessionKey() string
func (*GetRepositoryContentsRequest) ProtoMessage ¶
func (*GetRepositoryContentsRequest) ProtoMessage()
func (*GetRepositoryContentsRequest) ProtoReflect ¶
func (x *GetRepositoryContentsRequest) ProtoReflect() protoreflect.Message
func (*GetRepositoryContentsRequest) Reset ¶
func (x *GetRepositoryContentsRequest) Reset()
func (*GetRepositoryContentsRequest) String ¶
func (x *GetRepositoryContentsRequest) String() string
type GetRepositoryContentsResponse ¶
type GetRepositoryContentsResponse struct { CommitSha string `protobuf:"bytes,1,opt,name=commit_sha,json=commitSha,proto3" json:"commit_sha,omitempty"` Namespaces []*Namespace `protobuf:"bytes,2,rep,name=namespaces,proto3" json:"namespaces,omitempty"` // contains filtered or unexported fields }
func (*GetRepositoryContentsResponse) Descriptor
deprecated
func (*GetRepositoryContentsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetRepositoryContentsResponse.ProtoReflect.Descriptor instead.
func (*GetRepositoryContentsResponse) GetCommitSha ¶
func (x *GetRepositoryContentsResponse) GetCommitSha() string
func (*GetRepositoryContentsResponse) GetNamespaces ¶
func (x *GetRepositoryContentsResponse) GetNamespaces() []*Namespace
func (*GetRepositoryContentsResponse) ProtoMessage ¶
func (*GetRepositoryContentsResponse) ProtoMessage()
func (*GetRepositoryContentsResponse) ProtoReflect ¶
func (x *GetRepositoryContentsResponse) ProtoReflect() protoreflect.Message
func (*GetRepositoryContentsResponse) Reset ¶
func (x *GetRepositoryContentsResponse) Reset()
func (*GetRepositoryContentsResponse) String ¶
func (x *GetRepositoryContentsResponse) String() string
type GetRepositoryVersionRequest ¶
type GetRepositoryVersionRequest struct { RepoKey *RepositoryKey `protobuf:"bytes,1,opt,name=repo_key,json=repoKey,proto3" json:"repo_key,omitempty"` SessionKey string `protobuf:"bytes,2,opt,name=session_key,json=sessionKey,proto3" json:"session_key,omitempty"` // contains filtered or unexported fields }
func (*GetRepositoryVersionRequest) Descriptor
deprecated
func (*GetRepositoryVersionRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetRepositoryVersionRequest.ProtoReflect.Descriptor instead.
func (*GetRepositoryVersionRequest) GetRepoKey ¶
func (x *GetRepositoryVersionRequest) GetRepoKey() *RepositoryKey
func (*GetRepositoryVersionRequest) GetSessionKey ¶
func (x *GetRepositoryVersionRequest) GetSessionKey() string
func (*GetRepositoryVersionRequest) ProtoMessage ¶
func (*GetRepositoryVersionRequest) ProtoMessage()
func (*GetRepositoryVersionRequest) ProtoReflect ¶
func (x *GetRepositoryVersionRequest) ProtoReflect() protoreflect.Message
func (*GetRepositoryVersionRequest) Reset ¶
func (x *GetRepositoryVersionRequest) Reset()
func (*GetRepositoryVersionRequest) String ¶
func (x *GetRepositoryVersionRequest) String() string
type GetRepositoryVersionResponse ¶
type GetRepositoryVersionResponse struct { CommitSha string `protobuf:"bytes,1,opt,name=commit_sha,json=commitSha,proto3" json:"commit_sha,omitempty"` // contains filtered or unexported fields }
func (*GetRepositoryVersionResponse) Descriptor
deprecated
func (*GetRepositoryVersionResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetRepositoryVersionResponse.ProtoReflect.Descriptor instead.
func (*GetRepositoryVersionResponse) GetCommitSha ¶
func (x *GetRepositoryVersionResponse) GetCommitSha() string
func (*GetRepositoryVersionResponse) ProtoMessage ¶
func (*GetRepositoryVersionResponse) ProtoMessage()
func (*GetRepositoryVersionResponse) ProtoReflect ¶
func (x *GetRepositoryVersionResponse) ProtoReflect() protoreflect.Message
func (*GetRepositoryVersionResponse) Reset ¶
func (x *GetRepositoryVersionResponse) Reset()
func (*GetRepositoryVersionResponse) String ¶
func (x *GetRepositoryVersionResponse) String() string
type Namespace ¶
type Namespace struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Features []*Feature `protobuf:"bytes,2,rep,name=features,proto3" json:"features,omitempty"` // contains filtered or unexported fields }
func (*Namespace) Descriptor
deprecated
func (*Namespace) GetFeatures ¶
func (*Namespace) ProtoMessage ¶
func (*Namespace) ProtoMessage()
func (*Namespace) ProtoReflect ¶
func (x *Namespace) ProtoReflect() protoreflect.Message
type RegisterClientRequest ¶
type RegisterClientRequest struct { RepoKey *RepositoryKey `protobuf:"bytes,1,opt,name=repo_key,json=repoKey,proto3" json:"repo_key,omitempty"` // The namespaces to register within the repo. If empty, // all namespaces will be registered. NamespaceList []string `protobuf:"bytes,2,rep,name=namespace_list,json=namespaceList,proto3" json:"namespace_list,omitempty"` // If the client was initialized from a git bootstrap, // the commit sha is provided. If there was no bootstrap, this // can be an empty string. InitialBootstrapSha string `protobuf:"bytes,3,opt,name=initial_bootstrap_sha,json=initialBootstrapSha,proto3" json:"initial_bootstrap_sha,omitempty"` // If the client is a lekko sidecar, provide the semver version, // or if not available, the sha of the sidecar. SidecarVersion string `protobuf:"bytes,4,opt,name=sidecar_version,json=sidecarVersion,proto3" json:"sidecar_version,omitempty"` // contains filtered or unexported fields }
func (*RegisterClientRequest) Descriptor
deprecated
func (*RegisterClientRequest) Descriptor() ([]byte, []int)
Deprecated: Use RegisterClientRequest.ProtoReflect.Descriptor instead.
func (*RegisterClientRequest) GetInitialBootstrapSha ¶
func (x *RegisterClientRequest) GetInitialBootstrapSha() string
func (*RegisterClientRequest) GetNamespaceList ¶
func (x *RegisterClientRequest) GetNamespaceList() []string
func (*RegisterClientRequest) GetRepoKey ¶
func (x *RegisterClientRequest) GetRepoKey() *RepositoryKey
func (*RegisterClientRequest) GetSidecarVersion ¶
func (x *RegisterClientRequest) GetSidecarVersion() string
func (*RegisterClientRequest) ProtoMessage ¶
func (*RegisterClientRequest) ProtoMessage()
func (*RegisterClientRequest) ProtoReflect ¶
func (x *RegisterClientRequest) ProtoReflect() protoreflect.Message
func (*RegisterClientRequest) Reset ¶
func (x *RegisterClientRequest) Reset()
func (*RegisterClientRequest) String ¶
func (x *RegisterClientRequest) String() string
type RegisterClientResponse ¶
type RegisterClientResponse struct { SessionKey string `protobuf:"bytes,4,opt,name=session_key,json=sessionKey,proto3" json:"session_key,omitempty"` // contains filtered or unexported fields }
func (*RegisterClientResponse) Descriptor
deprecated
func (*RegisterClientResponse) Descriptor() ([]byte, []int)
Deprecated: Use RegisterClientResponse.ProtoReflect.Descriptor instead.
func (*RegisterClientResponse) GetSessionKey ¶
func (x *RegisterClientResponse) GetSessionKey() string
func (*RegisterClientResponse) ProtoMessage ¶
func (*RegisterClientResponse) ProtoMessage()
func (*RegisterClientResponse) ProtoReflect ¶
func (x *RegisterClientResponse) ProtoReflect() protoreflect.Message
func (*RegisterClientResponse) Reset ¶
func (x *RegisterClientResponse) Reset()
func (*RegisterClientResponse) String ¶
func (x *RegisterClientResponse) String() string
type RegisterRequest ¶
type RegisterRequest struct { RepoKey *RepositoryKey `protobuf:"bytes,1,opt,name=repo_key,json=repoKey,proto3" json:"repo_key,omitempty"` // The namespaces to register within the repo. If empty, // all namespaces will be registered. NamespaceList []string `protobuf:"bytes,2,rep,name=namespace_list,json=namespaceList,proto3" json:"namespace_list,omitempty"` // contains filtered or unexported fields }
func (*RegisterRequest) Descriptor
deprecated
func (*RegisterRequest) Descriptor() ([]byte, []int)
Deprecated: Use RegisterRequest.ProtoReflect.Descriptor instead.
func (*RegisterRequest) GetNamespaceList ¶
func (x *RegisterRequest) GetNamespaceList() []string
func (*RegisterRequest) GetRepoKey ¶
func (x *RegisterRequest) GetRepoKey() *RepositoryKey
func (*RegisterRequest) ProtoMessage ¶
func (*RegisterRequest) ProtoMessage()
func (*RegisterRequest) ProtoReflect ¶
func (x *RegisterRequest) ProtoReflect() protoreflect.Message
func (*RegisterRequest) Reset ¶
func (x *RegisterRequest) Reset()
func (*RegisterRequest) String ¶
func (x *RegisterRequest) String() string
type RegisterResponse ¶
type RegisterResponse struct {
// contains filtered or unexported fields
}
func (*RegisterResponse) Descriptor
deprecated
func (*RegisterResponse) Descriptor() ([]byte, []int)
Deprecated: Use RegisterResponse.ProtoReflect.Descriptor instead.
func (*RegisterResponse) ProtoMessage ¶
func (*RegisterResponse) ProtoMessage()
func (*RegisterResponse) ProtoReflect ¶
func (x *RegisterResponse) ProtoReflect() protoreflect.Message
func (*RegisterResponse) Reset ¶
func (x *RegisterResponse) Reset()
func (*RegisterResponse) String ¶
func (x *RegisterResponse) String() string
type RepositoryKey ¶
type RepositoryKey struct { OwnerName string `protobuf:"bytes,1,opt,name=owner_name,json=ownerName,proto3" json:"owner_name,omitempty"` RepoName string `protobuf:"bytes,2,opt,name=repo_name,json=repoName,proto3" json:"repo_name,omitempty"` // contains filtered or unexported fields }
func (*RepositoryKey) Descriptor
deprecated
func (*RepositoryKey) Descriptor() ([]byte, []int)
Deprecated: Use RepositoryKey.ProtoReflect.Descriptor instead.
func (*RepositoryKey) GetOwnerName ¶
func (x *RepositoryKey) GetOwnerName() string
func (*RepositoryKey) GetRepoName ¶
func (x *RepositoryKey) GetRepoName() string
func (*RepositoryKey) ProtoMessage ¶
func (*RepositoryKey) ProtoMessage()
func (*RepositoryKey) ProtoReflect ¶
func (x *RepositoryKey) ProtoReflect() protoreflect.Message
func (*RepositoryKey) Reset ¶
func (x *RepositoryKey) Reset()
func (*RepositoryKey) String ¶
func (x *RepositoryKey) String() string
type SendFlagEvaluationMetricsRequest ¶
type SendFlagEvaluationMetricsRequest struct { Events []*FlagEvaluationEvent `protobuf:"bytes,1,rep,name=events,proto3" json:"events,omitempty"` SessionKey string `protobuf:"bytes,2,opt,name=session_key,json=sessionKey,proto3" json:"session_key,omitempty"` // contains filtered or unexported fields }
func (*SendFlagEvaluationMetricsRequest) Descriptor
deprecated
func (*SendFlagEvaluationMetricsRequest) Descriptor() ([]byte, []int)
Deprecated: Use SendFlagEvaluationMetricsRequest.ProtoReflect.Descriptor instead.
func (*SendFlagEvaluationMetricsRequest) GetEvents ¶
func (x *SendFlagEvaluationMetricsRequest) GetEvents() []*FlagEvaluationEvent
func (*SendFlagEvaluationMetricsRequest) GetSessionKey ¶
func (x *SendFlagEvaluationMetricsRequest) GetSessionKey() string
func (*SendFlagEvaluationMetricsRequest) ProtoMessage ¶
func (*SendFlagEvaluationMetricsRequest) ProtoMessage()
func (*SendFlagEvaluationMetricsRequest) ProtoReflect ¶
func (x *SendFlagEvaluationMetricsRequest) ProtoReflect() protoreflect.Message
func (*SendFlagEvaluationMetricsRequest) Reset ¶
func (x *SendFlagEvaluationMetricsRequest) Reset()
func (*SendFlagEvaluationMetricsRequest) String ¶
func (x *SendFlagEvaluationMetricsRequest) String() string
type SendFlagEvaluationMetricsResponse ¶
type SendFlagEvaluationMetricsResponse struct {
// contains filtered or unexported fields
}
func (*SendFlagEvaluationMetricsResponse) Descriptor
deprecated
func (*SendFlagEvaluationMetricsResponse) Descriptor() ([]byte, []int)
Deprecated: Use SendFlagEvaluationMetricsResponse.ProtoReflect.Descriptor instead.
func (*SendFlagEvaluationMetricsResponse) ProtoMessage ¶
func (*SendFlagEvaluationMetricsResponse) ProtoMessage()
func (*SendFlagEvaluationMetricsResponse) ProtoReflect ¶
func (x *SendFlagEvaluationMetricsResponse) ProtoReflect() protoreflect.Message
func (*SendFlagEvaluationMetricsResponse) Reset ¶
func (x *SendFlagEvaluationMetricsResponse) Reset()
func (*SendFlagEvaluationMetricsResponse) String ¶
func (x *SendFlagEvaluationMetricsResponse) String() string
type Value ¶
type Value struct { // Types that are assignable to Kind: // *Value_BoolValue // *Value_IntValue // *Value_DoubleValue // *Value_StringValue Kind isValue_Kind `protobuf_oneof:"kind"` // contains filtered or unexported fields }
func (*Value) Descriptor
deprecated
func (*Value) GetBoolValue ¶
func (*Value) GetDoubleValue ¶
func (*Value) GetIntValue ¶
func (*Value) GetStringValue ¶
func (*Value) ProtoMessage ¶
func (*Value) ProtoMessage()
func (*Value) ProtoReflect ¶
func (x *Value) ProtoReflect() protoreflect.Message
type Value_BoolValue ¶
type Value_BoolValue struct {
BoolValue bool `protobuf:"varint,1,opt,name=bool_value,json=boolValue,proto3,oneof"`
}
type Value_DoubleValue ¶
type Value_DoubleValue struct {
DoubleValue float64 `protobuf:"fixed64,3,opt,name=double_value,json=doubleValue,proto3,oneof"`
}
type Value_IntValue ¶
type Value_IntValue struct {
IntValue int64 `protobuf:"varint,2,opt,name=int_value,json=intValue,proto3,oneof"`
}
type Value_StringValue ¶
type Value_StringValue struct {
StringValue string `protobuf:"bytes,4,opt,name=string_value,json=stringValue,proto3,oneof"`
}