github.com/Tri-stone/burrow@v0.25.0/vent/types/event_tables.go (about)

     1  package types
     2  
     3  // EventTables contains SQL tables definition
     4  // (-> the event name maps to SQL table)
     5  type EventTables map[string]*SQLTable