()
| 4296 | } |
| 4297 | |
| 4298 | func (x *SchemaCatalog) GetTables() []*TableCatalog { |
| 4299 | if x != nil { |
| 4300 | return x.Tables |
| 4301 | } |
| 4302 | return nil |
| 4303 | } |
| 4304 | |
| 4305 | type TableCatalog struct { |
| 4306 | state protoimpl.MessageState `protogen:"open.v1"` |
no outgoing calls
no test coverage detected