MCPcopy Index your code
hub / github.com/bytebase/bytebase / GetPort

Method GetPort

backend/generated-go/store/instance.pb.go:932–937  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

930}
931
932func (x *DataSource) GetPort() string {
933 if x != nil {
934 return x.Port
935 }
936 return ""
937}
938
939func (x *DataSource) GetDatabase() string {
940 if x != nil {

Calls

no outgoing calls