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

Safe HaskellNone
LanguageHaskell2010

Proto.POGOProtos.Data.Logs.FortSearchLogEntry

Documentation

data FortSearchLogEntry #

Instances

Eq FortSearchLogEntry # 
Show FortSearchLogEntry # 
Message FortSearchLogEntry # 

Methods

descriptor :: MessageDescriptor FortSearchLogEntry

Default FortSearchLogEntry # 
HasField "eggs" FortSearchLogEntry FortSearchLogEntry # 

Methods

field :: ProxySym "eggs" -> Lens FortSearchLogEntry FortSearchLogEntry (Field "eggs" FortSearchLogEntry) (Field "eggs" FortSearchLogEntry)

HasField "fortId" FortSearchLogEntry FortSearchLogEntry # 

Methods

field :: ProxySym "fortId" -> Lens FortSearchLogEntry FortSearchLogEntry (Field "fortId" FortSearchLogEntry) (Field "fortId" FortSearchLogEntry)

HasField "items" FortSearchLogEntry FortSearchLogEntry # 

Methods

field :: ProxySym "items" -> Lens FortSearchLogEntry FortSearchLogEntry (Field "items" FortSearchLogEntry) (Field "items" FortSearchLogEntry)

HasField "result" FortSearchLogEntry FortSearchLogEntry # 

Methods

field :: ProxySym "result" -> Lens FortSearchLogEntry FortSearchLogEntry (Field "result" FortSearchLogEntry) (Field "result" FortSearchLogEntry)

type Field "eggs" FortSearchLogEntry # 
type Field "eggs" FortSearchLogEntry = Int32
type Field "fortId" FortSearchLogEntry # 
type Field "fortId" FortSearchLogEntry = Text
type Field "items" FortSearchLogEntry # 
type Field "items" FortSearchLogEntry = [ItemData]
type Field "result" FortSearchLogEntry # 

data FortSearchLogEntry'Result #

Instances

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

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

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

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

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