wire-api-federation-0.1.0: The Wire server-to-server API for federation
Safe HaskellSafe-Inferred
LanguageGHC2021

Wire.API.Federation.Component

Documentation

data Component Source #

Constructors

Brig 
Galley 
Cargohold 

Instances

Instances details
Arbitrary Component 
Instance details

Defined in Wire.API.MakesFederatedCall

FromJSON Component 
Instance details

Defined in Wire.API.MakesFederatedCall

ToJSON Component 
Instance details

Defined in Wire.API.MakesFederatedCall

Generic Component 
Instance details

Defined in Wire.API.MakesFederatedCall

Associated Types

type Rep Component :: Type -> Type #

Show Component 
Instance details

Defined in Wire.API.MakesFederatedCall

Eq Component 
Instance details

Defined in Wire.API.MakesFederatedCall

FromHttpApiData Component 
Instance details

Defined in Wire.API.MakesFederatedCall

ToHttpApiData Component 
Instance details

Defined in Wire.API.MakesFederatedCall

ToSchema Component 
Instance details

Defined in Wire.API.MakesFederatedCall

type Rep Component 
Instance details

Defined in Wire.API.MakesFederatedCall

type Rep Component = D1 ('MetaData "Component" "Wire.API.MakesFederatedCall" "wire-api-0.1.0-3915FetN8WgFcCGrbk6Vve" 'False) (C1 ('MetaCons "Brig" 'PrefixI 'False) (U1 :: Type -> Type) :+: (C1 ('MetaCons "Galley" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "Cargohold" 'PrefixI 'False) (U1 :: Type -> Type)))