wire-api-0.1.0
Safe HaskellSafe-Inferred
LanguageGHC2021

Wire.API.Event.Federation

Documentation

data Event Source #

Constructors

Event 

Instances

Instances details
Arbitrary Event Source # 
Instance details

Defined in Wire.API.Event.Federation

FromJSON Event Source # 
Instance details

Defined in Wire.API.Event.Federation

ToJSON Event Source # 
Instance details

Defined in Wire.API.Event.Federation

Generic Event Source # 
Instance details

Defined in Wire.API.Event.Federation

Associated Types

type Rep Event :: Type -> Type #

Methods

from :: Event -> Rep Event x #

to :: Rep Event x -> Event #

Show Event Source # 
Instance details

Defined in Wire.API.Event.Federation

Methods

showsPrec :: Int -> Event -> ShowS #

show :: Event -> String #

showList :: [Event] -> ShowS #

Eq Event Source # 
Instance details

Defined in Wire.API.Event.Federation

Methods

(==) :: Event -> Event -> Bool #

(/=) :: Event -> Event -> Bool #

Ord Event Source # 
Instance details

Defined in Wire.API.Event.Federation

Methods

compare :: Event -> Event -> Ordering #

(<) :: Event -> Event -> Bool #

(<=) :: Event -> Event -> Bool #

(>) :: Event -> Event -> Bool #

(>=) :: Event -> Event -> Bool #

max :: Event -> Event -> Event #

min :: Event -> Event -> Event #

ToSchema Event Source # 
Instance details

Defined in Wire.API.Event.Federation

ToSchema Event Source # 
Instance details

Defined in Wire.API.Event.Federation

ToJSONObject Event Source # 
Instance details

Defined in Wire.API.Event.Federation

type Rep Event Source # 
Instance details

Defined in Wire.API.Event.Federation

type Rep Event = D1 ('MetaData "Event" "Wire.API.Event.Federation" "wire-api-0.1.0-EbZS9CKNOfZ8BBy5DRJfXi" 'False) (C1 ('MetaCons "Event" 'PrefixI 'True) (S1 ('MetaSel ('Just "_eventType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 EventType) :*: S1 ('MetaSel ('Just "_eventDomain") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Domain)))

data EventType Source #

Constructors

FederationDelete 

Instances

Instances details
Arbitrary EventType Source # 
Instance details

Defined in Wire.API.Event.Federation

FromJSON EventType Source # 
Instance details

Defined in Wire.API.Event.Federation

ToJSON EventType Source # 
Instance details

Defined in Wire.API.Event.Federation

Generic EventType Source # 
Instance details

Defined in Wire.API.Event.Federation

Associated Types

type Rep EventType :: Type -> Type #

Show EventType Source # 
Instance details

Defined in Wire.API.Event.Federation

Eq EventType Source # 
Instance details

Defined in Wire.API.Event.Federation

Ord EventType Source # 
Instance details

Defined in Wire.API.Event.Federation

ToSchema EventType Source # 
Instance details

Defined in Wire.API.Event.Federation

ToSchema EventType Source # 
Instance details

Defined in Wire.API.Event.Federation

type Rep EventType Source # 
Instance details

Defined in Wire.API.Event.Federation

type Rep EventType = D1 ('MetaData "EventType" "Wire.API.Event.Federation" "wire-api-0.1.0-EbZS9CKNOfZ8BBy5DRJfXi" 'False) (C1 ('MetaCons "FederationDelete" 'PrefixI 'False) (U1 :: Type -> Type))