···37 // pgLockConn is used to hold a connection to the database for locking
38 pgLockConn *gorm.DB
39 pgLockConnMu sync.Mutex
40- op *oatproxy.OATProxy
41}
4243// list tables here so we can migrate them
···37 // pgLockConn is used to hold a connection to the database for locking
38 pgLockConn *gorm.DB
39 pgLockConnMu sync.Mutex
40+ OATProxy *oatproxy.OATProxy
41}
4243// list tables here so we can migrate them