()
| 4241 | } |
| 4242 | |
| 4243 | func (x *DatabaseConfig) GetSchemas() []*SchemaCatalog { |
| 4244 | if x != nil { |
| 4245 | return x.Schemas |
| 4246 | } |
| 4247 | return nil |
| 4248 | } |
| 4249 | |
| 4250 | type SchemaCatalog struct { |
| 4251 | state protoimpl.MessageState `protogen:"open.v1"` |
no outgoing calls
no test coverage detected