Safe Haskell | None |
---|---|
Language | Haskell2010 |
Proto.POGOProtos.Data.Logs.FortSearchLogEntry
Documentation
data FortSearchLogEntry Source #
Constructors
FortSearchLogEntry | |
Instances
Eq FortSearchLogEntry Source # | |
Show FortSearchLogEntry Source # | |
Default FortSearchLogEntry Source # | |
Message FortSearchLogEntry Source # | |
HasField "eggs" FortSearchLogEntry FortSearchLogEntry Source # | |
HasField "fortId" FortSearchLogEntry FortSearchLogEntry Source # | |
HasField "items" FortSearchLogEntry FortSearchLogEntry Source # | |
HasField "result" FortSearchLogEntry FortSearchLogEntry Source # | |
type Field "eggs" FortSearchLogEntry Source # | |
type Field "fortId" FortSearchLogEntry Source # | |
type Field "items" FortSearchLogEntry Source # | |
type Field "result" FortSearchLogEntry Source # | |
data FortSearchLogEntry'Result Source #
Constructors
FortSearchLogEntry'UNSET | |
FortSearchLogEntry'SUCCESS |
Instances
eggs :: forall msg msg'. HasField "eggs" msg msg' => Lens msg msg' (Field "eggs" msg) (Field "eggs" msg') Source #
fortId :: forall msg msg'. HasField "fortId" msg msg' => Lens msg msg' (Field "fortId" msg) (Field "fortId" msg') Source #