| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Hercules.API.Logs.LogEntry
Documentation
newtype ActivityId Source #
Constructors
| ActivityId Word64 |
Instances
| Eq ActivityId Source # | |
Defined in Hercules.API.Logs.LogEntry | |
| Show ActivityId Source # | |
Defined in Hercules.API.Logs.LogEntry Methods showsPrec :: Int -> ActivityId -> ShowS # show :: ActivityId -> String # showList :: [ActivityId] -> ShowS # | |
| ToJSON ActivityId Source # | |
Defined in Hercules.API.Logs.LogEntry Methods toJSON :: ActivityId -> Value # toEncoding :: ActivityId -> Encoding # toJSONList :: [ActivityId] -> Value # toEncodingList :: [ActivityId] -> Encoding # | |
| FromJSON ActivityId Source # | |
Defined in Hercules.API.Logs.LogEntry | |
newtype ActivityType Source #
Constructors
| ActivityType Word64 |
Instances
| Eq ActivityType Source # | |
Defined in Hercules.API.Logs.LogEntry | |
| Show ActivityType Source # | |
Defined in Hercules.API.Logs.LogEntry Methods showsPrec :: Int -> ActivityType -> ShowS # show :: ActivityType -> String # showList :: [ActivityType] -> ShowS # | |
| ToJSON ActivityType Source # | |
Defined in Hercules.API.Logs.LogEntry Methods toJSON :: ActivityType -> Value # toEncoding :: ActivityType -> Encoding # toJSONList :: [ActivityType] -> Value # toEncodingList :: [ActivityType] -> Encoding # | |
| FromJSON ActivityType Source # | |
Defined in Hercules.API.Logs.LogEntry | |
newtype ResultType Source #
Constructors
| ResultType Word64 |
Instances
| Eq ResultType Source # | |
Defined in Hercules.API.Logs.LogEntry | |
| Show ResultType Source # | |
Defined in Hercules.API.Logs.LogEntry Methods showsPrec :: Int -> ResultType -> ShowS # show :: ResultType -> String # showList :: [ResultType] -> ShowS # | |
| ToJSON ResultType Source # | |
Defined in Hercules.API.Logs.LogEntry Methods toJSON :: ResultType -> Value # toEncoding :: ResultType -> Encoding # toJSONList :: [ResultType] -> Value # toEncodingList :: [ResultType] -> Encoding # | |
| FromJSON ResultType Source # | |
Defined in Hercules.API.Logs.LogEntry | |
pattern ResultTypeProgress :: ResultType Source #