Hercules.API.Build.LogLine
data LogLine Source #
Constructors
Fields
Defined in Hercules.API.Build.LogLine
Methods
parseJSON :: Value -> Parser LogLine #
parseJSONList :: Value -> Parser [LogLine] #
toJSON :: LogLine -> Value #
toEncoding :: LogLine -> Encoding #
toJSONList :: [LogLine] -> Value #
toEncodingList :: [LogLine] -> Encoding #
Associated Types
type Rep LogLine :: Type -> Type #
from :: LogLine -> Rep LogLine x #
to :: Rep LogLine x -> LogLine #
showsPrec :: Int -> LogLine -> ShowS #
show :: LogLine -> String #
showList :: [LogLine] -> ShowS #
rnf :: LogLine -> () #
(==) :: LogLine -> LogLine -> Bool #
(/=) :: LogLine -> LogLine -> Bool #
declareNamedSchema :: Proxy LogLine -> Declare (Definitions Schema) NamedSchema #