MCPcopy Create free account
hub / github.com/bytebase/bytebase / GetObjectSchema

Method GetObjectSchema

backend/generated-go/store/database.pb.go:4361–4366  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4359}
4360
4361func (x *TableCatalog) GetObjectSchema() *ObjectSchema {
4362 if x != nil {
4363 return x.ObjectSchema
4364 }
4365 return nil
4366}
4367
4368func (x *TableCatalog) GetClassification() string {
4369 if x != nil {

Calls

no outgoing calls

Tested by

no test coverage detected