locli-1.34: Cardano log analysis CLI
Safe HaskellSafe-Inferred
LanguageHaskell2010

Cardano.Analysis.API.Run

Synopsis

Documentation

data ARunWith a Source #

Instances

Instances details
FromJSON RunPartial Source # 
Instance details

Defined in Cardano.Analysis.API.Run

ToJSON a => ToJSON (ARunWith a) Source # 
Instance details

Defined in Cardano.Analysis.API.Run

Methods

toJSON :: ARunWith a -> Value #

toEncoding :: ARunWith a -> Encoding #

toJSONList :: [ARunWith a] -> Value #

toEncodingList :: [ARunWith a] -> Encoding #

omitField :: ARunWith a -> Bool #

Generic (ARunWith a) Source # 
Instance details

Defined in Cardano.Analysis.API.Run

Associated Types

type Rep (ARunWith a) :: Type -> Type Source #

Methods

from :: ARunWith a -> Rep (ARunWith a) x Source #

to :: Rep (ARunWith a) x -> ARunWith a Source #

Show a => Show (ARunWith a) Source # 
Instance details

Defined in Cardano.Analysis.API.Run

type Rep (ARunWith a) Source # 
Instance details

Defined in Cardano.Analysis.API.Run

summaryMetaJson :: Summary f -> Value Source #

Given a Summary object, produce a JSON file readable by the above RunPartial FromJSON instance. Keep in sync. Better still, automate it so it's not necessary.