| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Proto.POGOProtos.Data.Logs.ActionLogEntry
Documentation
data ActionLogEntry Source #
Constructors
| ActionLogEntry | |
Instances
| Eq ActionLogEntry Source # | |
| Show ActionLogEntry Source # | |
| Default ActionLogEntry Source # | |
| Message ActionLogEntry Source # | |
| HasField "catchPokemon" ActionLogEntry ActionLogEntry Source # | |
| HasField "fortSearch" ActionLogEntry ActionLogEntry Source # | |
| HasField "maybe'catchPokemon" ActionLogEntry ActionLogEntry Source # | |
| HasField "maybe'fortSearch" ActionLogEntry ActionLogEntry Source # | |
| HasField "sfida" ActionLogEntry ActionLogEntry Source # | |
| HasField "timestampMs" ActionLogEntry ActionLogEntry Source # | |
| type Field "catchPokemon" ActionLogEntry Source # | |
| type Field "fortSearch" ActionLogEntry Source # | |
| type Field "maybe'catchPokemon" ActionLogEntry Source # | |
| type Field "maybe'fortSearch" ActionLogEntry Source # | |
| type Field "sfida" ActionLogEntry Source # | |
| type Field "timestampMs" ActionLogEntry Source # | |
catchPokemon :: forall msg msg'. HasField "catchPokemon" msg msg' => Lens msg msg' (Field "catchPokemon" msg) (Field "catchPokemon" msg') Source #
fortSearch :: forall msg msg'. HasField "fortSearch" msg msg' => Lens msg msg' (Field "fortSearch" msg) (Field "fortSearch" msg') Source #
maybe'catchPokemon :: forall msg msg'. HasField "maybe'catchPokemon" msg msg' => Lens msg msg' (Field "maybe'catchPokemon" msg) (Field "maybe'catchPokemon" msg') Source #
maybe'fortSearch :: forall msg msg'. HasField "maybe'fortSearch" msg msg' => Lens msg msg' (Field "maybe'fortSearch" msg) (Field "maybe'fortSearch" msg') Source #