github.com/hyperledger/burrow@v0.34.5-0.20220512172541-77f09336001d/vent/types/event_tables.go (about)

     1  package types
     2  
     3  // EventTables contains SQL tables definition
     4  // Map from TableName to SQLTable
     5  type EventTables map[string]*SQLTable