io.cardell.openfeature.provider
package io.cardell.openfeature.provider
Members list
Type members
Classlikes
Attributes
- Source
- EvaluationProvider.scala
- Supertypes
- Known subtypes
-
trait Provider[F]
- Self type
Attributes
- Companion
- object
- Source
- ResolutionDetails.scala
- Supertypes
- Known subtypes
object FlagMetadataValue
Attributes
- Companion
- trait
- Source
- ResolutionDetails.scala
- Supertypes
- Self type
-
FlagMetadataValue.type
trait Provider[F[_]] extends EvaluationProvider[F]
Attributes
- Source
- Provider.scala
- Supertypes
object ProviderImpl
Attributes
- Source
- ProviderImpl.scala
- Supertypes
- Self type
-
ProviderImpl.type
Attributes
- Source
- ProviderMetadata.scala
- Supertypes
object ProviderStatus
Attributes
- Companion
- trait
- Source
- ProviderStatus.scala
- Supertypes
- Self type
-
ProviderStatus.type
case class ResolutionDetails[A](value: A, errorCode: Option[ErrorCode], errorMessage: Option[String], reason: Option[EvaluationReason], variant: Option[String], metadata: Option[FlagMetadata])
Attributes
- Companion
- object
- Source
- ResolutionDetails.scala
- Supertypes
object ResolutionDetails
Attributes
- Companion
- class
- Source
- ResolutionDetails.scala
- Supertypes
- Self type
-
ResolutionDetails.type
Types
Attributes
- Source
- package.scala
In this article