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

Method GetHost

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

Source from the content-addressed store, hash-verified

923}
924
925func (x *DataSource) GetHost() string {
926 if x != nil {
927 return x.Host
928 }
929 return ""
930}
931
932func (x *DataSource) GetPort() string {
933 if x != nil {

Calls

no outgoing calls