types.mx raw

   1  package sw
   2  
   3  type Event int32
   4  type Client int32
   5  type Cache int32
   6  type Response int32
   7  type SSE int32
   8  type Timer int32
   9