p

funstack

backend

package backend

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. trait Auth extends AnyRef
  2. class AuthAws extends Auth
  3. class AuthDev extends Auth
  4. case class Config(fun: FunConfig, environment: Dictionary[String]) extends Product with Serializable
  5. case class FunConfig(devEnvironment: Option[FunDevEnvironment], cognitoUserPoolId: Option[String], eventsSnsTopic: Option[String]) extends Product with Serializable
  6. trait FunDevEnvironment extends Object
    Annotations
    @native() @JSType()
  7. trait UserInfoResponse extends Object
    Annotations
    @native() @JSType()
  8. class Ws extends AnyRef
  9. class WsTransport[T] extends RequestTransport[T, [β$0$]Kleisli[IO, β$0$, Unit]]
  10. class WsTransportFunction[T] extends RequestTransport[T, [α$1$](α$1$) => IO[Unit]]
  11. class WsTransportFunctionFuture[T] extends RequestTransport[T, [α$3$](α$3$) => Future[Unit]]
  12. class WsTransportFuture[T] extends RequestTransport[T, [β$2$]Kleisli[Future, β$2$, Unit]]

Value Members

  1. object Config extends Serializable
  2. object Fun

Ungrouped