gargantext-0.0.7.1.5.3: Search, map, share
Copyright(c) CNRS 2020-Present
LicenseAGPL + CECILL v3
Maintainerteam@gargantext.org
Stabilityexperimental
PortabilityPOSIX
Safe HaskellSafe-Inferred
LanguageHaskell2010

Gargantext.API.HashedResponse

Description

 

Documentation

data HashedResponse a #

Constructors

HashedResponse 

Fields

Instances

Instances details
HasSwagger (WithCustomErrorScheme GargAPI) # 
Instance details

Defined in Gargantext.API.Routes

FromJSON a => FromJSON (HashedResponse a) # 
Instance details

Defined in Gargantext.API.HashedResponse

ToJSON a => ToJSON (HashedResponse a) # 
Instance details

Defined in Gargantext.API.HashedResponse

Generic (HashedResponse a) # 
Instance details

Defined in Gargantext.API.HashedResponse

Associated Types

type Rep (HashedResponse a) :: Type -> Type #

ToSchema a => ToSchema (HashedResponse a) # 
Instance details

Defined in Gargantext.API.HashedResponse

type Rep (HashedResponse a) # 
Instance details

Defined in Gargantext.API.HashedResponse

type Rep (HashedResponse a) = D1 ('MetaData "HashedResponse" "Gargantext.API.HashedResponse" "gargantext-0.0.7.1.5.3-inplace" 'False) (C1 ('MetaCons "HashedResponse" 'PrefixI 'True) (S1 ('MetaSel ('Just "hash") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 a)))