Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ProvideGrpcClientConn ¶
func ProvideGrpcClientConn(i *do.Injector) (*grpc.ClientConn, error)
Types ¶
type EvaluationFailureErrorCode ¶
type EvaluationFailureErrorCode = code
const ( GENERAL EvaluationFailureErrorCode = "GENERAL" INVALIDCONTEXT EvaluationFailureErrorCode = "INVALID_CONTEXT" PARSEERROR EvaluationFailureErrorCode = "PARSE_ERROR" TARGETINGKEYMISSING EvaluationFailureErrorCode = "TARGETING_KEY_MISSING" )
Defines values for EvaluationFailureErrorCode.
type EvaluationSuccessReason ¶
type EvaluationSuccessReason = code
const ( DISABLED EvaluationSuccessReason = "DISABLED" SPLIT EvaluationSuccessReason = "SPLIT" STATIC EvaluationSuccessReason = "STATIC" TARGETINGMATCH EvaluationSuccessReason = "TARGETING_MATCH" UNKNOWN EvaluationSuccessReason = "UNKNOWN" )
type FlagNotFoundErrorCode ¶
type FlagNotFoundErrorCode = code
const (
FLAGNOTFOUND FlagNotFoundErrorCode = "FLAG_NOT_FOUND"
)
type ServiceServer ¶
type ServiceServer interface { user_flex_feature.UserFlexFeatureServiceServer ofrep.OFREPServiceServer user_flex_feature_raft.RaftServiceServer JoinCluster() error }
func ProvideUserFlexFeatureServer ¶
func ProvideUserFlexFeatureServer(i *do.Injector) (ServiceServer, error)
type UserFlexFeatureServer ¶
Source Files ¶
Directories ¶
Path | Synopsis |
---|---|
Package ofrep is a reverse proxy.
|
Package ofrep is a reverse proxy. |
Package user_flex_feature is a reverse proxy.
|
Package user_flex_feature is a reverse proxy. |
Package user_flex_feature_raft is a reverse proxy.
|
Package user_flex_feature_raft is a reverse proxy. |
Click to show internal directories.
Click to hide internal directories.