(ctx context.Context)
| 107 | } |
| 108 | |
| 109 | func (c *CachedAnalyzer) Close(ctx context.Context) error { |
| 110 | return c.a.Close(ctx) |
| 111 | } |
| 112 | |
| 113 | func (c *CachedAnalyzer) EnsureConn(ctx context.Context, migrations []string) error { |
| 114 | return c.a.EnsureConn(ctx, migrations) |