pokemon-go-protobuf-types-0.1.2: Haskell types for the Pokemon Go protobuf protocol.

Safe HaskellNone
LanguageHaskell2010

Proto.POGOProtos.Data.Logs.FortSearchLogEntry

Documentation

data FortSearchLogEntry Source #

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 "fortId" FortSearchLogEntry = Text
type Field "items" FortSearchLogEntry Source # 
type Field "result" FortSearchLogEntry Source # 

data FortSearchLogEntry'Result Source #

Instances

Bounded FortSearchLogEntry'Result Source # 
Enum FortSearchLogEntry'Result Source # 
Eq FortSearchLogEntry'Result Source # 
Show FortSearchLogEntry'Result Source # 
Default FortSearchLogEntry'Result Source # 
FieldDefault FortSearchLogEntry'Result Source # 
MessageEnum FortSearchLogEntry'Result Source # 

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 #

items :: forall msg msg'. HasField "items" msg msg' => Lens msg msg' (Field "items" msg) (Field "items" msg') Source #

result :: forall msg msg'. HasField "result" msg msg' => Lens msg msg' (Field "result" msg) (Field "result" msg') Source #